為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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

  • 4 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 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.

所有回覆 (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.