Ticket #4065 (closed bug: fixed)
modal dialog + button locks page
| Reported by: | Vovochka | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | major | Milestone: | 1.7.2 |
| Component: | ui.dialog | Version: | 1.6rc6 |
| Keywords: | Cc: |
Description
After executing this code the page freezes (I can't follow links)
$("#oo_add_img_box")
.dialog({
modal: true,
buttons: {
'OK': function() {
$(this).dialog('close');
}
}
})
.dialog('close');
But if I delete buttons section everything works fine
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/nologo.gif)
