Fixed an issue with setting offset of absolutely positioned element that has no posit...
authorBrandon Aaron <brandon.aaron@gmail.com>
Tue, 23 Mar 2010 00:11:37 +0000 (20:11 -0400)
committerBrandon Aaron <brandon.aaron@gmail.com>
Tue, 23 Mar 2010 00:11:37 +0000 (20:11 -0400)
commit656fe92178fda539d91fe31965b28bccff484778
tree8a44a5facb9bb8ef805c1f96cbfd4e3cac92c3e0
parent08cf82e88e7a1f88da34ca251335a685889f8765
Fixed an issue with setting offset of absolutely positioned element that has no position values ("auto"). Fixes #5781.
src/offset.js
test/data/offset/absolute.html
test/unit/offset.js