Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Select lists in forms are ignoring the size attribute

  • 2 Antworten
  • 4 haben dieses Problem
  • 15 Aufrufe
  • Letzte Antwort von 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.

Alle Antworten (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