[Webkit-unassigned] [Bug 176710] AX: Fields that are autofill-able but don't have an AutoFill button should still be announced as autofill-able

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 11 11:04:13 PDT 2017


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

chris fleizach <cfleizach at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cfleizach at apple.com

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

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

> Source/WebCore/ChangeLog:12
> +        * accessibility/AccessibilityObject.cpp:

can you add a test? thanks

> Source/WebCore/accessibility/AccessibilityObject.cpp:2464
> +    return downcast<HTMLInputElement>(*node).isAutoFillAvailable() || downcast<HTMLInputElement>(*node).autoFillButtonType() != AutoFillButtonType::None;

will isAutoFillAvailable() always be true if button type == None?

how will users activate auto fill if there's no button to press?

-- 
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/20170911/0cd69257/attachment.html>


More information about the webkit-unassigned mailing list