FLUID-3935: Resizing IE7 browser window creates odd behaviour for third column in demo

Metadata

Source
FLUID-3935
Type
Bug
Priority
Major
Status
Closed
Resolution
Cannot Reproduce
Assignee
N/A
Reporter
heidi valles
Created
2010-12-17T11:10:30.158-0500
Updated
2014-06-05T15:31:29.223-0400
Versions
  1. 1.3
Fixed Versions
N/A
Component
  1. Layout Reorderer

Description

Resizing the browser window causes the third column to sometimes jump down to the first column, and sometimes not, giving the appearance of the third column flashing.

Environments

win xp, IE7

Comments

  • heidi valles commented 2010-12-17T11:56:13.707-0500

    It also makes subsequent moving of items very bizarre, as the column jumps again once you pick up something.

  • Jonathan Hung commented 2010-12-17T12:26:34.200-0500

    This is likely caused by the fact the columns are using a relative size that adds up to less than 100% of the outer container. I suspect that somehow this calculation is not being done, or not being done correctly and thus the 3rd column is wrapping at the edge of the container.

    Aside: The relative widths add to less to 100% to prevent a problem where the portlet divs don't size properly to the contents because of floating.