Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

HTML <Select> dropdowns showing double spaced in FF Quantum v57.0 64 bit

  • 4 réponses
  • 1 a ce problème
  • 1 vue
  • Dernière réponse par Shutey

more options

Websites using HTML <select> type dropdown menus including some I developed myself are all showing dropdown items double spaced since installing Firefox Quantum. I have tried safe mode and altering the theme in customize but it makes no difference.

Websites using HTML <select> type dropdown menus including some I developed myself are all showing dropdown items double spaced since installing Firefox Quantum. I have tried safe mode and altering the theme in customize but it makes no difference.

Toutes les réponses (4)

more options

Could you link to a page showing this problem?

When Multiprocess was rolled out around Firefox 50, the options of select controls reverted to pure unstyled system font appearance. Since then various style properties have been re-enabled. It's possible that this partial support is now causing strange results on some sites, but it would be easiest to look at specific cases.

more options

Try the language dropdown on the top right of this page https://www.google.com/doodles

more options

This drop down list inherits the CSS rules for the body element if I check this in the Inspector (right-click: Inspect Element) with a line-height: 1.2em.

body {
    font-family: 'Roboto',arial,sans-serif;
    font-weight: 300;
    line-height: 1.2em;
}
more options

Yes it does inherit the CSS rules but the line-height element has no impact on a HTML dropdown. In FF56, the line-height was rendered by the browser at about 1.2em, in FF57 it appears to render it at about 2em. While this does not alter the functionality, it does make dropdowns bigger and thus less accessible to users with mobility impairments as well as less attractive when the content of the dropdown is narrow such as two characters e.g., ages or area codes on a form.

I suspect the increased line-height is intended for the minority of users with a touch screen (I am one of them) but should be linked to the "Density" setting in customize.