[Webkit-unassigned] [Bug 258622] New: Selection should not set the cursor type to text over the explicitly set cursor type

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 28 06:43:51 PDT 2023


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

            Bug ID: 258622
           Summary: Selection should not set the cursor type to text over
                    the explicitly set cursor type
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: BrowserCompat
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com

Hi Team,

While going through Blink's commit, I came across another failing test in Safari Technology Preview 172 and WebKit ToT while passing in Chrome Canary 117 and Firefox Nightly 116.

Test Case: https://jsfiddle.net/qe3dkgaw/show

^ Open and drag select text, Safari will have 'I-Beam' (text) cursor while others will have 'progress' cursor.

Blink Commit: https://chromium.googlesource.com/chromium/blink/+/a5c471c481544403615780bce2845de58e37e341%5E%21/#F2

WebKit Source: https://searchfox.org/wubkat/source/Source/WebCore/page/EventHandler.cpp#1555

This commit does not modify single thing but just pushes the 'if' below 'switch' case. In local testing, now we pass attached test case at least in "Minibrowser" and get 'progress' cursor.

Thanks!

-- 
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/20230628/12c3d3fd/attachment.htm>


More information about the webkit-unassigned mailing list