Side navigation
#1042 closed bug (wontfix)
Opened March 12, 2007 07:07AM UTC
Closed March 31, 2008 01:34AM UTC
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
93 line of iresizable should be
if (newPos instanceof Array && newPos.length == 2) {
instead of
if (typeof newPos == 'array' && newPos.length == 2) {
Attachments (0)
Change History (1)
Changed March 31, 2008 01:34AM UTC by comment:1
description: | 93 line of iresizable should be\ {{{\ if (newPos instanceof Array && newPos.length == 2) {\ }}}\ instead of \ {{{\ if (typeof newPos == 'array' && newPos.length == 2) {\ }}}\ → 93 line of iresizable should be \ {{{ \ if (newPos instanceof Array && newPos.length == 2) { \ }}} \ instead of \ {{{ \ if (typeof newPos == 'array' && newPos.length == 2) { \ }}} \ |
---|---|
need: | → Review |
resolution: | → wontfix |
status: | new → closed |
Interface is no longer supported; consider switching to jQuery UI.