Open
Bug 1609370
Opened 5 years ago
Updated 1 year 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•5 years ago
|
Component: Untriaged → DOM: Editor
Product: Firefox → Core
Updated•5 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Blocks: contenteditable-false
You need to log in
before you can comment on or make changes to this bug.
Description
•