[Webkit-unassigned] [Bug 184110] [iOS] Multiple select appearance doesn't update when selecting or deselecting rows in the picker view

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 28 13:22:21 PDT 2018


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

--- Comment #1 from Wenson Hsieh <wenson_hsieh at apple.com> ---
To reproduce:

1. Tap on a multiple select element
2. Pick a few rows, but don't hit Done

Expected: the title of the select should reflect the current state of the options
Observed: the title of the select is whatever it was prior to focusing the node

Some additional notes:
- As far as I know, the WK2 implementation has always been this way
- When a row is selected using the picker UI, the corresponding option element is actually updated in the DOM (asking for option.selected will return the updated value)
- However, the appearance of the select element itself doesn't update until the node is blurred
- Alternately, programmatic changes to the selected attribute of the select's options also trigger appearance updates

-- 
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/20180328/d4af3463/attachment.html>


More information about the webkit-unassigned mailing list