]> source.dussan.org Git - jquery-ui.git/commit
Draggable Tests: fix IE scroll tests affected by focus issues. 1195/head
authorMike Sherov <mike.sherov@gmail.com>
Tue, 18 Feb 2014 03:10:29 +0000 (22:10 -0500)
committerMike Sherov <mike.sherov@gmail.com>
Tue, 18 Feb 2014 17:48:06 +0000 (12:48 -0500)
commitdc1e63b4324e55fd0d120ec250a5f32f647dffdd
treeb0c2fcf0f631ddef6c2112143fd14bddfa6ae16d
parentf1025298ccecb48f429a3a411e0ebd9b70fffa8b
Draggable Tests: fix IE scroll tests affected by focus issues.

Calling element.focus() causes scroll in IE. In order to correctly test scroll behavior,
we must calculate scrollTop on the drag event, before .focus is called.
tests/unit/draggable/draggable_options.js