Open
Bug 1264088
Opened 9 years ago
Updated 3 years ago
New enhanced test for bug 756984 implemented in bug 1263909 fails in Standards Mode
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: jorgk-bmo, Unassigned)
References
Details
Attachments
(1 file)
410 bytes,
text/html
|
Details |
New enhanced test for bug 756984 implemented in bug 1263909 fails in Standards Mode.
While writing the test I noticed that it fails in non-quirks mode, that is standards mode.
I had to remove <!DOCTYPE HTML> to run the test in quirks mode.
The problem is this: In a contenteditable using up or down arrow leaves the selection in the surrounding DIV and not in a text node when moving from the end of a longer preceding/following line.
This can be seen in the attached example.
The example works in Chrome.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•