Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/client/widgets/nonpublic/AbstractSizeableDockingPanel.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.GWT.client.widgets.nonpublic;
2 3
3 4 import java.util.*;
  @@ -486,7 +487,7 @@
486 487 mWidthDistributeToChildren.distributeToChildren();
487 488 // if ( getDockedWidget() instanceof AbstractSizeableWidget)
488 489 // {
489 - // todo: Firefox 'bug': When adding an Overflow Hidden horizontally to a table in an Overflow Hidden will automatically set the size of the new/inner Overflow Hidden to the smaller of whatever space is left or its natural size!
490 + // todo: Firefox 'bug': When adding an Overflow Hidden horizontally to a table in an Overflow Hidden will automatically set the size of the new/inner Overflow Hidden to the smaller of whatever space is left or its natural size!
490 491 // AbstractSizeableWidget zSDW = (AbstractSizeableWidget) getDockedWidget();
491 492 // AbstractSizeableHelper zHelper = zSDW.getHelper();
492 493 // int zOuter = dimensionHelper.getDimension( zHelper.getOuterElement() );
  @@ -587,4 +588,4 @@
587 588 }
588 589 }
589 590 }
590 - }
591 + }