Open
Bug 372587
Opened 19 years ago
Updated 5 years ago
selection shouldn't be possible in chrome xul window
Categories
(Core :: DOM: Selection, defect, P5)
Tracking
()
NEW
People
(Reporter: enndeakin, Unassigned)
Details
Attachments
(1 file)
|
289 bytes,
application/vnd.mozilla.xul+xml
|
Details |
Steps:
1. Open the testcase as a chrome window
2. Press Control+A (select all)
3. Press the button and note that the selection contains the description text
There are two issues here:
- pressing Control+A shouldn't do anything
- XUL elements shouldn't be selectable (because of -moz-user-select: -moz-none)
Updated•17 years ago
|
Assignee: selection → nobody
QA Contact: selection
Comment 1•5 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
•