]> source.dussan.org Git - jquery.git/commit
Offset: Round offset value for the sake of floating errors
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 16 Mar 2015 17:23:21 +0000 (18:23 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 23 Mar 2015 17:14:37 +0000 (18:14 +0100)
commit62ae2d0fb7ac011bf2ad778f8158de408e785927
tree9682a49a6a15442124cab4c06e67053b092a4cf9
parent555a50d340706e3e1e0de09231050493d0ad841e
Offset: Round offset value for the sake of floating errors

IE10+ may return not exactly the offset.top value set in an offset callback
if parent has fractional top offset itself. Checking for being close to the
desired result fixes the test error.

Fixes gh-2147
test/unit/dimensions.js