Open
Bug 968430
Opened 12 years ago
Updated 5 years ago
selection is visible while it was supposed to be removed
Categories
(Core :: DOM: Selection, defect, P5)
Core
DOM: Selection
Tracking
()
NEW
People
(Reporter: surkov, Unassigned)
Details
Attachments
(1 file)
|
745 bytes,
text/html
|
Details |
spun off bug 957332: it seems there's a sequence of range operations that lead the selection appear on the screen while it's not there on DOM level.
I tried to get non a11y mochitest but not sure if it 1-1 equivalent.
Comment 1•11 years ago
|
||
Is this a correct .html for STR? I notice:
|range.setSEnd(p1TextNode, 4);|
Comment 2•5 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
•