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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 1 17:53:52 PST 2019


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

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

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

> Source/WebCore/accessibility/AccessibilityMenuList.cpp:56
> +            cache->postNotification(element, result ? AXObjectCache::AXPressDidSucceed : AXObjectCache::AXPressDidFail);

I meant you can declare AXNotification notification = PressDidFail
and then inside the if block set it to PressDidSucc

then just pass that directly

-- 
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/20190202/64469c2c/attachment.html>


More information about the webkit-unassigned mailing list