[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 01:14:04 PST 2019


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

--- Comment #13 from chris fleizach <cfleizach 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?

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

this needs to be 10?

> LayoutTests/accessibility/press-not-work-for-disabled-menu-list.html:81
> +        shouldBeTrue("checkedElement.boolAttributeValue('AXDRTCollapsedAttribute')");

for these different shouldBeTrue's -- can you add something before, like

"After AXPress: Collapsed: " + checkedElement.boolAttributeValue('AXDRTCollapsedAttribute')

so that when we see the list of results they're parseable for what they mean?

> LayoutTests/accessibility/press-not-work-for-disabled-menu-list.html:85
> +        }, 10);

does this need to be10?

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


More information about the webkit-unassigned mailing list