I have this weird problem that Firefox does not open a perfectly normal select box (see code below). I've already tried to disable all the plugins, themes etc, but still it won't open them. Is there probably some strange setting that causes this?

<html>
  <body>
    <select>
      <option value="0">aaaaaaaaaaa</option>
      <option value="1">bbbbbbbbbbbbb</option>
      <option value="2">cccccccccccc</option>
      <option value="3">dddddddddddd</option>
    </select>
  </body>
</html>
link|improve this question

44% accept rate
1  
Any other sites that are giving you trouble? Which OS and which Firefox? (The above jsbin.com/equtu works fine in Firefox 3.6 on Mac OS X.) – Arjan Feb 2 '10 at 12:00
Works fine here as well FF3.6 W7 – MrStatic Feb 2 '10 at 13:10
works fine here, firefox 3.5.7, archlinux – barraponto Feb 3 '10 at 4:36
And works fine in 3.6 on Win XP – njd Feb 5 '10 at 15:50
I have the same issue and no solution... – Ashley Ward Feb 15 '11 at 17:58
feedback

3 Answers

Just in case this is caused by an extension or by something odd in your profile: try running firefox without any extensions, and with a fresh (empty) profile:

firefox -safe-mode -P new_profile_name

and see if you can reproduce the problem.

link|improve this answer
feedback

Works here to from FF 3.5 vista

link|improve this answer
feedback

sometimes FF doesnt like select boxes not in a form. Put tags around your select box.

link|improve this answer
sorry - meant "put FORM tags around..." – gaje Aug 27 '10 at 20:01
you are able to edit your own answers :) – John T Aug 27 '10 at 20:02
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.