Bug 89845 - Implement textInputController.setComposition()
Summary: Implement textInputController.setComposition()
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, LayoutTestFailure
Depends on:
Blocks:
 
Reported: 2012-06-24 19:47 PDT by Joone Hur
Modified: 2014-10-27 10:24 PDT (History)
10 users (show)

See Also:


Attachments
diff (564 bytes, text/plain)
2012-06-24 19:47 PDT, Joone Hur
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joone Hur 2012-06-24 19:47:42 PDT
Created attachment 149224 [details]
diff

fast/forms/input-set-composition-scroll.html is failing after r120145
Comment 1 Kristóf Kosztyó 2012-06-24 23:42:47 PDT
This new test also fail on qt and mac because the textInputController.setComposition() implementation is missing.
Comment 2 Csaba Osztrogonác 2012-06-25 00:00:57 PDT
textInputController.setComposition() is unimplemented on Qt, GTK, EFL, Mac ... (everywhere except Chromium)
Comment 3 Jon Lee 2012-06-25 11:05:46 PDT
Skipped on mac bots in http://trac.webkit.org/changeset/121171
Comment 4 Jon Lee 2012-06-25 11:10:56 PDT
The test was first included in http://trac.webkit.org/changeset/121121 in https://bugs.webkit.org/show_bug.cgi?id=88999