-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Collaboration - Comments
-
1
-
Severity 3 - Minor
Summary
- In the editor, clicking between two lines that are on the bottom of the page will cause the cursor to jump to the first line of the editor.
Environment
- Google Chrome, both in normal and incognito window
Steps to Reproduce
- Create a new page;
- Add lines to the page enough to scroll down the page;
- Putting the mouse directly between line "a" and "b" (as in the example), the mouse cursor is always a text carat, which is expected;
- Putting the mouse directly between line "v" and "w" (as in the example), the mouse cursor will be an arrow/pointer;
- If you click while the mouse cursor is an arrow, selection will jump to the first line of the document.
It won't scroll to the top, it will just put the actual text cursor there.
Notes
- On the inspect window, we can see that the body of the page contains only the visible lines of the page on the browser.
Expected Results
- Clicking the mouse should leave the cursor where you've clicked.
Actual Results
- Cursor will move to the top of the page.
Workaround
N/A