Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

drop down menues reachoutside of Firefox window and maybe the whole monitor

  • 1 reply
  • 2 have this problem
  • 13 views
  • Last reply by philipp

more options

This is less a question, but a bug report.

Just run the following HTML in Firefox 29(.01) and you will see

<form>

   <select size="1" style="width:70px">
     <option> A A A A A</option>
     <option>BB BB BB BB BB BB BB BB BB BB BB BB BB BB</option>
     <option>CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC</option>
     <option>DDDD DDDD DDDD DDDD DDDD DDDD DDDD DDDD DDDD</option>
     <option>EEEEE EEEEE EEEEE EEEEE EEEEE EEEEE EEEEE</option>
   </select>

</form>

FF29 aligns the drop down at the left side and therefore, the content gets drawn outside the window.

If you run the same HTML in Chrome, the drop-down gets aligned at the right side and therefore is completely visible.

This is less a question, but a bug report. Just run the following HTML in Firefox 29(.01) and you will see <form> <div style="margin-left:1700px"><p> <!-- this is for 1920x1080 --> <select size="1" style="width:70px"> <option> A A A A A</option> <option>BB BB BB BB BB BB BB BB BB BB BB BB BB BB</option> <option>CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC CCC</option> <option>DDDD DDDD DDDD DDDD DDDD DDDD DDDD DDDD DDDD</option> <option>EEEEE EEEEE EEEEE EEEEE EEEEE EEEEE EEEEE</option> </select> </p></div> </form> FF29 aligns the drop down at the left side and therefore, the content gets drawn outside the window. If you run the same HTML in Chrome, the drop-down gets aligned at the right side and therefore is completely visible.

Modified by mc.iglo

All Replies (1)

more options

hello mc.iglo, bugzilla.mozilla.org would be the right place to file a bug report for firefox. thank you!