Changes between Initial Version and Version 4 of Ticket #7453
- Timestamp:
- Oct 23, 2013, 9:55:40 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7453
-
Property
Status
changed from
new
toopen
-
Property
Summary
changed from
Resizable stop: gives incorrect size
toResizable: stop gives incorrect size and position when animated
-
Property
Milestone
changed from
1.9.0
to2.0.0
-
Property
Status
changed from
-
Ticket #7453 – Description
initial v4 1 With the animate:true option, calling stop:function(event,ui){ alert(ui.size.width); }gives the ORIGINAL size and NOT the new size.1 With `animate: true`, the `stop` callback gives the ORIGINAL size and NOT the new size. 2 2 3 If i set animate:false, the correct size is returned by the stop event. 3 If i set `animate: false`, the correct size is returned by the stop event. 4 5 See #9613 for details about `ui.position`.