Ticket #3954 (closed bug: fixed)
resizable: containment option, container size changes during resize in IE6
| Reported by: | rdworth | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.7 |
| Component: | ui.resizable | Version: | 1.6rc5 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description (last modified by rdworth) (diff)
See
http://jquery-ui.googlecode.com/svn/tags/1.6rc5/demos/resizable/containment.html
http://jquery-ui.googlecode.com/svn/trunk/demos/resizable/constrain-area.html
If you resize the inner element to full width allowed by the container, the container actually grows by its padding amount. For example, if you add the following rule
#container { padding: 30px !important; }
the element (while being resized to full width/height) is able to increase the size of the container by 30px.
Change History
Note: See
TracTickets for help on using
tickets.

