Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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 ».

Learn More

Select lists in forms are ignoring the size attribute

  • 2 réponses
  • 4 ont ce problème
  • 15 vues
  • Dernière réponse par talez

more options

I have a web app that only uses Firefox, over the past few days every select list in my app where its height is specified by the size attribute, has turned into a un-usable single line "list", and the only way to give it its height back is specifying the height in it's style.

Did the size attribute get deprecated and i don't know about it?

Its king of a pain in the butt to have to change all my code for these so that my app actually works again.

I have a web app that only uses Firefox, over the past few days every select list in my app where its height is specified by the size attribute, has turned into a un-usable single line "list", and the only way to give it its height back is specifying the height in it's style. Did the size attribute get deprecated and i don't know about it? Its king of a pain in the butt to have to change all my code for these so that my app actually works again.

Toutes les réponses (2)

more options

Start Firefox in Diagnose Firefox issues using Troubleshoot Mode to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).

  • Don't make any changes on the Safe mode start window.

See Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems and Troubleshoot issues with plugins like Flash or Java to fix common Firefox problems

more options

I have this problem too, and the fix is to set the height css property in addition to the size attribute.

Someone suggested when the size attribute is set, it triggers the height property to be settable