[Webkit-unassigned] [Bug 141758] Finding an option in a select element shouldn't be reset when the user types a space

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 22 21:12:09 PST 2015


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

--- Comment #2 from Adele Peterson <adele at apple.com> ---
WebKit considers the event to be handled once the popup opens.  I played around with trying to call typeAheadFind before opening the menu, but that doesn't really help.  The searching WebKit does in the select element before the menu opens is separate from any searching that happens after the menu is open (which I think is handled by AppKit).  So even if WebKit's search string includes the space, it doesn't help because the AppKit menu doesn't know anything about the characters that were typed before the menu was opened.  So I think the challenge here is to find a way to pass this info along.

-- 
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/20150223/871b3f02/attachment-0002.html>


More information about the webkit-unassigned mailing list