Show
Ignore:
Timestamp:
06/10/08 10:04:04 (6 months ago)
Author:
magi@…
Message:

Merged [4825] fixes #1580

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/5.2/src/com/itmill/toolkit/terminal/gwt/client/ui/IScrollTable.java

    r4801 r4840  
    553553                    super.setWidth(width); 
    554554                } 
    555                 // contained blocks are relative to parents 
     555                // contained blocks are relatively to container element 
    556556                bodyContainer.setWidth("100%"); 
    557557                tHead.setWidth("100%"); 
     
    13101310            if (!c.isEnabled()) { 
    13111311                setHeaderCell(index, c); 
     1312                if (c.getWidth() == -1) { 
     1313                    if (initializedAndAttached) { 
     1314                        // column is not drawn before, 
     1315                        // we will need a column width recalculation 
     1316                        initializedAndAttached = false; 
     1317                        initialContentReceived = false; 
     1318                        isNewBody = true; 
     1319                    } 
     1320                } 
    13121321            } 
    13131322        }