Opened 11 years ago
Last modified 8 years ago
#7453 open bug
Resizable stop: gives incorrect size — at Initial Version
Reported by: | cardo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.resizable | Version: | 1.8.9 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
With the animate:true option, calling stop:function(event,ui){ alert(ui.size.width); } gives the ORIGINAL size and NOT the new size.
If i set animate:false, the correct size is returned by the stop event.
Note: See
TracTickets for help on using
tickets.