[Webkit-unassigned] [Bug 49068] Spatial Navigation: Support <input type=text> with JS handlers attached to it.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 30 18:29:23 PST 2010


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


yiyuan <yiyuanhust at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yiyuanhust at gmail.com




--- Comment #1 from yiyuan <yiyuanhust at gmail.com>  2010-12-30 18:29:23 PST ---
(In reply to comment #0)
> If the <input type=text> has JS handlers attached to it handling arrow keys, spatial navigation does not work.
> 
> e.g.: with spatial navigation ON, try moving the focus up (or down in google.com's main search input field.

the key event up(or down, left, right) use for move cursor between input string while focus on input text node . 

if you want spatial navigation work well while focus in Input Text node, you can change "EditorClient ::handleKeyboardEvent",  just return while spatial navigation is on, and key event is  up(or down ,left, right)  !

-- 
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