Skip to main content

Search and Top Navigation

#3954 closed bug (fixed)

Opened January 27, 2009 10:19AM UTC

Closed January 28, 2009 09:49PM UTC

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

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.

Attachments (0)
Change History (2)

Changed January 27, 2009 10:29AM UTC by rdworth comment:1

description: 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 (id resized to full width/height) is able to increase the size of the container by 30px.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.

Changed January 28, 2009 09:49PM UTC by eduardo comment:2

resolution: → fixed
status: newclosed

Fixed in r1838