Closed Bug 1416733 Opened 7 years ago Closed 6 years ago

[e10s] The text is shown twice on select options

Categories

(Core :: Layout: Form Controls, defect, P3)

58 Branch
x86_64
Windows 7
defect

Tracking

()

RESOLVED WONTFIX
Tracking Status
firefox57 --- wontfix
firefox58 --- affected
firefox59 --- affected

People

(Reporter: over68, Unassigned)

References

Details

(Keywords: polish, regression, testcase)

Steps to reproduce:

1. Go to http://jsfiddle.net/sstur/2EZ9f/.
2. Open the <select> element.


Actual results:

The text is shown twice on select options.

Screenshot https://1drv.ms/i/s!AgMN9yoqpWv5i02zLX6-2Coq2MGb
Flags: needinfo?(jaws)
Priority: -- → P3
Did you see this on an actual website?

We could fix this pretty easily by adding a check to see that the text-shadow is the same color as the text and that there is no blurring of the text-shadow, but that is such a narrow case and in this case the website would have specifically been asking for us to show double text here.
Flags: needinfo?(jaws) → needinfo?(over68)
This data-URI reproduces the bug,
data:text/html,<style>select { color: rgba(0, 0, 0); text-shadow: 0 2px 0 black; }</style><select><option>test<option>test<option>test<option>test

I'm going to close this as wontfix since I have confirmed via mozregression that switching to the e10s dropdown did not regress this. In Firefox 4 we also displayed the text twice with this data-URI.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
(In reply to Jared Wein [:jaws] (please needinfo? me) from comment #2)
> Did you see this on an actual website?

I did not see this on an actual website.
Flags: needinfo?(over68)
You need to log in before you can comment on or make changes to this bug.