Thank you, it's been very helpful. I check them up, it turned out that the ICU in my root filesystem is not properly built. The strange thing is I didn't see any error message as claimed in the bug report either. Based on the approach at http://cataclysm.cx/git/cgit.cgi?url=aros/icu/tree/BUILD.AROS about how to cross compile ICU as static library, I described how I cross compile it as shared library at http://www.yuan.se/?p=1 After that, the text box in WebKit is working fine.
/Song On Tue, Jul 15, 2008 at 8:56 AM, Sriram Neelakandan <[EMAIL PROTECTED]> wrote: > Please take a look at this: > http://bugs.webkit.org/show_bug.cgi?id=17487 > http://trac.webkit.org/changeset/30624 > hope this helps > > > On Mon, Jul 14, 2008 at 8:20 PM, Song Yuan <[EMAIL PROTECTED]> > wrote: >> >> Input element with text type ('<input type="text" />') in Gtk+/DirectFB >> ("--with-target=directfb") port of WebKit doesn't really work in the >> following ways: >> 1). No input can be made; >> 2). Cannot receive any key events; >> 3). No initial value can be displayed (i.e. in '<input type="text" >> value="initial value" />', "initial value" is not displayed when the web >> page is rendered); >> 4). Value cannot be scripted by JavaScript either (i.e. in '<input >> type="text" id="TestTxt" />', 'document.getElementById("TestTxt").value = >> "some value";' would not change anything). >> >> Textarea element works fine and so do the other HTML elements so far. By >> the way, Gtk+/X11 port works fine as well. >> >> The same symptoms can be confirmed in at least webkit-r34342 and >> webkit-r35067. >> >> Have anyone else had the same problem? >> >> /Song >> >> _______________________________________________ >> webkit-dev mailing list >> [email protected] >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev >> > > > > -- > Sriram Neelakandan > Author - Embedded Linux System Design And Development > (http://tinyurl.com/2doosu) _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

