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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 27 17:30:59 PST 2019


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

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

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

>> LayoutTests/accessibility/press-not-work-for-disabled-menu-list.html:56
>> +        }, 9);
> 
> 9 or 0?

The idea here is that because a successful AXPress waits on the UI process to display, it would wait for a short time to check the attribute. Although our expectations with disabled form controls don't need this wait, I still "pretend" that we need this wait because otherwise the check is meaningless.

>> LayoutTests/accessibility/press-not-work-for-disabled-menu-list.html:71
>> +        }, 10);
> 
> this needs to be 10?

This is an arbitrary wait time in which we assume a successful initiation of UI process needs. I don't really know how long I should set this number though.

-- 
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/20190128/b52033f2/attachment.html>


More information about the webkit-unassigned mailing list