为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Firefox 33 HTML select elements do not display correctly

  • 3 个回答
  • 7 人有此问题
  • 14 次查看
  • 最后回复者为 shaunm

more options

HTML form <select> elements do not display options correctly in Firefox 33.

For example: <select id="field_4" class="mainForm" name="field_4">

   <option value=""></option>
   <option value="submitted"></option>
   <option value="pending"></option>
   <option value="discarded"></option>
   <option value="all"></option>

</select>

should display a drop down with 5 elements (first one blank) but no elements at all are displayed. The bounding box does not seem to be computed correctly so no options display.

I have observed this issue on multiple pages. These pages displayed correctly in older version of Firefox and they display correctly under IE. The problem occurs with no addons or additional themes installed. The problem does not occur in SafeMode so I suspect that it is theme related but the Default 33.0 theme is the only installed theme and it cannot be disabled outside of SafeMode. I tried installing and changing multiple themes without success. The problem persists after restarting Firefox and after rebooting the computer and even after uninstalling and re-installing Firefox.

I can supply a screen shot if needed.

HTML form <select> elements do not display options correctly in Firefox 33. For example: <select id="field_4" class="mainForm" name="field_4"> <option value=""></option> <option value="submitted"></option> <option value="pending"></option> <option value="discarded"></option> <option value="all"></option> </select> should display a drop down with 5 elements (first one blank) but no elements at all are displayed. The bounding box does not seem to be computed correctly so no options display. I have observed this issue on multiple pages. These pages displayed correctly in older version of Firefox and they display correctly under IE. The problem occurs with no addons or additional themes installed. The problem does not occur in SafeMode so I suspect that it is theme related but the Default 33.0 theme is the only installed theme and it cannot be disabled outside of SafeMode. I tried installing and changing multiple themes without success. The problem persists after restarting Firefox and after rebooting the computer and even after uninstalling and re-installing Firefox. I can supply a screen shot if needed.

由shaunm于修改

被采纳的解决方案

You can try to disable hardware acceleration in Firefox.

  • Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"

You need to close and restart Firefox after toggling this setting.

If it works in Safe Mode and in normal mode with all extensions (Firefox/Tools > Add-ons > Extensions) disabled then try to find which extension is causing it by enabling one extension at a time until the problem reappears.

Close and restart Firefox after each change via "Firefox > Exit" (Windows: Firefox/File > Exit; Mac: Firefox > Quit Firefox; Linux: Firefox/File > Quit)

定位到答案原位置 👍 0

所有回复 (3)

more options

Screen shot of the problem.

more options

选择的解决方案

You can try to disable hardware acceleration in Firefox.

  • Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"

You need to close and restart Firefox after toggling this setting.

If it works in Safe Mode and in normal mode with all extensions (Firefox/Tools > Add-ons > Extensions) disabled then try to find which extension is causing it by enabling one extension at a time until the problem reappears.

Close and restart Firefox after each change via "Firefox > Exit" (Windows: Firefox/File > Exit; Mac: Firefox > Quit Firefox; Linux: Firefox/File > Quit)

more options

Hardware Acceleration was the culprit. Once it was disabled everything worked.