Opened 15 years ago
Closed 15 years ago
#2956 closed bug (fixed)
Resizable Containment Bug
Reported by: | TommyM | Owned by: | eduardo |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.resizable | Version: | 1.5rc1 |
Keywords: | resizable containment | Cc: | |
Blocked by: | Blocking: |
Description
There is this weird bug when using containment with resizables. Basically the plugin uses the offset of the containment element, and the position of the resizable. That way it get all screwed up in certain situations.
Its hard to explain, so I created a test page where you can see what I mean. In this case, the image is the containment but as you can see, you are able to resize it to the left outside of the image, and only as far to the right as the position.left + containerSize.width
http://development.ugame.net/resizable-containment-bug.html
I am using the latest revision of jQuery UI from the SVN.
Note: See
TracTickets for help on using
tickets.