Mozilla stuff

Uhm...

2005-06-03

+ this._clientFrameDoc = event.originalTarget.ownerDocument;
+ if (!this.autoscrollEnabled ||
+ ((this._clientFrameDoc.defaultView.scrollMaxY == 0)
+ && (this._clientFrameDoc.defaultView.scrollMaxX == 0)) ||
+ this.isAutoscrollBlocker(event.originalTarget))
+ return;

0 Comments:

Post a Comment

<< Home