Open
Bug 1105437
Opened 11 years ago
Updated 5 years ago
Drag-select into -moz-user-select:all element should select all of it instantly
Categories
(Core :: DOM: Selection, defect, P5)
Core
DOM: Selection
Tracking
()
NEW
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
Attachments
(1 file)
|
832 bytes,
text/html
|
Details |
STEPS TO REPRODUCE
1. load the attached testcase
2. drag-select from "Before" towards the right
EXPECTED RESULTS
When the mouse is over "The user can select...", that whole sentence
should be selected.
ACTUAL RESULTS
Nothing happens when the mouse is over the left half(?) of the sentence -
only when the mouse enters the right half is the whole sentence selected.
(selecting using the kbd command Shift+Right works as expected though)
Bug occurs in Nightly 36.0a1 (2014-11-23) on Linux.
Bug does not occur in Safari 7.1 on OSX.
| Reporter | ||
Comment 1•11 years ago
|
||
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
•