]> source.dussan.org Git - jquery-ui.git/commit
Position: Added better collision detection for flip and fit, added visual tests for... 430/head
authorkborchers <kris.borchers@gmail.com>
Sat, 13 Aug 2011 03:19:52 +0000 (22:19 -0500)
committerkborchers <kris.borchers@gmail.com>
Sat, 13 Aug 2011 03:19:52 +0000 (22:19 -0500)
commit80bbebd4893ca0d75d556553a74550d01f52892f
treedabf8003668671617441d275d7f15200fed9042a
parentac04462d22d30f4b1a5e0dd34d57fbcc0450b48d
Position: Added better collision detection for flip and fit, added visual tests for each and updated the unit tests to take the changes into account. In the process, I removed the rounding that was being done to the position since older jQuery couldn't handle the fractions. There was another pull for this same issue and I have merged the unit tests from that pull into this commit. Also added flipfit!
demos/position/default.html
tests/unit/position/position.html
tests/unit/position/position_core.js
tests/unit/position/position_core_within.js
tests/visual/position/position_fit.html [new file with mode: 0644]
tests/visual/position/position_flip.html [new file with mode: 0644]
tests/visual/position/position_flipfit.html [new file with mode: 0644]
ui/jquery.ui.position.js