[Webkit-unassigned] [Bug 235911] Select on iPad doesn't refresh dropdown UI after an option is removed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 31 16:07:13 PST 2022


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

--- Comment #4 from Aditya Keerthi <akeerthi at apple.com> ---
I think this issue is due to the fact that, specifically on iPad, <select> elements are not blurred when the dropdown is dismissed. The options themselves are populated when the element is focused, so the state is inconsistent. 

A workaround would be to blur the element before/after changing the options (via select.blur()).

To fix in WebKit, I think we'll need to trigger a FocusedElementInformation update when options are changed.

-- 
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/20220201/58b60977/attachment.htm>


More information about the webkit-unassigned mailing list