The `#formAutofillGroupBox` groupbox in the Privacy pane is not hidden, even though it has no children. I noticed this when going through with a screen reader (Orca) the empty groupbox was announced as "blank". From a visual perspective, this creates an extra space between the "Logins & Passwords" and "History" preferences. I think this is where the groupbox gets shown https://searchfox.org/mozilla-central/rev/12a18f7e112a4dcf88d8441d439b84144bfbe9a3/browser/components/preferences/preferences.js#425 It might benefit from an additional condition to check that it has some content. Note, this is mostly copied from tor browser (https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/41396), but it effects firefox as well.
Bug 1800084 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
The `#formAutofillGroupBox` groupbox in the Privacy pane is not hidden when it has no children. I noticed this when going through with a screen reader (Orca) the empty groupbox was announced as "blank". From a visual perspective, this creates an extra space between the "Logins & Passwords" and "History" preferences. I think this is where the groupbox gets shown https://searchfox.org/mozilla-central/rev/12a18f7e112a4dcf88d8441d439b84144bfbe9a3/browser/components/preferences/preferences.js#425 It might benefit from an additional condition to check that it has some content. Note, this is mostly copied from tor browser (https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/41396), but it effects firefox as well.