[Webkit-unassigned] [Bug 226500] New: AX:

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 1 08:32:03 PDT 2021


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

            Bug ID: 226500
           Summary: AX:
           Product: WebKit
           Version: Safari 14
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kdunagan at overdrive.com
                CC: webkit-bug-importer at group.apple.com

On Safari version 14.0.3 (15610.4.3.1.7, 15610)
MacOS Catalina (10.15.7) MacBook Pro

This bug pertains to an element that changes it's stacking context with the z-index (or any other safari related tricks to modify stacking). 

When a button changes its z-index on focus (ie by tabbing to it), a user can no longer click the button to trigger onclick effects. Any clicks to that button are being redirected to a parent, or some great-grandparent.


Here's a codepen of the issue
https://codepen.io/Kiyriel/pen/wvJpYXz

Background:
delete button is underneath the Hello link

Steps to reproduce:
1. Tab to the delete button
2. Click on the now visible delete button

Expected results: an alert saying "Success! You've clicked the delete button" is shown.

Actual results: an alert saying "Failure....rail....registered the click"

Additional notes: Does not affect Firefox (88.0.1 (64-bit))or chrome (90.0.4430.212 (Official Build) (x86_64))

-- 
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/20210601/8402de58/attachment.htm>


More information about the webkit-unassigned mailing list