]> source.dussan.org Git - jquery.git/commit
Fix #11542. document.body should not be special in .offset() and document.documentEle...
authorDaniel Gálvez <dgalvez@editablething.com>
Sun, 19 Aug 2012 19:53:09 +0000 (21:53 +0200)
committerDave Methvin <dave.methvin@gmail.com>
Thu, 25 Oct 2012 03:35:15 +0000 (23:35 -0400)
commitb398a68333d5eb9859fabb1ceabe84a1a753760a
tree22e52195cc6e2c902fc4e1eee3cbbbae182f50af
parent69e2f068fe7d16c1ccd6cb99c6376f0d8891ea33
Fix #11542. document.body should not be special in .offset() and document.documentElement is the default element.offsetParent. Close gh-899.
src/offset.js
test/data/offset/body.html
test/unit/offset.js