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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 26 20:57:59 PST 2019


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

--- Comment #5 from Eric Liang <ericliang at apple.com> ---
Comment on attachment 360261
  --> https://bugs.webkit.org/attachment.cgi?id=360261
Patch

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

>> Source/WebCore/accessibility/AccessibilityMenuList.cpp:48
>> +    Element* element = this->element();
> 
> auto element = this->element();
> if (!element || element->isDsiabled())
>    return false;

Just to make sure is isDisabled() equivalent to isDisabledFormControl()? Because I saw other places in Accessibility we use isDisabledFormControl()

-- 
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/20190127/01025946/attachment-0001.html>


More information about the webkit-unassigned mailing list