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:
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 comment:1
status: | new → open |
---|---|
summary: | SELECT DROPDOWN BOX UNCLICKABLE IN FIREFOX 16.0.1/16.0.2 → Dialog: Select Unclickable in Windows Firefox 16 |
Changed November 29, 2012 09:36PM UTC by comment:2
tj_vantoll confirmed its still a problem in master.
Changed January 06, 2013 11:42PM UTC by comment:3
I am no longer able to reproduce this issue. Can anyone confirm?
Changed January 07, 2013 03:08AM UTC by 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 comment:5
resolution: | → wontfix |
---|---|
status: | open → closed |
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.
Confirmed and minified - http://jsfiddle.net/tj_vantoll/eUw7d/15/. This is a bizarre one that I think is likely a Firefox bug.