Closed
Bug 179850
Opened 22 years ago
Closed 22 years ago
Double-click is not selecting text correctly
Categories
(Core :: DOM: Selection, defect)
Tracking
()
People
(Reporter: moz, Assigned: mjudge)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.2b) Gecko/20021016
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC; en-US; rv:1.2b) Gecko/20021016
This is a "Mac specific bug". Consider the following text:
http://bugzilla.mozilla.org/enter_bug.cgi?product=Browser
Anywhere I double-click on that line, the text that spans from the beginning of
the line to the next "word break" is all selected. For that matter, consider
the quoted text on the first line. If you double-click on bug, it selects bug.
If you double click on Mac, it selects "Mac.
IOW, the routine that figures out the selection looks "forward" for a "word
break" character, and backwards for whitespace ONLY.
Reproducible: Always
Steps to Reproduce:
See details
Actual Results:
See details
Expected Results:
Select back to the first word break, not the first white space
![]() |
||
Comment 1•22 years ago
|
||
selection
Assignee: asa → mjudge
Component: Browser-General → Selection
QA Contact: asa → pmac
related: bug 56402. Hard to make out what that really is a dup of.
Resolving as dup of bug 98546, which is about couble-click and selection.
See the "Additional Comments From Mike Pinkerton 2001-08-01 12:55" there.
*** This bug has been marked as a duplicate of 98546 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•