[Webkit-unassigned] [Bug 47769] Keyboard+mouse selection in select popups only updated after unfocused

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 6 00:45:46 PST 2011


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


Jay Civelli <jcivelli at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jcivelli at chromium.org




--- Comment #2 from Jay Civelli <jcivelli at chromium.org>  2011-02-06 00:45:46 PST ---
I now understand the cause. With that CL we turned on the new behavior for the select popup: the actual popup window does not get the focus and we forward keyboard events to it. We were sending the keydown/up events but not the char ones. They would go to the focus element in the page, in that case the HTMLSelectElement, causing the weird behavior.

Actually the behavior when selecting and item was broken, as the select is supposed to show the matching option as the selected one when you type a key. (like IE does).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list