mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-19 15:51:33 +00:00
![James Teh](/assets/img/avatar_default.png)
In bug 1525101, autocomplete-richlistbox-popup was converted to a Custom Element. This means we can no longer use do_QueryInterface to get nsIAutoCompletePopup. Instead, we must use Element::AsAutoCompletePopup. This fixes accessibility focus for these autocompletes. Differential Revision: https://phabricator.services.mozilla.com/D38158 --HG-- extra : moz-landing-system : lando