[Webkit-unassigned] [Bug 60506] New: REGRESSION: drag caret isn't drawn in Mac DRT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 9 14:40:10 PDT 2011


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

           Summary: REGRESSION: drag caret isn't drawn in Mac DRT
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Blocker
          Priority: P1
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: eric at webkit.org, mjs at apple.com, darin at apple.com,
                    ap at webkit.org, sam at webkit.org, enrica at apple.com


Mac DumpRenderTree has regressed and no longer draws drag caret:
http://trac.webkit.org/browser/trunk/LayoutTests/platform/mac/editing/selection/drag-in-iframe-expected.png

This is unrelated to the regression introduced in r86039, which is tracked in the bug 60505.

As far as I investigated, In mouseMoveToX (DumpRenderTree/mac/EventSendingController.mm), draggingInfo is null and draggingUpdated is never called.  Even if I forced to call draggingUpdated, dragData->containsCompatibleContent() returns false in DragController::canProcessDrag (which is in turn called by DragController::concludeEditDrag) and never sets drag caret.

Unfortunately, I don't know enough about Mac port to fix this regression.

-- 
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