Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#2988 closed bug (fixed)

Fix a bug in ui.resizable

Reported by: Smile ArT Owned by: eduardo
Priority: major Milestone: 1.5.1
Component: ui.resizable Version: 1.5
Keywords: resizing Cc:
Blocked by: Blocking:

Description

Resizing of interface component with this options:

.resizable({containment: document, autohide: true, minHeight: 70, minWidth: 150})

calls an exception (in FireBug) like:

[Exception... "Could not convert JavaScript argument" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame :: http://site/my/path/to/jquery/jquery.js :: anonymous :: line 871" data:no][[BR]]

it's may be concerned with "containment: document" and need to be fixed.

Change History (2)

comment:1 Changed 15 years ago by eduardo

Resolution: fixed
Status: newclosed

comment:2 Changed 15 years ago by rdworth

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