Opened 16 years ago
Closed 15 years ago
#1042 closed bug (wontfix)
iresizable: onDrag can't return new position
Reported by: | flamefork | Owned by: | stefan |
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | interface | Version: | 1.1.2 |
Keywords: | resizable drag | Cc: | |
Blocked by: | Blocking: |
Description (last modified by )
93 line of iresizable should be
if (newPos instanceof Array && newPos.length == 2) {
instead of
if (typeof newPos == 'array' && newPos.length == 2) {
Change History (1)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|---|
need: | → Review |
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Interface is no longer supported; consider switching to jQuery UI.