Closed
Bug 289191
Opened 20 years ago
Closed 20 years ago
Selecting text with a light color on a light background results in a white background-color for ::selection
Categories
(Core :: DOM: Selection, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.8beta2
People
(Reporter: uruviel, Assigned: masayuki)
References
Details
(Keywords: testcase)
Attachments
(4 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050405 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050405 Firefox/1.0+
When selecting a piece of text with a light color (specified in the CSS)on a
light background. The selection color is white.
Reproducible: Always
Steps to Reproduce:
1.Select a piece of light coloured text on a light background
Actual Results:
You see a darkblue on white selection
Expected Results:
You should see a white on darkblue selection
Reporter | ||
Comment 1•20 years ago
|
||
I was unable to find the specific value for the triggering of a light
background.
But here are some examples
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 2•20 years ago
|
||
Comment 4•20 years ago
|
||
Difference selected between Firefox, IE and Opera
Updated•20 years ago
|
Flags: blocking1.8b2?
Updated•20 years ago
|
OS: Windows XP → All
Assignee | ||
Updated•20 years ago
|
Reporter | ||
Comment 5•20 years ago
|
||
When applying the css attribute font-variant even stranger behaviour is shown.
For color: black the selection now becomes black on dark-blue and for color:
white
the selection now becomes white on white.
Comment 6•20 years ago
|
||
That looks bad.... Looks like some codepaths got patched but not others, or
something.
Assignee: selection → masayuki
Severity: minor → major
Assignee | ||
Comment 7•20 years ago
|
||
Comment 5's problem is not related this bug.
We should separate to new bug.
This problem is fixed by bug 56314's new patch.
-> FIXED
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.8beta2
Comment 8•20 years ago
|
||
So is bug 290920 the bug on the issue in comment 5?
Updated•20 years ago
|
Flags: blocking1.8b2?
You need to log in
before you can comment on or make changes to this bug.
Description
•