WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
279416
AX: the size of the option list in the select tag does not change after the initial selection, regardless of the set size.
https://bugs.webkit.org/show_bug.cgi?id=279416
Summary
AX: the size of the option list in the select tag does not change after the i...
matt jeong
Reported
2024-09-09 22:28:58 PDT
Created
attachment 472512
[details]
capture screen Ubunut24.04.4 (based on Arm64 ) In Webkit2Gtk4.1, no matter how large the size of the select tag is set, the size of the option list in the list box does not change after the initial selection. Below is the CSS and HTML I used, and I have also attached the actual screen as a file. #CSS select { -webkit-border-radius: 0; /* Additional - webview */ -webkit-appearance: none; /* Remove arrow for Chrome */ -moz-appearance: none; /* Remove arrow for Firefox */ appearance: none; /* Remove arrow for all browsers */ } select option { font-size: 23px; } #HTML <select id="opt_status"> <option value="8">Under Maintenance</option> <option value="99">Measurement</option> </select>
Attachments
capture screen
(1.80 MB, image/png)
2024-09-09 22:28 PDT
,
matt jeong
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
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