Bug 96378

Summary: [BlackBerry] SelectionHandler drops caret change notifications
Product: WebKit Reporter: Arvid Nilsson <anilsson>
Component: WebKit BlackBerryAssignee: Arvid Nilsson <anilsson>
Status: RESOLVED FIXED    
Severity: Normal CC: mifenton, tonikitoo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.