Changeset 5236

Show
Ignore:
Timestamp:
08/21/08 11:28:23 (3 months ago)
Author:
joonas.lehtinen@…
Message:

Fixes #1940: TextField? without caption, but with error, inside fixed width ordered layout shows scrollbar

Files:
1 modified

Legend:

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

    r5217 r5236  
    615615 
    616616            // Overflow 
    617             DOM.setStyleAttribute(e, "overflowX", pixelWidth < 0 ? "" 
    618                     : "hidden"); 
    619             DOM.setStyleAttribute(e, "overflowY", pixelHeight < 0 ? "" 
    620                     : "hidden"); 
     617            DOM.setStyleAttribute(e, "overflow", pixelWidth < 0 
     618                    && pixelHeight < 0 ? "" : "hidden"); 
    621619 
    622620            // Set size