Search and Top Navigation
#3076 closed bug (fixed)
Opened July 09, 2008 03:23AM UTC
Closed July 14, 2008 07:43AM UTC
Last modified July 14, 2008 11:36PM UTC
Modal dialog not working correctly on Opera 9.51
Reported by: | happycow | Owned by: | scottgonzalez |
---|---|---|---|
Priority: | minor | Milestone: | 1.6b |
Component: | ui.dialog | Version: | 1.5.1 |
Keywords: | dialog box | Cc: | |
Blocked by: | Blocking: |
Description
On Firefox, modal dialog works as expected; no other screen elements can be clicked. With Opera, dialog opens, but it is not modal.
See attached HTML for sample code.
Attachments (1)
Change History (5)
Changed July 09, 2008 05:29PM UTC by comment:1
owner: | paul → rdworth |
---|---|
status: | new → assigned |
Changed July 13, 2008 07:14AM UTC by comment:2
component: | ui.core → ui.dialog |
---|---|
milestone: | → 1.6b |
owner: | rdworth → scott.gonzalez |
status: | assigned → accepted |
Changed July 13, 2008 07:30AM UTC by comment:3
priority: | major → minor |
---|
This is an inaccurate description. The dialog is modal and no other form elements can be interacted with. The problem is that the overlay doesn't fill the entire window if the document is smaller than the window.
Changed July 14, 2008 07:43AM UTC by comment:4
resolution: | → fixed |
---|---|
status: | accepted → closed |
Fixed in [452].
Changed July 14, 2008 11:36PM UTC by comment:5
I guess that's an OK fix for now... though the real bug is with jQuery itself. http://dev.jquery.com/ticket/3046