Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#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 rdworth

Status: newassigned

comment:2 Changed 15 years ago by paul

Owner: changed from rworth to scott.gonzalez
Status: assignednew

comment:3 Changed 15 years ago by Scott González

Resolution: fixed
Status: newclosed

Fixed in [4908].

This problem was unique to dialog - other UI plugins do not need to be checked.

comment:4 Changed 15 years ago by (none)

Milestone: 1.2.3

Milestone 1.2.3 deleted

comment:5 Changed 14 years ago by paul

Milestone: 1.5
Note: See TracTickets for help on using tickets.