[Webkit-unassigned] [Bug 149871] <select>'s native dropdown menu is horizontally misaligned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 31 17:57:40 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=149871

--- Comment #10 from Aditya Keerthi <akeerthi at apple.com> ---
Yes, WebKit has control over where these show up.

This is technically expected behavior, as WebKit attempts to match native macOS behavior (`NSPopUpButton`). The native behavior is that the text of the currently selected item in the dropdown is directly on top of the text of the control.

Though there does appear to be issues with the behavior in cases where the element does not have the native appearance. Nevertheless, fixing that would still have "horizontal misalignment" as described here.

One option would be to change the behavior for <select> without native appearance,

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230601/e053a485/attachment.htm>


More information about the webkit-unassigned mailing list