Open
Bug 1080548
Opened 10 years ago
Updated 4 years ago
Cursor incorrectly steps in the fieldset (WYSIWYG mode)
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: sokoldv, Unassigned)
Details
Attachments
(1 file)
660 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:32.0) Gecko/20100101 Firefox/32.0
Build ID: 20140923175406
Steps to reproduce:
1. Open attached html file in browser.
2. Put cursor into first line.
3. Push down arrow until you get into fieldset.
(HTML page made for testing purpose, this bug affects WYSIWYG editors)
Actual results:
Cursor skips "legend" and all "p" tags in "fieldset" and steps into lasl "p" tag in "fieldset"
Expected results:
Cursor steps into "legend"
Same result with the old FF8, so likely not a recent bug.
Component: Untriaged → Editor
Comment 2•4 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), 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
•