Bug 130544 - [iOS WebKit2] typing and deleting text lags behind the caret movement on google.com
Summary: [iOS WebKit2] typing and deleting text lags behind the caret movement on goog...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Enrica Casucci
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-03-20 16:10 PDT by Enrica Casucci
Modified: 2014-03-20 17:08 PDT (History)
0 users

See Also:


Attachments
Patch (4.32 KB, patch)
2014-03-20 16:25 PDT, Enrica Casucci
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Enrica Casucci 2014-03-20 16:10:43 PDT
Since the caret and the selection is drawn in the UIProcess for iOS, we need to synchronized it with the tile update.

<rdar://problem/16380296>
Comment 1 Enrica Casucci 2014-03-20 16:12:12 PDT
(Updating the comment to remove typos)
Since the caret is drawn in the UIProcess on iOS, we need to synchronize it with the tile update.
Comment 2 Enrica Casucci 2014-03-20 16:25:48 PDT
Created attachment 227352 [details]
Patch
Comment 3 Enrica Casucci 2014-03-20 17:08:07 PDT
Committed revision 166027.