Re: [webkit-dev] Re: Focus traversal question

2007-11-12 Thread Oleg Sukhodolsky
Alp Toker wrote: Artem Ananiev wrote: Hi, Alp, sorry for a slight delay with the answer. I'm not working with GTK port, but rather investigating the possibility of new Java port, on windows, linux and solaris platforms. Artem, For what it's worth, we (informally) evaluated the option of a

[webkit-dev] Re: Focus traversal question

2007-11-08 Thread Alp Toker
Artem Ananiev wrote: Hi, Alp, sorry for a slight delay with the answer. I'm not working with GTK port, but rather investigating the possibility of new Java port, on windows, linux and solaris platforms. Artem, For what it's worth, we (informally) evaluated the option of a native CLR port

Re: [webkit-dev] Re: Focus traversal question

2007-11-08 Thread Artem Ananiev
Hi, Alp, sorry for a slight delay with the answer. I'm not working with GTK port, but rather investigating the possibility of new Java port, on windows, linux and solaris platforms. Artem Alp Toker wrote: Artem Ananiev wrote: After some search I found two methods in ChromeClient related to

[webkit-dev] Re: Focus traversal question

2007-11-03 Thread Alp Toker
Artem Ananiev wrote: After some search I found two methods in ChromeClient related to the question: canTakeFocus() and takeFocus(). Still, I see some problems with the reverse traversal (I tried text field on www.yahoo.com: when I press Shift+TAB, the methods from ChromeClient are not called).