[Webkit-unassigned] [Bug 61320] New: fast/events/selectstart-by-double-triple-clicks.html and selectstart-by-drag.html are failing on GTK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 23 16:34:54 PDT 2011


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

           Summary: fast/events/selectstart-by-double-triple-clicks.html
                    and selectstart-by-drag.html are failing on GTK
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: ossy at webkit.org, mrobinson at webkit.org
        Depends on: 19489


fast/events/selectstart-by-double-triple-clicks.html and selectstart-by-drag.html are failing on GTK ever since they were checked in with the following diffs:

selectstart-by-double-triple-clicks.html:
 Initial state: PASS
 Mouse down: PASS
 Mouse up: PASS
-Second mouse down: PASS
-Second mouse up: PASS
-Third mouse down: PASS
-Third mouse up: PASS
+Second mouse down: FAIL - expected selection to be range but was caret
+Second mouse up: FAIL - expected selection to be range but was caret
+Third mouse down: FAIL - expected selection to be range but was caret
+Third mouse up: FAIL - expected selection to be range but was caret
 Done.

selectstart-by-drag.html:
 Mouse down: PASS
 Moving slightly to the right: PASS
 Moving slightly to the left: PASS
-Moving to the right: PASS
-Moving further to the right: PASS
+Moving to the right: FAIL - expected selection to be range but was caret
+Moving further to the right: FAIL - expected selection to be range but was caret
 Moving back to the left: PASS
-Moving to the right again: PASS
+Moving to the right again: FAIL - expected selection to be range but was caret
 Mouse down on the right: PASS
-Moving to the left: PASS
+Moving to the left: FAIL - expected selection to be range but was caret
 Done.

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