Modify ↓
Ticket #2301 (closed bug: fixed)
calling dialog('close') on an element that's not a dialog throws error
| Reported by: | rworth | Owned by: | scott.gonzalez |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.2.3 |
| Component: | ui | Version: | 1.2.2 |
| Keywords: | dialog method ui plugin error | Cc: | |
| Blocking: | Blocked by: |
Description
On http://ui.jquery.com/1.5a/demos/dialog.html click the close button, and you get the following error:
elem has no properties [Break on this error] var id = elem[ expando ]; jquery.js (line 645)
All the other UI plugins should be checked for this as well.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
