WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
49068
Spatial Navigation: Support <input type=text> with JS handlers attached to it.
https://bugs.webkit.org/show_bug.cgi?id=49068
Summary
Spatial Navigation: Support <input type=text> with JS handlers attached to it.
Antonio Gomes
Reported
2010-11-05 07:07:02 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
yiyuan
Comment 1
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) !
Kwang Yul Seo
Comment 2
2013-07-29 22:13:50 PDT
(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.
I tried to reproduce the bug in
r153457
(WK2 GTK+), but confirmed that the bug had been fixed.
Antonio Gomes
Comment 3
2013-07-30 05:24:05 PDT
(In reply to
comment #2
)
> (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. > > I tried to reproduce the bug in
r153457
(WK2 GTK+), but confirmed that the bug had been fixed.
Google site has changed. I will try to come up with a reduction.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug