Konqueror and Autosuggest boxes

Maksim Orlovich mo85 at cornell.edu
Thu Feb 15 15:20:52 GMT 2007


> Hi all,
>
> I hope this is the right forum for this question ... I've included a
> sample page
> which demonstrates the problem.

Hi.. Thanks for the testcase, but it actually works fine for me, in 3.5.6
(Well, the popup is mispositioned slightly, but that's not about key
events)... There were no changes in keyEvent-type interface since then,
and while there were changes in input event routing for native widgets, I
believe they only apply to <textarea>, so I am not sure what exactly got
fixed..
>
> How can you extract the keys from events in Konqueror and on what
> elements?
> Does anyone have any good sources for event programming on Konqueror, in
> particular picking
> up key presses?

It should work as a bit of a hybrid between mozilla and IE behavior --
i.e. when one doesn't return 0 in either keyCode or charCode or such, it
tries to provide the code. Plus, the keyboard stuff in
http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107/ is supported..

> Thank in advance for any pointers

Thanks for trying to support us,
Maks.






More information about the kfm-devel mailing list