[Webkit-unassigned] [Bug 255277] New: CSS active state pseudo class active during touch scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 11 02:58:12 PDT 2023


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

            Bug ID: 255277
           Summary: CSS active state pseudo class active during touch
                    scrolling
           Product: WebKit
           Version: Safari 16
          Hardware: iPhone / iPad
                OS: iOS 16
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: stefan.luedin at gmail.com

On touchscreen devices, the CSS :active state pseudo class remains active while the user scrolls with touch gestures by drag and hold. This behaviour is unexpected, as the active state should be disabled if the user moves the touch point.

Steps to Reproduce:

1. Open a webpage with a clickable element that has an active state defined in CSS, such as a button.
2. On a touchscreen device, touch and hold the clickable element to activate its active state.
3. Without lifting the finger, move it to scroll the page.
4. Observe that the active state of the element remains active even though the touch point has moved.

Expected Result:
The active state of the element should be disabled as soon as the user moves the touch point to scroll the page.

Actual Result:
The active state of the element remains active even though the touch point has moved to scroll the page.

Environment:

Device: iPhone (all variants)
OS: iOS 16/ iOS 15
Browser: Safari iOS

-- 
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/20230411/d4dfd74a/attachment.htm>


More information about the webkit-unassigned mailing list