It seems like this reproduces both with and without the cache, so it's a true regression. On the video in #c0, the dropdown scrolls the entire page when its opened. I noticed it doesn't happen when activated with the mouse. I think this is probably the root of the bounds issue here (so maybe it's an action-related issue instead?) :gijs are there functions that get called when this menu in particular opens? I noticed that this issue doesn't occur for other menus on the page, like the font size menu or default zoom. Poked around `preferences.js` and `main.js` but didn't find anything about setting the default font, only reading from the preference (and I assume the code that associates preferences with particular menulists is common, not specific this menu).
Bug 1804063 Comment 6 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
It seems like this reproduces both with and without the cache, so it's a true regression. On the video in #c0, the dropdown scrolls the entire page when its opened. I noticed it doesn't happen when activated with the mouse. I think this is probably the root of the bounds issue here (so maybe it's an action-related issue instead?) :gijs are there functions that get called when this menu in particular opens? I noticed that this issue doesn't occur for other menus on the page, like the font size menu or default zoom. Poked around `preferences.js`, `fonts.js`, and `main.js` but didn't find anything about setting the default font, only reading from the preference (and I assume the code that associates preferences with particular menulists is common, not specific this menu).