Closed
Bug 1519856
Opened 7 years ago
Closed 7 years ago
bug in Element select option
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1421524
People
(Reporter: ravand, Unassigned)
Details
Attachments
(1 file)
|
33.44 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36
Steps to reproduce:
This is my code :
<style type="text/css">
select option{
font-size:2em;
}
</style>
<select>
<option class="show" label="Volvo">One</option>
<option label="Saab">Two</option>
<option label="Mercedes">Three</option>
</select>
Actual results:
Font-size does not work
Expected results:
The size of the font should be enlarged
My firefox Quantum version 64.0.2
This is a problem on the desktop
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Component: Untriaged → Layout: Form Controls
Product: Firefox → Core
Resolution: --- → DUPLICATE
I solved with the following procedure
search about:config
search browser.tabs.remote.autostart : true
but Can I solve it with javascript?
You need to log in
before you can comment on or make changes to this bug.
Description
•