[Webkit-unassigned] [Bug 166670] AX: Focus should jump into modal dialogs when one appears

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 11 12:35:23 PST 2017


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

valdrinkoshi at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |valdrinkoshi at gmail.com

--- Comment #8 from valdrinkoshi at gmail.com ---
Hi, I faced these issues with the current implementation:
1. if dialog has no children, the focus is not moved to the dialog (it has a valid tabindex, -1 or 0)
2. focus is always moved to the first focusable child, w/o respecting the tab order (e.g. 1st focusable child has tabindex=0, 2nd focusable child has tabindex=1)
3. focus is moved in the dialog only by toggling aria-modal attribute from false to true. I'd expect toggling the visibility of the element would trigger the focus move (e.g. display:none -> display:block)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170111/4c693de6/attachment.html>


More information about the webkit-unassigned mailing list