#2301 closed bug (fixed)
calling dialog('close') on an element that's not a dialog throws error
Reported by: | rworth | Owned by: | Scott González |
---|---|---|---|
Priority: | blocker | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.2 |
Keywords: | dialog method ui plugin error | Cc: | |
Blocked by: | Blocking: |
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 (5)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 15 years ago by
Owner: | changed from rworth to scott.gonzalez |
---|---|
Status: | assigned → new |
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in [4908].
This problem was unique to dialog - other UI plugins do not need to be checked.