WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
309606
Mobile and desktop parity for rendering modes of the select element
https://bugs.webkit.org/show_bug.cgi?id=309606
Summary
Mobile and desktop parity for rendering modes of the select element
Joey Arhar
Reported
2026-03-10 15:52:42 PDT
Render select elements in various different modes on mobile and desktop: <select multiple> <select multiple size=1> <select size=4> Actual results: Mobile always has a picker, and desktop always has a listbox Expected results: Mobile and desktop should have the same rendering mode for the same select element. Mobile should have a listbox when size=4 or multiple with no size attribute, and desktop should have a picker with multiple size=1, although the spec allows for multiple size=1 with appearance:auto to still be a listbox since macos appkit doesn't have a multi-select dropdown picker yet. Here is an HTML issue and spec PR:
https://github.com/whatwg/html/pull/11460
https://github.com/whatwg/html/issues/8189
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2026-03-17 15:53:12 PDT
<
rdar://problem/172781801
>
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