r21810: - The height of a widget is in relation to its enclosing widget. Specifying a
authorDerrell Lipman <derrell@samba.org>
Tue, 13 Mar 2007 02:58:05 +0000 (02:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:49:30 +0000 (14:49 -0500)
commit894555b0a713430ee5cbb743bb0250eb6bf92b3c
tree54634d792d5c74db0730d5e1b0e8cb0f50b51c26
parent0f08bc3ab5a728798a10327c13e688cd30a02f26
r21810: - The height of a widget is in relation to its enclosing widget.  Specifying a
  height of 100% means that if the enclosing widget is 100 pixels high, this
  widget should be 100 pixels high.  If this widget is then placed someplace
  other than at the top of the enclosing widget, e.g. with top:20, the bottom
  of this widget will fall off the bottom of the enclosing widget.

  The normal way to solve this is to specify top and bottom attributes rather
  than top and height attributes.  Also, since widgets often look better if
  they don't extend all the way to the very bottom, specifying a bottom
  attribute equal to the top attribute typically has an appealing appearance.

  I've fixed the tree widget so it no longer falls off the bottom of the page.
(This used to be commit 44d5f5ec6db76c981f94e7322f82592e5d85be9f)
webapps/swat/source/class/swat/module/netmgr/Gui.js