Re: [webkit-dev] Text Input does not work running WebKit/GTK+/Directfb

2009-11-17 Thread Jacob Bramley
Hello Mike.

 I think one person indicated that ICU was not built correctly.  I think my
 ICU is ok, so how do I prove otherwise.

This looks like an ICU issue to me. ICU will sometimes appear to build 
correctly, but will not
shout about certain build problems that can arise whilst cross-compiling. I've 
seen this issue
when cross-compiling for ARM. Check the build logs for ICU, and see if there's 
anything that
looks like this:

./out/tmp/icudt42l_dat.o: file not recognized: File format not recognized
collect2: ld returned 1 exit status
Error generating package data.

After that point, the build system appears to function normally.

If you don't see that error, then you're looking at a different problem.

Jacob

 

 -Original Message-
 From: webkit-dev-boun...@lists.webkit.org 
 [mailto:webkit-dev-boun...@lists.webkit.org] On
 Behalf Of mike999
 Sent: 05 October 2009 15:27
 To: webkit-dev@lists.webkit.org
 Subject: [webkit-dev] Text Input does not work running WebKit/GTK+/Directfb
 
 
 I am having a problem running Webkit.  I downloaded a version (38297) several
 months ago, and got it building and running on Ubuntu Linux.  I have also
 ported it to run on a PPC platform, using GTK+ and DirectFB on my PPC
 hardware  However, when I run my port on the PPC hardware, I see a couple
 unexpected behaviours.  I have spend several days trying to track down the
 root cause, but not luck yet.
 
 I am running GtkLauncher demo program.
 
 Here is a summary of what I see
 
 1. Text input works if I enter text in, for example, the URL field of the
 browser.
 2. When I enter text in a HTML Text Input Element, it does not show up
 3. Any initial value that is specified for a HTML Text Input Element does
 not appear.
 
 I have seen others post problems like this, but no conclusive indication of
 what the problem was, or more importantly how to find what the problem is.
 
 I think one person indicated that ICU was not built correctly.  I think my
 ICU is ok, so how do I prove otherwise.
 
 Finally, I do see the input events getting dispatched into
 WebCore::EventTargetNode::dispatchEvent
 
 - Mike
 --
 View this message in context: 
 http://www.nabble.com/Text-Input-does-not-work-running-WebKit-
 GTK%2B-Directfb-tp25751468p25751468.html
 Sent from the Webkit mailing list archive at Nabble.com.
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Text Input does not work running WebKit/GTK+/Directfb

2009-10-17 Thread mike999

I am having a problem running Webkit.  I downloaded a version (38297) several
months ago, and got it building and running on Ubuntu Linux.  I have also
ported it to run on a PPC platform, using GTK+ and DirectFB on my PPC
hardware  However, when I run my port on the PPC hardware, I see a couple
unexpected behaviours.  I have spend several days trying to track down the
root cause, but not luck yet.   

I am running GtkLauncher demo program.

Here is a summary of what I see

1. Text input works if I enter text in, for example, the URL field of the
browser.
2. When I enter text in a HTML Text Input Element, it does not show up
3. Any initial value that is specified for a HTML Text Input Element does
not appear.

I have seen others post problems like this, but no conclusive indication of
what the problem was, or more importantly how to find what the problem is.

I think one person indicated that ICU was not built correctly.  I think my
ICU is ok, so how do I prove otherwise.

Finally, I do see the input events getting dispatched into 
WebCore::EventTargetNode::dispatchEvent

- Mike
-- 
View this message in context: 
http://www.nabble.com/Text-Input-does-not-work-running-WebKit-GTK%2B-Directfb-tp25751468p25751468.html
Sent from the Webkit mailing list archive at Nabble.com.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Text Input does not work running WebKit/GTK+/Directfb

2009-10-17 Thread Jan Michael Alonzo
On Tue, Oct 6, 2009 at 1:26 AM, mike999 mikekl...@insightbb.com wrote:


 I am having a problem running Webkit.  I downloaded a version (38297)
 several
 months ago, and got it building and running on Ubuntu Linux.  I have also
 ported it to run on a PPC platform, using GTK+ and DirectFB on my PPC
 hardware  However, when I run my port on the PPC hardware, I see a couple
 unexpected behaviours.  I have spend several days trying to track down the
 root cause, but not luck yet.


Hi Mike

I suggest you take this to webkit-help as this list about WebKit development
discussions. In addition, I also suggest that you raise a bug report against
the WebKit Gtk component and include the information you provided below in
your bug report.

Thanks!

Jan
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev