#3076 closed bug (fixed)
Modal dialog not working correctly on Opera 9.51
Reported by: | happycow | Owned by: | Scott González |
---|---|---|---|
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 (6)
Changed 15 years ago by
comment:1 Changed 15 years ago by
Owner: | changed from paul to rdworth |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Component: | ui.core → ui.dialog |
---|---|
Milestone: | → 1.6b |
Owner: | changed from rdworth to scott.gonzalez |
Status: | assigned → accepted |
comment:3 Changed 15 years ago by
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.
comment:5 Changed 15 years ago by
I guess that's an OK fix for now... though the real bug is with jQuery itself. http://dev.jquery.com/ticket/3046
Note: See
TracTickets for help on using
tickets.
Sample HTML file demonstrating problem