Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Select lists in forms are ignoring the size attribute

  • 2 답장
  • 4 이 문제를 만남
  • 9 보기
  • 최종 답변자: 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.

모든 댓글 (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