Opened 12 years ago
Closed 12 years ago
#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: | ||
Blocked by: | Blocking: |
Description (last modified by )
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 (2)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r1838