[Webkit-unassigned] [Bug 111857] New: [BlackBerry] Reposition selection handlers in WebPagePrivate::updateDelegatedOverlays()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 07:16:21 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=111857

           Summary: [BlackBerry] Reposition selection handlers in
                    WebPagePrivate::updateDelegatedOverlays()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit BlackBerry
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yodai at rim.com


Selection overlay now moves around with element nicely due to the re-parenting. But the selection handles are still added to compositing thread layer. If any movement is initiated by WebKit side through e.g. javascript code, compositing thread layer does not move accordingly. Thus, the selection overlay and selection handles will be disconnected each other in the case.  As a quick fix, this patch adds old workaround back:  call selectionPositiionChanged() in WebPagePrivate::updateDelegatedOverlays.

Also add drawSelectionOverlay parameter to selectionPositiionChanged(). With the parameter being false, selectionPositiionChanged() only updates the selection handles.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list