Ticket #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: | |
| Blocking: | Blocked by: |
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
Note: See
TracTickets for help on using
tickets.

