OK, I fixed html.adjustButton. Edit <tersus_studio>/plugins/tersus.appserver_<current_version>/DefaultWebapp/scripts/plugins/Display/170-SplitPane.js by adding after OnResize function:
SplitPane.prototype.adjustBottom = function(){ var d = this.viewNode.ownerDocument; var body = this.viewNode.ownerDocument.body; var height = getVisibleSize(body).height; var margins = parseInt(getActualStyle(body,'margin-top'))+parseInt(getActualStyle(body,'margin-bottom')); height-=margins; var currentHeight = getVisibleSize(this.viewNode).height; var currentBottom = getOffsets(this.viewNode).top + currentHeight; if (window.browser != 'IE') { var paddingBottom = parseInt(getActualStyle(this.viewNode,'padding-bottom')); var paddingTop = parseInt(getActualStyle(this.viewNode,'padding-top')); currentBottom += paddingBottom + paddingTop; } var bottomMargin = tersus.isNumber(this.sharedProperties.adjustBottomMargin) ? parseInt(this.sharedProperties.adjustBottomMargin) :0; var delta = height-currentBottom - bottomMargin; this.setHeight(this.height+delta);};
Updated tersus project with html.adjustBottom set to true and html.height empty
Test.tersus
To use the full functionality of this web site, JavaScript needs to be turned on.
For best results, use the Firefox browser..
Copyright © 2003-2017 - Tersus Software Ltd., All rights reserved. Terms of Use License Graphic design by EmaraDesign