Pressing enter for new line does not move cursor to next line
Categories
(Core :: DOM: Editor, defect)
Tracking
()
People
(Reporter: indgo23, Unassigned, NeedInfo)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0
Steps to reproduce:
On Testrail, if the user types in the "Comments" box and presses enter, the cursor does not move automatically to the next line. This issue started to occur on Firefox 120. Earlier versions (119 and below) of Firefox do not have this issue.
Actual results:
Pressing enter for a linebreak does not move the cursor, you must manually click on the next line or use arrow keys to go to the next line
Expected results:
Pressing enter should move the cursor automatically to the next line
![]() |
||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 1•2 years ago
|
||
I don't have an instance to check Testrail, and there is no minimized testcase. So, I need a help of contributors who can do it.
indgo23 or somebody who can test this:
Could you check which change caused this regression with mozregression?
And also could you attach a log file of Selection API calls? You can take the log with:
- Open a page which you can test
- Open
about:logging
from the URL bar in a new tab - Set
New log modules
field toSelectionAPI:4,sync
and pressSet Log Modules
button - Click
Logging to a file
and setNew log file
field, then pressSet Log File
button - Finally, press
Start Logging
button and switch tab to the test page, then, pressEnter
and back to theabout:logging
tab to stop the logging. - Attach a log file whose file is not 0 (must be the largest file) and whose name contains "-child"
Description
•