[Webkit-unassigned] [Bug 197743] document.elementsFromPoint does not return <label> parent of <input>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 11 14:42:52 PDT 2022


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

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |zlip.792 at gmail.com
         Resolution|---                         |CONFIGURATION CHANGED

--- Comment #2 from Ahmad Saleem <zlip.792 at gmail.com> ---
Output from all browsers (for broken test case because Comment 0 mentions that "background color" one works):

*** Safari 15.6 on macOS 12.5 ***

input
label#element-a
div
body
html

*** Firefox Nightly 105 ***

    input
    label#element-a
    div
    body
    html

*** Chrome Canary 106 ***

input
label#element-a
div
body
html

_________-

Since all browsers are same and showing label value at same place, I am going to mark this "RESOLVED CONFIGURATION CHANGED" because it seems to be something fixed along the way.

If I am wrong, please reopen this bug with explanation or updated test case. 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/20220811/8102d12c/attachment.htm>


More information about the webkit-unassigned mailing list