WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
65966
Special keyCode from GTK layer ignored
https://bugs.webkit.org/show_bug.cgi?id=65966
Summary
Special keyCode from GTK layer ignored
jonathan.sillan
Reported
2011-08-10 00:17:11 PDT
Greetings, I use a GTK window with buttons and a webkit window. I send to the webkit window a keydown emulation with a special keycode ('403'). It appears that webkit ignore this keycode because it does not belong to a common keycode. What can i do ? Thanks in advance ! Regards Jo
Attachments
Add attachment
proposed patch, testcase, etc.
Naiem
Comment 1
2011-08-10 03:59:53 PDT
(In reply to
comment #0
)
> Greetings, > I use a GTK window with buttons and a webkit window. I send to the webkit window a keydown emulation with a special keycode ('403'). It appears that webkit ignore this keycode because it does not belong to a common keycode. What can i do ? > > Thanks in advance ! > Regards > Jo
Depending on what you want to achieve with the special key code you might have to implement it yourself or if it is interesting some one might do it..
jonathan.sillan
Comment 2
2011-08-10 04:21:43 PDT
(In reply to
comment #1
)
> (In reply to
comment #0
) > > Greetings, > > I use a GTK window with buttons and a webkit window. I send to the webkit window a keydown emulation with a special keycode ('403'). It appears that webkit ignore this keycode because it does not belong to a common keycode. What can i do ? > > > > Thanks in advance ! > > Regards > > Jo > > Depending on what you want to achieve with the special key code you might have to implement it yourself or if it is interesting some one might do it..
I load a website that uses Javascript code to listen the keycode. When the keycode '403' is get, then it start the application. The problem is that webkit does not allow this keycode to be listned. The thing is that I want to create an application with an easy cross OS compatibility. Is there any webkit or webkitgtk function that can bypass this webkit rule regards keycode ?
jonathan.sillan
Comment 3
2011-08-10 04:37:29 PDT
(In reply to
comment #2
)
> (In reply to
comment #1
) > > (In reply to
comment #0
) > > > Greetings, > > > I use a GTK window with buttons and a webkit window. I send to the webkit window a keydown emulation with a special keycode ('403'). It appears that webkit ignore this keycode because it does not belong to a common keycode. What can i do ? > > > > > > Thanks in advance ! > > > Regards > > > Jo > > > > Depending on what you want to achieve with the special key code you might have to implement it yourself or if it is interesting some one might do it.. > > I load a website that uses Javascript code to listen to the keycode. When the keycode '403' is get, then it start the application. The problem is that webkit does not allow this keycode to be listned. > > The thing is that I want to create an application with an easy cross OS compatibility. Is there any webkit or webkitgtk function that can bypass this webkit rule regards keycode ?
jonathan.sillan
Comment 4
2011-08-22 01:02:31 PDT
Up of the subject. I tried with different ways to send a keydown to webkit but the action is still ignored because my keycode is 403 and does not belong to a common key.
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