Show
Ignore:
Timestamp:
07/11/08 17:32:22 (4 months ago)
Author:
joonas.lehtinen@…
Message:

Fixed a potential problem in IOrderedLayout (could not replicate the problem, but suspect that it might occur some day)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/com/itmill/toolkit/terminal/gwt/client/ui/IOrderedLayout.java

    r5096 r5101  
    632632            DOM.setStyleAttribute(e, "width", pixelWidth < 0 ? "" : pixelWidth 
    633633                    + "px"); 
    634             DOM.setStyleAttribute(e, "height", 
    635                     pixelHeight < 0 ? (e == clipperDiv || !tableMode ? "100%" 
    636                             : "") : pixelHeight + "px"); 
     634            DOM.setStyleAttribute(e, "height", pixelHeight < 0 ? "" 
     635                    : pixelHeight + "px"); 
    637636 
    638637            // Set cached values