[Webkit-unassigned] [Bug 22040] New: Text Editor doesn't work on ARM Platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 2 09:56:29 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22040

           Summary: Text Editor doesn't work on ARM Platform
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: webkit.meister at gmail.com
                CC: oliver at apple.com


This Bug is found on Arm Platform using WebKit-r36766
Steps to reproduce
1) Launch any site like http://www.google.com
2) Type in text on text box

Expected Result: Text should appear what user types

Actual Result: Nothing Appears.

Some Analysis Performed:
In WebKit/gtk/WebCoreSupport/EditorClientGtk.cpp
   imContextCommit is getting called but in EventTargetNode.cpp
           newText.isempty() becomes true as a result, insertText(text,0) does
not gets called


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list