gecko-dev/browser
Gijs Kruitbosch 9d747b061f Bug 1704113 - fix fonts subdialog cut-off in the preferences, r=jaws,preferences-reviewers
This cut-off is happening because the font lists load dynamically. When the
font builder code is running, it removes the menupopup and there is no content.
Then we measure the height of the dialog and its many menulists and persist that.
But the heights of these menulists is smaller (depending on Windows font size
and scaling settings) when they have no content than when they have text in them,
and so when the menulists fill up the height changes, leading to the cut-off.

To fix this, set a minimum height when the menulists are empty, that either matches
or exceeds the min-height they get when they have content.

Differential Revision: https://phabricator.services.mozilla.com/D113725
2021-04-29 10:43:19 +00:00
..
actors Backed out changeset e01ec8694924 (bug 1700957) as requested. CLOSED TREE 2021-04-28 18:09:01 +03:00
app Bug 1697722: Implement unit converter as UrlbarProvider. r=adw,dminor 2021-04-29 01:30:58 +00:00
base Bug 1707141 - [win7] Remove theme screen from upgrade onboarding r=pdahiya 2021-04-29 06:30:11 +00:00
branding Bug 1700972: Remove now unreferenced horizontal-lockup.svg 2021-04-21 21:01:29 +00:00
components Bug 1708010 - fix temperature conversion from Celsius to Fahrenheit. r=daisuke 2021-04-29 09:44:51 +00:00
config Merge autoland to mozilla-central. a=merge 2021-04-20 01:15:05 +03:00
docs Bug 1701990 - Remove Drag Space r=desktop-theme-reviewers,dao 2021-04-11 11:42:57 +00:00
extensions Bug 1705751 - Fix eslint failure in main.js. a=lint-fix CLOSED TREE 2021-04-29 01:07:09 +03:00
fonts
fxr
installer Bug 1706935 - Update about:addons and about:preferences pane selector icons. r=preferences-reviewers,jaws 2021-04-27 20:37:49 +00:00
locales Bug 1708241 - Update pdf.js to version 2.9.142 r=calixte 2021-04-28 16:56:53 +00:00
modules Backed out changeset e01ec8694924 (bug 1700957) as requested. CLOSED TREE 2021-04-28 18:09:01 +03:00
themes Bug 1704113 - fix fonts subdialog cut-off in the preferences, r=jaws,preferences-reviewers 2021-04-29 10:43:19 +00:00
tools/mozscreenshots Bug 1703012: fix control center and identity panel proton styling r=desktop-theme-reviewers,fluent-reviewers,mconley,flod,pbz,Itiel 2021-04-19 18:51:37 +00:00
.eslintrc.js
LICENSE
Makefile.in
app.mozbuild
build.mk
confvars.sh
defs.mk
l10n-registry.manifest
moz.build Bug 1687777 - Schedule OS-level `--backgroundtask backgroundupdate` on Windows. r=mossop,bytesized,flod 2021-03-27 20:43:26 +00:00
moz.configure