]> source.dussan.org Git - jquery-ui.git/commit
Draggable Tests: fix IE offset tests affected by focus issues.
authorMike Sherov <mike.sherov@gmail.com>
Mon, 17 Feb 2014 23:02:20 +0000 (18:02 -0500)
committerMike Sherov <mike.sherov@gmail.com>
Tue, 18 Feb 2014 17:48:06 +0000 (12:48 -0500)
commitf1025298ccecb48f429a3a411e0ebd9b70fffa8b
tree24f7d06dffa591998189a9831182dc00a01ab9b6
parent7017805745873e61b32769354a13dc697cdf3ae0
Draggable Tests: fix IE offset tests affected by focus issues.

Calling element.focus() causes scroll in IE. In order to correctly test scroll behavior,
we must rely on the actual calculated offset instead of the helper offset to ensure
cross browser test consistency.
tests/unit/draggable/draggable_test_helpers.js