You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On Desktop, when the cursor is positioned at the end of a line of text, pressing enter very briefly moves the cursor down to the next line before returning to where it was before, failing to insert a newline.
To Reproduce
Steps to reproduce the behavior:
Install the Windows application
Open the application
Type some text
Press enter
Observe the cursor move down and then snap back up
Expected behavior
If your cursor is positioned to the right of all text on a line, pressing enter should move the cursor down one line, thereby allowing you to type text on the next line.
Screenshots
Hard to capture this in a static image.
Desktop (please complete the following information):
OS: Windows 10 Enterprise
Browser: Chrome
OS Version: 21H1
Alighieri version: latest at time of issue creation
Additional context
There appear to be two workarounds for entering newlines at the moment:
Navigate to a character before the end of the line, press enter, and move that character to the next line along with the cursor.
If you press another key at just the right time when you're trying to insert a newline, (whenever the cursor is at the next line before it snaps back up?), that character will be inserted at the start of the next line, and the cursor will be positioned after it, basically the way you'd expect.
The text was updated successfully, but these errors were encountered:
Describe the bug
On Desktop, when the cursor is positioned at the end of a line of text, pressing enter very briefly moves the cursor down to the next line before returning to where it was before, failing to insert a newline.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If your cursor is positioned to the right of all text on a line, pressing enter should move the cursor down one line, thereby allowing you to type text on the next line.
Screenshots
Hard to capture this in a static image.
Desktop (please complete the following information):
Additional context
There appear to be two workarounds for entering newlines at the moment:
The text was updated successfully, but these errors were encountered: