WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
50092
webkit-small-control settings cannot be overwritten by css
https://bugs.webkit.org/show_bug.cgi?id=50092
Summary
webkit-small-control settings cannot be overwritten by css
Andrejs Eigus
Reported
2010-11-25 11:56:25 PST
This bug demonstrates that font size/font face in the drop-down controls cannot be changed by CSS. In both examples provided in the URL the font is not set to 'Verdana', but 'Lucida Grande' is used, instead. Additionally, in the first case an attempt to set font size to 10x leads to setting it to 9px. Please kindly have a look at this and inspect. I think this is wrong behavior since: 1) fonts in GUI controls cannot be the same as the text fonts on the main page 2) font sizes cannot be set correctly, since different font faces expect different values apparently. Andrejs
Attachments
A simple test case.
(28 bytes, text/plain)
2011-08-25 05:11 PDT
,
robjensen82.public
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
robjensen82.public
Comment 1
2011-08-25 05:11:55 PDT
Created
attachment 105162
[details]
A simple test case. I'm also being affected by this. In the test case I would expect the font-family to be Arial and the font-size to be 14px. How ever if you look at the computed font-size (11px) and computed font-family (Lucida Grande) this is not the case. Also of interest, specifying a background color has no impact. Adding a border with a white background color results in a gradient, and not a white background. OS: OS X 10.7.1 Browser: Chrome - 13.0.782.215
Brent Fulgham
Comment 2
2022-07-12 13:59:20 PDT
The example content is no longer available. We can't take action on this bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug