Position of Cursor on the Next Input Line after a print statement is not at the end of the input line, I am using Pycharm Professional 2018.3.4 Follow
I am using Pycharm Professional 2018.3.4 and the cursor is in the wrong position for an input statement after a print statement, however all other input statements are OK once entering the initial input statement until the next print statement is encountered. I noticed this was issued as a ticket in 2017, where does this issue stand?
Please sign in to leave a comment.
Hi,
Can you please provide a code snippet to reproduce the issue, along with some screenshots?
Here is the code Snippet followed by the output
Thank you for the example. Here's the related ticket:
https://youtrack.jetbrains.com/issue/PY-26264
Yes, the issue is still reproduced, but if you start typing disregarding the cursor position, the input will appear correctly, so it seems like a minor cosmetics bug.
You are welcome to vote and comment in the ticket.
Thanks Andrey, I agree it most likely cosmetic, I have not tried taking the code outside of Pycharm, and it does work if I enter the data without issue, hopefully it will be corrected in the future to keep other novices from feeling the issue is on their end.