-
- Downloads
Bug 1783882 - Don't flex searchbar listbox. r=dao
I can't reproduce this on Linux (which would make it easier to dig into what's going on), but I confirmed this fixes the issue on Windows. The flexing algorithm of XUL doesn't deal well with the footer block. This shouldn't be needed, I think, because the listbox height is handled explicitly in https://searchfox.org/mozilla-central/rev/6a37a2ab9328bec6a29f688d1b2fba6974d34905/toolkit/content/widgets/autocomplete-popup.js#361 Also use CSS rather than attributes to flex stuff. Differential Revision: https://phabricator.services.mozilla.com/D154133
Showing
- browser/components/search/content/autocomplete-popup.js 3 additions, 3 deletionsbrowser/components/search/content/autocomplete-popup.js
- browser/themes/shared/searchbar.css 1 addition, 0 deletionsbrowser/themes/shared/searchbar.css
- toolkit/content/widgets/autocomplete-popup.js 1 addition, 1 deletiontoolkit/content/widgets/autocomplete-popup.js
- toolkit/content/xul.css 1 addition, 0 deletionstoolkit/content/xul.css
Please register or sign in to comment