[Webkit-unassigned] [Bug 266809] New: Elements on top of textarea selection cannot be clicked

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 22 01:10:38 PST 2023


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

            Bug ID: 266809
           Summary: Elements on top of textarea selection cannot be
                    clicked
           Product: WebKit
           Version: Safari 17
          Hardware: iPhone / iPad
                OS: iOS 17
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dcordoneanu at adobe.com
                CC: cdumez at apple.com, wenson_hsieh at apple.com

The issue was reproduced on iOS Safari 17 (any subversion). Didn't try it out on iOS 16
The conditions to reproduce are:
- Have a text area with some text
- Select some text in the text area
- Over the place where the selected text is, have a button or a clickable element
- While the text is selected inside the text area, the button or clickable element cannot be clicked (even though the textarea has opacity 0, has lower z-index)

Please find a repro scenario here: https://jsfiddle.net/ypcj0goe/

The scenario needs to be tested on an device running iOS. After pressing the initial "Press" button, the textarea will disappear with opacity 0 (and will have text selected) and on top of the selected text, a new button will appear that should append to the document body the text "CLICKED!"

-- 
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/20231222/c7eea60d/attachment.htm>


More information about the webkit-unassigned mailing list