diff --git a/src/browser/DomElement.js b/src/browser/DomElement.js index 009d4c30..c4e51c43 100644 --- a/src/browser/DomElement.js +++ b/src/browser/DomElement.js @@ -52,7 +52,7 @@ var DomElement = { // See if the viewport bounds intersect with the windows rectangle // which always starts at 0, 0 return !this.isInvisible(el) && this.getViewportBounds(el).intersects( - this.getBounds(el, false, true)); + this.getBounds(el, true)); }, getViewport: function(doc) {