Skip to main content

Bug Tracker

Side navigation

#2301 closed bug (fixed)

Opened February 07, 2008 06:22PM UTC

Closed March 14, 2008 04:40PM UTC

calling dialog('close') on an element that's not a dialog throws error

Reported by: rworth Owned by: scottgonzalez
Priority: undecided Milestone: 1.2.3
Component: ui 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.

Attachments (0)
Change History (3)

Changed February 26, 2008 05:16PM UTC by rworth comment:1

status: newassigned

Changed March 14, 2008 03:50PM UTC by paul comment:2

owner: rworthscott.gonzalez
status: assignednew

Changed March 14, 2008 04:40PM UTC by scott.gonzal comment:3

resolution: → fixed
status: newclosed

Fixed in [4908].

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