Skip to main content

Search and Top Navigation

#8837 closed bug (wontfix)

Opened November 20, 2012 11:04PM UTC

Closed January 07, 2013 03:33AM UTC

Dialog: Select Unclickable in Windows Firefox 16

Reported by: dmadouros Owned by:
Priority: minor Milestone: 1.10.0
Component: ui.dialog Version: 1.9.1
Keywords: Cc:
Blocked by: Blocking:
Description

We have a form with a select and a dialog also containing a select. The body's overflow is set to 'hidden' in the on open function.

When we click the dialog, the select element is unclickable and the options do not dropdown.

We have been able to reproduce this in Firefox 16.0.1 and Firefox 16.0.2 on Windows 7. We are unable to reproduce this issue in Firefox 15.0.1, IE 8, IE 9 (version 9.0.8112.16241) and Google Chrome (version 23.0.1271.64 m).

We are using JQuery 1.8.3 and JQuery UI 1.9.1.

Here is a small testcase that reproduces the problem in Firefox 16.0.1 and 16.0.2:

http://jsfiddle.net/qssC7/

Setting the body's overflow to hidden is necessary for us to support IE. For more details, please see: http://forum.jquery.com/topic/opening-a-modal-dialog-shows-a-horizontal-scroll-bar

Attachments (0)
Change History (5)

Changed November 21, 2012 02:25AM UTC by tj.vantoll comment:1

status: newopen
summary: SELECT DROPDOWN BOX UNCLICKABLE IN FIREFOX 16.0.1/16.0.2Dialog: Select Unclickable in Windows Firefox 16

Confirmed and minified - http://jsfiddle.net/tj_vantoll/eUw7d/15/. This is a bizarre one that I think is likely a Firefox bug.

  • I can only get the issue to happen on Firefox 16 on Windows. It works fine in Firefox 15. It works fine in Firefox 16 on OS X. I also do not see the issue in any of the other browser combinations I've tried.
  • Another
    <select>
    needs to be present for the bug to occur. If I remove the other
    <select>
    this issue does not occur. It's like ui.dialog's code is giving the other
    <select>
    focus and the modal logic is keeping anything else from getting focus.
  • As mentioned the
    <body>
    's overflow must be changed to
    hidden
    .

Changed November 29, 2012 09:36PM UTC by jzaefferer comment:2

tj_vantoll confirmed its still a problem in master.

Changed January 06, 2013 11:42PM UTC by k_borchers comment:3

I am no longer able to reproduce this issue. Can anyone confirm?

Changed January 07, 2013 03:08AM UTC by tj.vantoll comment:4

I can still see the issue in Firefox 16 on Windows 7 on http://jsfiddle.net/tj_vantoll/eUw7d/15/show.

Odd but I do not see the issue at http://jsfiddle.net/tj_vantoll/eUw7d/15/ in jsFiddle anymore, but if I see view the "/show" I do.

Changed January 07, 2013 03:33AM UTC by tj.vantoll comment:5

resolution: → wontfix
status: openclosed

Ah I see. I cannot recreate the problem in Firefox 17, so it looks like they fixed whatever the issue was on their end. Since that's two of us I'll resolve this as wontfix. If someone else can recreate this let us know.