Open
Bug 1609370
Opened 6 years ago
Updated 2 years ago
In content editable block down key is not working as expected if block has non editable content-editable blocks and WBR tags
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: rajsh.612, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.20 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36
Steps to reproduce:
- Open attached file in Firefox browser.
- Place cursor at start of div (before first non content editable div).
- Press down key, cursor jumps to end of first line.
- Press down key again.
- Observe the result, cursor sticks to first line.
Actual results:
On performing above steps cursor does not move to next line, it sticks to first line only.
Expected results:
Cursor should jump to next line.
![]() |
||
Updated•6 years ago
|
Component: Untriaged → DOM: Editor
Product: Firefox → Core
Updated•6 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Blocks: contenteditable-false
You need to log in
before you can comment on or make changes to this bug.
Description
•