Bug 22040
Summary: | Text Editor doesn't work on ARM Platform | ||
---|---|---|---|
Product: | WebKit | Reporter: | mwas <webkit.meister> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | mrobinson, oliver, rniwa, xan.lopez |
Priority: | P3 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Other | ||
OS: | Linux |
mwas
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Does this problem still reproduce?