Closed
Bug 215231
Opened 22 years ago
Closed 22 years ago
clicking on hightlighted text and dragging doesn't re-highlight
Categories
(Core :: DOM: Selection, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 160818
People
(Reporter: brentg42, Assigned: mjudge)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
In most Windows text boxes, if you click (mousedown) the mouse in the middle of
a string of highlighted text and drag, then the selected text becomes
unselected, and a "new" string of text is selected, starting from where you
starting dragging (the mousedown).
In Mozilla, the cursor changes to one of those NO signs (circle with a diagonal
line through it), but the selected text is "draggable".
Is this expected behavior?
Reproducible: Always
Steps to Reproduce:
1. Select a string of text.
2. Mousedown in the middle of the string of text.
3. Drag.
Actual Results:
Text is draggable.
Expected Results:
In Windows, the selected text is unselected, and the selecting/highlighting
process starts over, selected what you're dragging over.
I'm not sure if this behavior was intended.
Comment 1•22 years ago
|
||
most likely a duplicate of bug 160818 (reporter: please reopen if you disagree)
*** This bug has been marked as a duplicate of 160818 ***
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
•