Opened 12 years ago
Last modified 8 years ago
#7453 open bug
Resizable: stop gives incorrect size and position when animated
Reported by: | cardo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.resizable | Version: | 1.8.9 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
With animate: true
, the stop
callback gives the ORIGINAL size and NOT the new size.
If i set animate: false
, the correct size is returned by the stop event.
See #9613 for details about ui.position
.
Change History (6)
comment:1 Changed 10 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:2 Changed 10 years ago by
Status: | new → open |
---|---|
Summary: | Resizable stop: gives incorrect size → Resizable: stop gives incorrect size when animated |
comment:4 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Summary: | Resizable: stop gives incorrect size when animated → Resizable: stop gives incorrect size and position when animated |
comment:6 Changed 8 years ago by
Any followup on this? This is still a problem with Jquery 2.0.2 and jQuery-ui 1.10.3. The stop event always returns a size value that is a couple of pixel smaller.
If animate: true, then the height would get set to a couple pixel smaller.
Note: See
TracTickets for help on using
tickets.
Verified this is an issue and still a problem in 1.9.1 - http://jsfiddle.net/tj_vantoll/ReBmy/.