If anyone is having issues of bringing windows to the front but not
going infront of other window scrollbars here is a fix I made:
// Brings window to front
toFront: function() {
Windows.unsetOverflow();
if (this.element.style.zIndex < Windows.maxZIndex)
this.setZIndex(Windows.maxZIndex + 1);
this._notify("onFocus");
if (this.iefix)
this._fixIEOverlapping();
this.getContent().setStyle({overflow: "auto"})
},
replace toFront: with that. I'm sure there is a better way to do
this, but it works.
Thank You,
Ben Johnson
-----------------------------------------------------------
E: [EMAIL PROTECTED]
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com