Open
Bug 664762
Opened 15 years ago
Updated 5 years ago
Cmd+click for table selection shouldn't interfere with double-clicks and triple-clicks for multiple text selection
Categories
(Core :: DOM: Selection, defect, P5)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: testcase, ux-consistency)
Attachments
(1 file)
|
203 bytes,
text/html
|
Details |
Steps:
1. Triple-click "Cell 1".
2. Hold Cmd and triple-click "Cell 2".
Expected: The text "Cell 1" and "Cell 2" should both be selected.
Result: The text "Cell 2" and table cell 2 are selected.
Possible solution #1: Don't clear the text selection when my first Cmd+click lands on the second cell. When it becomes clear that I'm double+ clicking text in the second cell, deselect the table cell.
Possible solution #2: Disable the "Cmd+click table cell" easter egg when there is already a non-empty, non-table selection.
Possible solution #3: Disable the "Cmd+click table cell" easter egg entirely.
See also bug 306641.
Comment 1•5 years ago
|
||
Bulk-downgrade of unassigned, 4 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: minor → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•