core: height() method wasn't working reliably in Opera - rather than returning the...
authorPaul Bakaus <paul.bakaus@googlemail.com>
Fri, 7 Nov 2008 15:44:33 +0000 (15:44 +0000)
committerPaul Bakaus <paul.bakaus@googlemail.com>
Fri, 7 Nov 2008 15:44:33 +0000 (15:44 +0000)
commitb64d60940d7e66eb636e255b51ea5020c0399524
tree7ac5d6ca2a26479e90d5b84cffc27c4517f26d3d
parent325755d4b38e87b13f9c24a4c2991ec497552aad
core: height() method wasn't working reliably in Opera - rather than returning the actual client height when called on window, it returned the document's height through document.body.clientHeight. The right value to work with is html.clientHeight
src/core.js