Hi, I tried to build latest webkit (r30082) on ARM using gtkdirectfb with input driver as LIRC. I am able to get the GtkLauncher up and running. I have a problem with this configuration in typing keys in the input text box widget of html pages.
ISSUE1: HTML Input Element not working The default web page www.google.com page opens up. I am able to key in characters through the remote when the focus is present in the webkit's address bar(where we enter URLs). But i am not able to key in any input through remote when i bring the focus to the text input box ( where we enter search strings). The key inputs are sensed at the driver level. I have found through the gdb the keyed inputs are coming till HTMLInputElement::defaultEventHandler(Event* evt) function. But it will never get displayed into the input text box. From the code I couldn't decipher where and how the flow for character inputs. When i switch back to the address bar( using TAB key press), the key pressed characters continue to display. Do you have any idea as to where i should look for sorting this issue. I guess the key press events are not getting dispatched. The similar issue was present in earlier build r26699 also. ISSUE 2: Font rendering: The output is as seen at: http://msrinirao.blogspot.com/search/label/webkit Please give me pointers to solve this issue. regards, Srinivas Rao. M -- Srinivas Rao M Hamse <http://msrinirao.blogspot.com>
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

