Bug 22040 - Text Editor doesn't work on ARM Platform
Summary: Text Editor doesn't work on ARM Platform
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-02 09:56 PST by mwas
Modified: 2012-05-01 22:38 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mwas 2008-11-02 09:56:29 PST
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
Comment 1 Ryosuke Niwa 2012-05-01 22:38:02 PDT
Does this problem still reproduce?