Results 1 to 4 of 4

Thread: Select drop down ARROW hides in responsive view firefox

  1. #1
    Join Date
    Nov 2011
    Posts
    65
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Select drop down ARROW hides in responsive view firefox

    Hi

    I have a select drop down on my page.

    When i go to Responsive mode of Firefox, why does the drop down arrow gets hide.

    Open this page in firefox >> Tools >> Responsive Design View

    The drop down arrow gets hidden.

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>
    
    <body>
    <form>
    <select>
    <option>one</option>
    <option>two</option>
    </select>
    </form>
    </body>
    </html>
    Thanks
    Vineet

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    It's either poor coding on the part of the people who made that (Responsive Design View), or it's how it looks. I vote for the former (poor coding), as even if you make it big, the arrow is still not there. The drop down select element still works though, just click on it. If you are still concerned Google to see if it has been filed as a bug report. If it hasn't, you can submit your own bug report to Firefox about it.

    Oh, it's already been filed:

    https://bugzilla.mozilla.org/show_bug.cgi?id=913432

    Twice even:

    https://bugzilla.mozilla.org/show_bug.cgi?id=904656

    Doesn't look like they're in a hurry to fix it.
    Last edited by jscheuer1; 04-20-2015 at 03:35 PM. Reason: add second link
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Nov 2011
    Posts
    65
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi jscheuer1's

    Thanks for the pointing out that its already a bug.

    I am concerned about the users visiting my website and using drop downs on mobile phones in firefox mobile version.

    Will they be able to know that its a drop down ??

    vineet

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Yes. As long as they aren't using Firefox's Responsive Design View, which is unlikely.

    The select (what you are calling a drop down) is a standard element. Any device/browser which doesn't render it in a useful way is broken or intentionally limited (like a text only browser) and will either soon be fixed or discontinued, unless it isn't expected to render full HTML. This flaw persists in Responsive Design View because fixing it isn't essential to the overall purpose of that tool, which is simply to get an idea of the flow of the page at different screen sizes.

    The only way to know how it will look on any device/browser is to check though. I would be incredibly surprised if it didn't work on mobile devices with Firefox. If it doesn't, that would be a serious bug they would fix very soon.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Similar Threads

  1. could not find the Show Hidden Files in Firefox FTP
    By amyy in forum Computer hardware and software
    Replies: 4
    Last Post: 04-21-2010, 03:59 PM
  2. over flow hidden - problems with firefox
    By Hazel Friend in forum CSS
    Replies: 5
    Last Post: 11-11-2008, 03:03 PM
  3. Replies: 1
    Last Post: 09-22-2008, 04:12 AM
  4. Drop down menu hidden beneath IE6 select box
    By MyMagicalPants in forum Bug reports
    Replies: 1
    Last Post: 02-25-2008, 11:49 AM
  5. DD Tab Menu I & II not view in Firefox
    By caiser in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 09-06-2005, 11:37 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •