#5571 closed bug (duplicate)
alsoResize && containment: self.size isn't stopped by containement
Reported by: | Daazku | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.resizable | Version: | 1.8 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When using alsoResize && containment the alsoResize element don't stop resizing when the resized element can't resize anymore because hes stopped by containment.
The problem is that self.size is the element size + the offset of the mouse from the element.
Attachments (1)
Change History (5)
Changed 13 years ago by
Attachment: | resizeAlsoResizeContainmentBug.html added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Priority: | critical → major |
---|
Note: See
TracTickets for help on using
tickets.
This bug was also reported here:
http://dev.jqueryui.com/ticket/4603
but the proposed fix is dirty (but could be used for the moment).