[Webkit-unassigned] [Bug 24129] Dropdown list doesn't open when onmousedown handler returns false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 29 10:59:01 PDT 2022


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

Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahmad.saleem792 at gmail.com

--- Comment #8 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
*** Safari 16 ***

log: object "[object HTMLSelectElement]" (311 props: 0="[object HTMLOptionElement]", autocomplete="", disabled=false, form="null"...)
log: false
log: object "[object HTMLDivElement]" (288 props: align="", title="", lang="", translate=true...)
log: true

*** Chrome Canary 108 ***

log: object "[object HTMLSelectElement]" (338 props: 0="[object HTMLOptionElement]", autocomplete="", disabled=false, form="null"...)
log: false
log: object "[object HTMLDivElement]" (315 props: align="", title="", lang="", translate=true...)
log: true

*** Firefox Nightly 107 ***

log: object "[object HTMLSelectElement]" (285 props: 0="[object HTMLOptionElement]", item=function item() {\n    [native code]\n}, namedItem=function namedItem() {\n    [native code]\n}, add=function add() {\n    [native code]\n}...)

log: false

log: object "[object HTMLDivElement]" (261 props: align="", click=function click() {\n    [native code]\n}, attachInternals=function attachInternals() {\n    [native code]\n}, focus=function focus() {\n    [native code]\n}...)

log: true

_________

Just wanted to share updated results based on test case from Comment 07. It seems to me that all browsers are showing same. Can someone confirm whether something else is required? 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/20220929/ac67b358/attachment.htm>


More information about the webkit-unassigned mailing list