Search and Top Navigation
#6157 closed bug (duplicate)
Opened October 06, 2010 02:58PM UTC
Closed October 12, 2010 03:08AM UTC
Last modified October 11, 2012 09:15PM UTC
vertical-only resizable breaks percent width elements
Reported by: | rwilson04 | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.resizable | Version: | 1.8.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
With a top row and bottom row that both span the page (width:100%), and the top row is set to be resizable with only south handle, once a resize has taken place, since the width is switched to pixel based, resizing of the browser window causes wrong behavior of top row.
For example, top-row width:100%, resizable south only. when resized, width is now 900px (or whatever). When browser window is now resized to 1024px, top-row is still 900px, and there is 124px of blank space.
Duplicate of #3634.