Closed
Bug 1158114
Opened 11 years ago
Closed 11 years ago
First entry for select element rendered in wrong color
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1153530
People
(Reporter: christopher.gross, Unassigned)
Details
Attachments
(1 file)
|
15.53 KB,
application/x-zip-compressed
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0
Build ID: 20150415140819
Steps to reproduce:
Under certain circumstances, which I have not been able to narrow down, the first child element of a <select> element is rendered with a white color.
See the attached test case from a website I am currently working on:
- Open the .htm file in Firefox
- Have a look at the first entry in the "Berechtigung" and "Geschlecht" select elements: They are white but they should be the same color (#A46313) as the other text around them
- Drag the scrollbar of the "Benutzer erstellen" dialog down slowly: The elements will change their color to the right color.
- Drag the scrollbar all the way to the bottom: The elements are once again white which they should not be.
Actual results:
There another interesting effect: Change the color of one of the <select> elements to black and the first element's font will disappear completely.
Expected results:
All children of <select> elements should be rendered with their CSS-assigned color, regardless of the scrolling position.
| Reporter | ||
Comment 1•11 years ago
|
||
Note that this problem does not appear in safe mode. It does, however, appear with a clean profile and no add-ons enabled.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Comment 3•8 years ago
|
||
Moving from Core::Untriaged to Core::General https://bugzilla.mozilla.org/show_bug.cgi?id=1407598
Component: Untriaged → General
You need to log in
before you can comment on or make changes to this bug.
Description
•