Bug 1534455 Comment 33 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Andrew Swan [:aswan] from comment #32)
> Somewhat related, I tried what was described in comment 22 but the <panel> linked with aria-owns isn't showing up in the a11y tree.  This shows up as a failure in accessible/tests/browser/browser_searchbar.js, it can also be seen with the Accessibility panel in the browser toolbox.  Alex, when you're back can you take a look?  I think this is the last remaining big issue before this will be ready for review.

The #PopupSearchAutoComplete panel does show up in the a11y tree for me with the patches applied, it's just that it appears as "group" as role instead of "combobox-list". It sounds like this was intended since `role="group"` is set on the popup.
(In reply to Andrew Swan [:aswan] from comment #32)
> Somewhat related, I tried what was described in comment 22 but the <panel> linked with aria-owns isn't showing up in the a11y tree.  This shows up as a failure in accessible/tests/browser/browser_searchbar.js, it can also be seen with the Accessibility panel in the browser toolbox.  Alex, when you're back can you take a look?  I think this is the last remaining big issue before this will be ready for review.

The #PopupSearchAutoComplete panel does show up in the a11y tree for me as a child of `#searchbar` with the patches applied, it's just that it appears as "group" as role instead of "combobox-list". It sounds like this was intended since `role="group"` is set on the popup.

Back to Bug 1534455 Comment 33