Closed
Bug 124617
Opened 24 years ago
Closed 24 years ago
Clicking in textarea does not deselect selected text outside of textarea
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
mozilla1.0
People
(Reporter: cunctator, Assigned: mjudge)
References
Details
On a page with a textarea box, if you select text outside of the box, then click
inside of the box, the selected text remains highlighted. It should become
deselected.
To reproduce:
1. go to a page with a textarea box
2. select some text on the page
3. click in the textarea box
Comment 1•24 years ago
|
||
Reporter: Please always specify which "Build ID" you're using.
I can reproduce this, using 2002 02 08 03 on Windows 2000.
| Reporter | ||
Comment 3•24 years ago
|
||
No. This refers to textarea behavior.
BTW, I'm using Build 2002020516.
Updated•24 years ago
|
QA Contact: madhur → rakeshmishra
This requires some input from Mozilla's selection engineer as to whether this
behavior is intentional or a problem.
Component: Event Handling → Selection
Reassigning to Selection owner and QA.
Assignee: joki → mjudge
QA Contact: rakeshmishra → tpreston
Comment 6•24 years ago
|
||
I believe this is "intentional". We try to support more than one selection per
window.
Target Milestone: --- → mozilla1.0
Comment 7•24 years ago
|
||
Invalid. This is by design.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 8•24 years ago
|
||
It's a nonstandard design which violates Mac UI.
If multiple selections are to be supported, then there needs to be a difference
in visuals between active and unactive selections.
Unactive selections in Mac UI (and probably others) should be rendered only as a
bounding box, not as a solid background color.
| Reporter | ||
Comment 9•24 years ago
|
||
Here's the official Apple line on this:
http://developer.apple.com/techpubs/macosx/Essentials/AquaHIGuidelines/AHIGUserInput/iSelections_in_Text.html
They want inactive selections to be rendered in the secondary color, a
percentage of the primary selection color (the Stickies app is a good example of
this at work).
I'm also at a loss at how anyone could make use of multiple selections within a
single window. If focus of the main text of the window (what's selected on
command-A) is lost to a textarea box, how can it be returned by the user?
Or is this functionality supposed to be for wacky javascripts and the such?
Comment 11•24 years ago
|
||
I'm not a fan of multiple selections either, but it is the world we're in for
the moment.
Comment 12•24 years ago
|
||
Since the dual-selection behavior is presently the correct behavior, resolving
INVALID.
(If you like, you can open a new RFE bug about changing the behavior.)
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → INVALID
Comment 13•24 years ago
|
||
This is a dup, not invalid.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 14•24 years ago
|
||
*** This bug has been marked as a duplicate of 56472 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•