Open
Bug 1140795
Opened 10 years ago
Updated 4 years ago
Up and down keys broken in contenteditable with -moz-column
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: twiss, Unassigned)
Details
Attachments
(1 file)
|
771 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.76 Safari/537.36
Steps to reproduce:
1. Create a contenteditable element divided over columns with -moz-column.
2. Press down at the end of a column, or up at the beginning of a column.
See reduced testcase.
Actual results:
The cursor jumps to the end/beginning of the contenteditable. (In some cases, this selection appears to be "invalid"; it can't normally be created with the mouse, and/or the contenteditable loses focus.)
Expected results:
The cursor should jump to the next/previous column.
Left/right keys work fine.
| Reporter | ||
Updated•10 years ago
|
Summary: Up and down keys broken in contenteditable with -moz-colum → Up and down keys broken in contenteditable with -moz-column
Comment 1•4 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•