Opened 15 years ago
Closed 15 years ago
#3014 closed bug (worksforme)
Overlay Not Destroyed on Close
Reported by: | Owned by: | Scott González | |
---|---|---|---|
Priority: | minor | Milestone: | 1.5.2 |
Component: | ui.dialog | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I believe line 267 should read:
$ui.dialog.overlay.destroy();
instead of ...resize()
When I replaced it, the dialog closes and allows page interaction. Without the fix, the overlay remains.
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | 1.5.1 → 1.5.2 |
---|
comment:2 Changed 15 years ago by
Priority: | major → minor |
---|
comment:3 Changed 15 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This works fine for me. If you continue to have this problem, please re-open this ticket and attach a file showing the problem.