[Webkit-unassigned] [Bug 206454] New: [GTK] Mouse cursor changes using onMouseXYZ are erratic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 17 15:41:02 PST 2020


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

            Bug ID: 206454
           Summary: [GTK] Mouse cursor changes using onMouseXYZ are
                    erratic
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lmoura at igalia.com
                CC: bugs-noreply at webkitgtk.org

After r253636 (after bisecting) the two tests below started failing.

* fast/events/mouse-cursor-change.html:

```
@@ -10,13 +10,13 @@
 Cursor Info: type=Hand hotSpot=0,0

 Mouse down
+Cursor Info: type=Hand hotSpot=0,0
+
+Mouse hold down, move
 Cursor Info: type=Progress hotSpot=0,0

-Mouse hold down, move
-Cursor Info: type=Hand hotSpot=0,0
-
 Mouse up
-Cursor Info: type=Help hotSpot=0,0
+Cursor Info: type=Progress hotSpot=0,0

 PASS successfullyParsed is true
```

* fast/events/mouse-cursor-no-mousemove.html:

```
@@ -8,7 +8,7 @@

 TEST CASE: Mouse idle, change cursor should not fire mousemove event
 Cursor Info: type=Pointer hotSpot=0,0
-Cursor Info: type=Help hotSpot=0,0
+Cursor Info: type=Pointer hotSpot=0,0

 PASS successfullyParsed is true
```

Testing the first one in MiniBrowserGtk, it seems like the cursor keeps stuck to the style assigned in `onMouseMove`, with the other styles appearing briefly in a erratic manner.

Manual testing worked fine in Firefox and Epiphany 3.34 (WebKitGTK 2.26.2).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200117/5838a4ab/attachment.htm>


More information about the webkit-unassigned mailing list