Opened 14 years ago
Closed 11 years ago
#4554 closed bug (duplicate)
Resizable: Inconsistent values given to the resize event depending on resize direction
Reported by: | Omen | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | ui.resizable | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Related google thread: http://groups.google.com/group/jquery-dev/browse_thread/thread/3c1fe78fa28a23ab
See example attached. There are two images overlayed. And during the north and west resize of the top image it shakes. Top image container is simple resizable element with overriden "resize" event.
Attachments (1)
Change History (6)
Changed 14 years ago by
Attachment: | resize.zip added |
---|
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.8 |
---|
comment:2 Changed 11 years ago by
Milestone: | 1.9.0 → 2.0.0 |
---|
comment:3 Changed 11 years ago by
Status: | new → open |
---|---|
Summary: | Resizable element shakes during resize. → Resizable: Inconsistent values given to the resize event depending on resize direction |
Confirmed this issue in 1.9.1 - http://jsfiddle.net/tj_vantoll/apxD5/. The problem only occurs if the resize is done in certain directions and appears to be caused by the values passed to the event.
comment:4 Changed 11 years ago by
This looks like a duplicate of #5817 -- in my testing, the proposed fix for that issue seems to resolve this one as well.
example