Closed
Bug 184277
Opened 22 years ago
Closed 22 years ago
Selection color should contrast with background
Categories
(Core :: DOM: Selection, enhancement)
Tracking
()
People
(Reporter: jc, Assigned: mjudge)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
When selecting text with a mouse, mozilla always uses dark blue for the
selection background. This doesn't work on pages where the background is already
dark blue. IE, for example, switches to white for selecting on a dark background.
Reproducible: Always
Steps to Reproduce:
1. Select some text where the background is dark blue.
2.
3.
Actual Results:
You cannot tell what you've selected.
Expected Results:
You should be able to tell what you've selected.
Updated•22 years ago
|
Severity: normal → enhancement
Comment 1•22 years ago
|
||
Just a guess, ->XPToolkit
Assignee: asa → jaggernaut
Component: Browser-General → XP Toolkit/Widgets
QA Contact: asa → jrgm
Comment 2•22 years ago
|
||
-> Selection (but, for me, with IE 6.0 on win2k, it does exactly the same
thing that mozilla trunk does; the selection background-color is always
dark blue, and the selection text-color is white, independent of the content
background-color).
Comment 3•22 years ago
|
||
-> Selection (but, for me, with IE 6.0 on win2k, it does exactly the same
thing that mozilla trunk does; the selection background-color is always
dark blue, and the selection text-color is white, independent of the content
background-color).
Assignee: jaggernaut → mjudge
Component: XP Toolkit/Widgets → Selection
QA Contact: jrgm → pmac
Reporter | ||
Comment 4•22 years ago
|
||
That's surprising. I'd like to see your sample page where IE6 does it wrong. Try
http://www.thp.org/test.htm. I have IE6 on w2k(sp2) and it does the right thing
- putting the selection background in white. But Mozilla makes the selection
background dark blue.
Comment 5•22 years ago
|
||
*** This bug has been marked as a duplicate of 56314 ***
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
•