RESOLVED FIXED 130909
[iOS] Don't cancel composition on selection change
https://bugs.webkit.org/show_bug.cgi?id=130909
Summary [iOS] Don't cancel composition on selection change
Alexey Proskuryakov
Reported 2014-03-28 12:24:31 PDT
In bug 130727, I made it WebProcess responsibility to cancel composition on selection change. I thought that this didn't change iOS behavior, because we had this under PLATFORM(COCOA) in WebPageProxy. But turns out that WebPageProxy::cancelComposition had a no-op implementation on iOS, unlike of the new WebProcess one.
Attachments
proposed fix (1.57 KB, patch)
2014-03-28 12:26 PDT, Alexey Proskuryakov
no flags
Alexey Proskuryakov
Comment 1 2014-03-28 12:26:35 PDT
Created attachment 228076 [details] proposed fix
WebKit Commit Bot
Comment 2 2014-03-28 15:06:34 PDT
Comment on attachment 228076 [details] proposed fix Clearing flags on attachment: 228076 Committed r166430: <http://trac.webkit.org/changeset/166430>
WebKit Commit Bot
Comment 3 2014-03-28 15:06:41 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.