Closed
Bug 28999
Opened 25 years ago
Closed 25 years ago
URL widget & browser page text allow simultaneous selection
Categories
(Core :: DOM: Selection, defect, P3)
Core
DOM: Selection
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: elig, Assigned: anthonyd)
Details
* TITLE/SUMMARY
URL widget & browser page text allow simultaneous selection
<known issue; writing up for tracking purposes>
* STEPS TO REPRODUCE
0) Launch Apprunner
1) Select some text in the browser window (either content of a text field, or
browser page content)
2) Select the contents of the URL widget.
* RESULT
- What happened
Both text fields can be simultaneously selected. If you attempt to copy text, the
browser content text will be copied to clipboard.
- What was expected
Only one text selection should be simultaneously possible.
* REGRESSION
- Occurs On
Mac OS, Win32 & Linux Apprunner (2.23.00 AM optimized build)
- Doesn't Occur On
Communicator 4.7 RTM (Mac OS checked)
* CONFIGURATIONS TESTED
- [Mac] Beige Power Mac G3 (266 MHz PowerPC 750), 96 MB RAM (VM on; 1 MB of VM
used), 1024x768 (Thousands of Colors), Mac OS 8.6
- [Win32] Vectra VL (233 MHz P2), 96 MB RAM, 800x600 (True Color), NT 4.0 SP5.
- [Linux] Vectra VL (266 MHz P2), 96 MB RAM. Red Hat Linux 6.0 (GNOME).
Comment 1•25 years ago
|
||
Sounds like a focus issue -- cc'ing saari.
Comment 2•25 years ago
|
||
Yeah, I've noticed that. Don't quite know why selection would be different than
the the caret. Where does the focus/blur listener for selection hang off of? Does
it hang off the document like the caret listener?
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M14
Comment 4•25 years ago
|
||
mjudge, you know how to add the selection listener right?
Assignee: saari → mjudge
Status: ASSIGNED → NEW
Target Milestone: M14 → M15
Reporter | ||
Comment 5•25 years ago
|
||
Raising severity to 'major'; I encounter selection focus issues that are either
related to this bug --- or are this bug --- on a daily basis.
Severity: normal → major
Comment 6•25 years ago
|
||
Is this the same problem which causes multiple blinking cursors in different text
fields in the same window? Like when you specify three recipients and a subject
for an e-mail message, then start typing the message, you end up with five
different cursors blinking out of sync with each other? (Warning to epileptics:
do *not* use beta 1 ...)
... Or is that a separate bug?
hmm 4.x allowed the url bar to be selected and the content area to also be
selected. Depending on focus I will change the color but not get rid of the
selected text i dont think.
Status: NEW → ASSIGNED
hard part is done. only thing left now is the setting selection color to be
different on lost focus. m16 i think
Target Milestone: M15 → M16
Comment 9•25 years ago
|
||
Which version of 4.x allowed you to simultaneously select URL text and content
text? (It wasn't the Mac version ...) That sounds like a bug to me.
There should be zero or one selections per Mozilla window, but no more than that
-- because if you have more than one selection per window, there is no standard
way of telling which selection is the active one.
Having multiple selections per window, and using non-standard techniques (like
different colors) to show which selection was the active one, would be
inconsistent with every other app on every OS; so it would not be useful to the
large majority of users, because they would not understand it.
Assignee | ||
Comment 11•25 years ago
|
||
added focuslistener to docviewer.
fixed.
Anthony
Assignee | ||
Comment 12•25 years ago
|
||
doh.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 13•25 years ago
|
||
Verified fixed on this morning's Windows and Linux build.
Note that the implemented behavior has received a vocally negative response,
which is now covered by <http://bugzilla.mozilla.org/show_bug.cgi?id=36848>.
Reporter | ||
Comment 14•25 years ago
|
||
Verified after also checking on 4.27.2000 AM Mac Mozilla build.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•