[Webkit-unassigned] [Bug 31711] New: Fake drag example does work properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 20 00:57:29 PST 2009


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

           Summary: Fake drag example does work properly
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alex at igalia.com


Created an attachment (id=43563)
 --> (https://bugs.webkit.org/attachment.cgi?id=43563)
Example showing the problem

In this example the result should be a selection and the result is a caret
position. The problem seems the first move event position is not considered
when selecting due to this code:

EventHandler.cpp:555

    if (!m_beganSelectingText) {
        m_beganSelectingText = true;
        newSelection = VisibleSelection(targetPosition);
    }

I'm creating a patch setting m_beganSelectingText in the
handleMousePressEventSingleClick method to true in any case.

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