[Webkit-unassigned] [Bug 193878] AX: VoiceOver allows to interact with a disabled <select> element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 29 08:36:30 PST 2019


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

--- Comment #25 from chris fleizach <cfleizach at apple.com> ---
Comment on attachment 360439
  --> https://bugs.webkit.org/attachment.cgi?id=360439
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=360439&action=review

> Source/WebCore/accessibility/AccessibilityMenuList.cpp:60
> +    if (cache)

I don't think we want Document here. You can use "this" since its in reference to this menu list

> LayoutTests/ChangeLog:8
> +        * accessibility/press-not-work-for-disabled-menu-list.html: Added.

this should be moved to Mac platform folder. it will also fail on all the other platforms

-- 
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/20190129/7fcadf8f/attachment.html>


More information about the webkit-unassigned mailing list