Bug 96378 - [BlackBerry] SelectionHandler drops caret change notifications
Summary: [BlackBerry] SelectionHandler drops caret change notifications
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Arvid Nilsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-11 05:18 PDT by Arvid Nilsson
Modified: 2012-09-11 07:30 PDT (History)
3 users (show)

See Also:


Attachments
Patch (7.13 KB, patch)
2012-09-11 06:31 PDT, Arvid Nilsson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arvid Nilsson 2012-09-11 05:18:28 PDT
The selection handler deliberately drops caret change notifications
while the input handler is processing changes, to avoid displaying
intermediate state during a complex change.
    
However, this means that the client is never informed of the final
caret position.
Comment 1 Arvid Nilsson 2012-09-11 06:31:30 PDT
Created attachment 163349 [details]
Patch
Comment 2 Arvid Nilsson 2012-09-11 07:02:23 PDT
Comment on attachment 163349 [details]
Patch

Thanks Mike and Antonio!
Comment 3 WebKit Review Bot 2012-09-11 07:29:56 PDT
Comment on attachment 163349 [details]
Patch

Clearing flags on attachment: 163349

Committed r128183: <http://trac.webkit.org/changeset/128183>
Comment 4 WebKit Review Bot 2012-09-11 07:30:01 PDT
All reviewed patches have been landed.  Closing bug.