]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
10 years agoDialog: Fix shift-tab handling, focus the correct element 1264/head
Jörn Zaefferer [Tue, 10 Jun 2014 10:38:26 +0000 (12:38 +0200)]
Dialog: Fix shift-tab handling, focus the correct element

Copy-paste error introduced in df6110c0d424ff3306fdd5576011f2dcf4d242d0

Updates the tabbing test to be more specific about which element should
have focus, instead of only checking if focus is within the dialog.

Ref #9646
Ref #10103
Closes gh-1264

10 years agotravis: Remove node 0.8, add node 0.10
Timo Tijhof [Tue, 27 May 2014 21:17:41 +0000 (23:17 +0200)]
travis: Remove node 0.8, add node 0.10

Travis is failing on two accounts:

* "Error: No compatible version found: minimatch@'^0.3.0'"
  (because the version of npm that shipped with 0.8 doesn't
  support ^

* npm WARN engine stringify-object@0.1.8: wanted: {"node":">=0.10.0"}
  (current: {"node":"v0.8.26","npm":"1.2.30"})
  npm WARN engine has-color@0.1.7: wanted: {"node":">=0.10.0"}
  (current: {"node":"v0.8.26","npm":"1.2.30"})
  npm WARN engine configstore@0.2.3: wanted: {"node":">=0.10.0"}
  (current: {"node":"v0.8.26","npm":"1.2.30"})
  npm WARN engine object-assign@0.1.2: wanted: {"node":">=0.10.0"}
  (current: {"node":"v0.8.26","npm":"1.2.30"})

Closes gh-1258

10 years agoDialog: Fix off() -> unbind() for jQuery 1.6 compat
Timo Tijhof [Tue, 27 May 2014 18:22:14 +0000 (20:22 +0200)]
Dialog: Fix off() -> unbind() for jQuery 1.6 compat

Follows-up c9815f13b487d027ef9b.

Fixes #10072
Closes gh-1256

10 years agoSpinner: Don't change value when changing min/max options
David Petersen [Tue, 20 May 2014 00:29:45 +0000 (19:29 -0500)]
Spinner: Don't change value when changing min/max options

Fixes #9703
Closes gh-1252

10 years agoTests: Add widget option
David Petersen [Sun, 25 May 2014 21:27:24 +0000 (16:27 -0500)]
Tests: Add widget option

Allows running qunit tests for a single widget

Closes gh-1254

10 years agoBuild: Update DB version for release script
Jörn Zaefferer [Fri, 23 May 2014 10:55:33 +0000 (12:55 +0200)]
Build: Update DB version for release script

10 years agoREADME: Remove content that exists on the contribute site
Scott González [Tue, 20 May 2014 20:25:26 +0000 (16:25 -0400)]
README: Remove content that exists on the contribute site

10 years agoTabs: Move `aria-expanded` from active panel to active tab
David Petersen [Mon, 19 May 2014 02:58:41 +0000 (21:58 -0500)]
Tabs: Move `aria-expanded` from active panel to active tab

Fixes #9622
Closes gh-1251

10 years agoAuthors: Update
Jörn Zaefferer [Fri, 16 May 2014 15:40:26 +0000 (17:40 +0200)]
Authors: Update

10 years agoWidget: Remove misleading comment
Scott González [Wed, 14 May 2014 16:39:45 +0000 (12:39 -0400)]
Widget: Remove misleading comment

10 years agoMenu: Vertically center icons. Fix menu item wiggle and clearing in IE8
Trisha Crowley [Fri, 25 Apr 2014 17:35:02 +0000 (13:35 -0400)]
Menu: Vertically center icons. Fix menu item wiggle and clearing in IE8

Fixes #9995
Closes gh-1235

10 years agoBuild: Fix manifest dependencies 1240/head
Jörn Zaefferer [Wed, 7 May 2014 20:39:21 +0000 (22:39 +0200)]
Build: Fix manifest dependencies

Clone bower dependencies instead of reusing and modifying the same object
multiple times.

10 years agoBuild: Add manifest entry for selectmenu
Jörn Zaefferer [Wed, 7 May 2014 06:25:44 +0000 (08:25 +0200)]
Build: Add manifest entry for selectmenu

Closes gh-1240

10 years agoAutocomplete: Search if the user retypes the same value 1238/head
TJ VanToll [Thu, 1 May 2014 13:57:38 +0000 (09:57 -0400)]
Autocomplete: Search if the user retypes the same value

Fixes #7434
Closes gh-1238

10 years agoBuild: Validate number of generated manifests 1241/head
Jörn Zaefferer [Thu, 8 May 2014 18:57:19 +0000 (20:57 +0200)]
Build: Validate number of generated manifests

Closes gh-1241

10 years agoBuild: Replace @VERSION in release tags 1239/head
Jörn Zaefferer [Tue, 6 May 2014 14:23:06 +0000 (16:23 +0200)]
Build: Replace @VERSION in release tags

Fixes #10006
Closes gh-1239

10 years agoCONTRIBUTING: Fix typo
Scott González [Wed, 7 May 2014 17:34:21 +0000 (13:34 -0400)]
CONTRIBUTING: Fix typo

10 years agoAll: Fix typos
Scott González [Wed, 7 May 2014 16:28:34 +0000 (12:28 -0400)]
All: Fix typos

Closes gh-1237

10 years agoBuild: Generate pre-releases the same way as stable releases
Scott González [Tue, 6 May 2014 13:52:23 +0000 (09:52 -0400)]
Build: Generate pre-releases the same way as stable releases

Fixes #9998

10 years agoMenu: Use item.outerHeight() in _scrollIntoView
Jörn Zaefferer [Tue, 6 May 2014 13:06:05 +0000 (15:06 +0200)]
Menu: Use item.outerHeight() in _scrollIntoView

Fixes #9991

10 years agoTooltip: Don't use `rgba()` for solid colors in video player demo
Scott González [Tue, 6 May 2014 12:35:00 +0000 (08:35 -0400)]
Tooltip: Don't use `rgba()` for solid colors in video player demo

Fixes a display issue in IE8.

10 years agoSelectmenu: Add new production selection demo
Felix Nagel [Wed, 23 Apr 2014 14:01:00 +0000 (16:01 +0200)]
Selectmenu: Add new production selection demo

Closes gh-1230

10 years agoTooltip demo: Reword dialog description for clarity
TJ VanToll [Thu, 24 Apr 2014 13:23:45 +0000 (09:23 -0400)]
Tooltip demo: Reword dialog description for clarity

Closes gh-1233

10 years agoDatepicker: Remove unnecessary mouseover trigger
Rafael Xavier de Souza [Tue, 30 Apr 2013 18:32:31 +0000 (15:32 -0300)]
Datepicker: Remove unnecessary mouseover trigger

Fixes #5816
Closes gh-974

10 years agoBuild: Migrate to jquery-release 1203/head
Jörn Zaefferer [Tue, 11 Feb 2014 19:49:47 +0000 (20:49 +0100)]
Build: Migrate to jquery-release

Fixes #9793

10 years agoDialog demo: Update modal form demo
Jörn Zaefferer [Thu, 24 Apr 2014 17:19:50 +0000 (19:19 +0200)]
Dialog demo: Update modal form demo

- Removes an invalid jquery.ui.button.js reference (button.js is loaded)
- Updates the email regex to use the one from the HTML5 spec
- Refactors the code to add the user on both button click and form submit
- Reset the form to its original state on submit
- Initialize the form with values that can be submitted immediately, better
for a demo
- Rename bValid to valid

10 years agoDialog demo: Move animated dialog demo to the end of the index
Jörn Zaefferer [Thu, 24 Apr 2014 17:18:49 +0000 (19:18 +0200)]
Dialog demo: Move animated dialog demo to the end of the index

This demo looks rather silly and has no purpose beyond showing of the
animation options. It doesn't do that very well.

10 years agoDialog demo: Remove regular modal demo, the other modal demos are better
Jörn Zaefferer [Thu, 24 Apr 2014 17:18:20 +0000 (19:18 +0200)]
Dialog demo: Remove regular modal demo, the other modal demos are better

10 years agoDemos: Delete useless interactions demos
Jörn Zaefferer [Thu, 24 Apr 2014 18:11:05 +0000 (20:11 +0200)]
Demos: Delete useless interactions demos

All three delay-start demos use by examples for distance and delay while
the default works fine.

The connected-through tabs demo is just ridiculous.

10 years agoProgressbar demo: Speed up the progress a bit to make them less annoying
Jörn Zaefferer [Thu, 24 Apr 2014 17:52:47 +0000 (19:52 +0200)]
Progressbar demo: Speed up the progress a bit to make them less annoying

10 years agoButton demo: Replace anchors with more appropriate buttons
Jörn Zaefferer [Thu, 24 Apr 2014 17:39:08 +0000 (19:39 +0200)]
Button demo: Replace anchors with more appropriate buttons

10 years agoBuild: Add Felix Nagel as a maintainer
Scott González [Thu, 24 Apr 2014 14:04:15 +0000 (10:04 -0400)]
Build: Add Felix Nagel as a maintainer

10 years agoResizable demo: Trivial grammatical fix
TJ VanToll [Thu, 24 Apr 2014 13:23:12 +0000 (09:23 -0400)]
Resizable demo: Trivial grammatical fix

10 years agoSelectmenu: Work around test bug in IE
Scott González [Thu, 24 Apr 2014 12:37:38 +0000 (08:37 -0400)]
Selectmenu: Work around test bug in IE

10 years agoWidget demo: Replace 'go black' with 'go screen' to keep text readable
Jörn Zaefferer [Thu, 24 Apr 2014 12:04:03 +0000 (14:04 +0200)]
Widget demo: Replace 'go black' with 'go screen' to keep text readable

10 years agoTooltip demo: Add a menu to the playlist button
Jörn Zaefferer [Thu, 24 Apr 2014 12:02:09 +0000 (14:02 +0200)]
Tooltip demo: Add a menu to the playlist button

10 years agoTooltip demo: We have no plans for interactive tooltips
Jörn Zaefferer [Thu, 24 Apr 2014 11:53:49 +0000 (13:53 +0200)]
Tooltip demo: We have no plans for interactive tooltips

10 years agoTooltip demo: Mention the option used in the track demo
Jörn Zaefferer [Thu, 24 Apr 2014 11:50:24 +0000 (13:50 +0200)]
Tooltip demo: Mention the option used in the track demo

10 years agoTooltip demo: Position tooltips next to inputs instead of over inputs
Jörn Zaefferer [Thu, 24 Apr 2014 11:48:15 +0000 (13:48 +0200)]
Tooltip demo: Position tooltips next to inputs instead of over inputs

10 years agoTabs demo: Improve manipulation by providing default values for new tab
Jörn Zaefferer [Thu, 24 Apr 2014 11:44:55 +0000 (13:44 +0200)]
Tabs demo: Improve manipulation by providing default values for new tab

10 years agoSpinner demo: Reorder input and select to be consistent with other demos
Jörn Zaefferer [Thu, 24 Apr 2014 11:40:02 +0000 (13:40 +0200)]
Spinner demo: Reorder input and select to be consistent with other demos

10 years agoSortable demo: Allow dropping to empty list and improve general styling
Jörn Zaefferer [Thu, 24 Apr 2014 11:31:59 +0000 (13:31 +0200)]
Sortable demo: Allow dropping to empty list and improve general styling

10 years agoSlider demo: Make read only inputs readonly
Jörn Zaefferer [Thu, 24 Apr 2014 11:20:39 +0000 (13:20 +0200)]
Slider demo: Make read only inputs readonly

10 years agoResizable demo: Fix description text, replacing the copy-pasta
Jörn Zaefferer [Thu, 24 Apr 2014 10:57:52 +0000 (12:57 +0200)]
Resizable demo: Fix description text, replacing the copy-pasta

10 years agoPosition demo: Address todo comment by replacing plugin methods
Jörn Zaefferer [Thu, 24 Apr 2014 10:15:51 +0000 (12:15 +0200)]
Position demo: Address todo comment by replacing plugin methods

10 years agoEffect demo: Change anchor to button element
Jörn Zaefferer [Thu, 24 Apr 2014 08:44:09 +0000 (10:44 +0200)]
Effect demo: Change anchor to button element

10 years agoButton demo: Remove unnecessary anchors from popp menu
Jörn Zaefferer [Wed, 23 Apr 2014 18:22:34 +0000 (20:22 +0200)]
Button demo: Remove unnecessary anchors from popp menu

10 years agoSpinner tests: Remove mousewheel plugin
Jörn Zaefferer [Wed, 23 Apr 2014 18:02:49 +0000 (20:02 +0200)]
Spinner tests: Remove mousewheel plugin

The plugin isn't needed nor used in the unit tests, which just trigger the
appropriate events. This works around the failure in Firefox 27/28 that we'll
try to track down separately.

Ref #9988

10 years agoAutocomplete demo: Datasource needs min. 3 characters
Jörn Zaefferer [Wed, 23 Apr 2014 17:56:48 +0000 (19:56 +0200)]
Autocomplete demo: Datasource needs min. 3 characters

10 years agoAccordion demo: Refresh accordion after sorting
Scott González [Wed, 23 Apr 2014 17:50:49 +0000 (13:50 -0400)]
Accordion demo: Refresh accordion after sorting

10 years agoSelectmenu: Test cleanup
Scott González [Tue, 22 Apr 2014 22:24:04 +0000 (18:24 -0400)]
Selectmenu: Test cleanup

10 years agoSelectmenu: Test cleanup
Scott González [Tue, 22 Apr 2014 16:57:05 +0000 (12:57 -0400)]
Selectmenu: Test cleanup

10 years agoSelectmenu: Test cleanup
Scott González [Tue, 22 Apr 2014 16:19:12 +0000 (12:19 -0400)]
Selectmenu: Test cleanup

10 years agoSelectmenu: Test cleanup
Scott González [Tue, 22 Apr 2014 00:15:36 +0000 (20:15 -0400)]
Selectmenu: Test cleanup

10 years agoSelectmenu: Default disabled option to null
Scott González [Mon, 21 Apr 2014 14:32:49 +0000 (10:32 -0400)]
Selectmenu: Default disabled option to null

10 years agoSelectmenu: Fix reference to jQuery in tests
Scott González [Mon, 21 Apr 2014 14:11:55 +0000 (10:11 -0400)]
Selectmenu: Fix reference to jQuery in tests

10 years agoButton: Whitespace
Scott González [Mon, 21 Apr 2014 13:15:23 +0000 (09:15 -0400)]
Button: Whitespace

10 years agoButton: Remove `ui-state-active` when disabling buttons
Daniel DeGroff [Thu, 12 Dec 2013 04:53:48 +0000 (22:53 -0600)]
Button: Remove `ui-state-active` when disabling buttons

Fixes #9602
Closes gh-1151

10 years agoSelectmenu: Remove unused var
Scott González [Fri, 18 Apr 2014 16:46:41 +0000 (12:46 -0400)]
Selectmenu: Remove unused var

10 years agoSelectmenu: Simplify selection of focused item via keyboard
Scott González [Tue, 8 Apr 2014 15:20:38 +0000 (11:20 -0400)]
Selectmenu: Simplify selection of focused item via keyboard

Don't go through menu to select the currently focused item.

Renamed _selectMenu() to _selectFocusedItem() for clarity.

Closes gh-1224

10 years agoSelectmenu: Don't use active items at all
Scott González [Tue, 8 Apr 2014 15:19:26 +0000 (11:19 -0400)]
Selectmenu: Don't use active items at all

Menus only use active items for nested menus which selectmenu doesn't support.
Selectmenu should only be working with focused items.

Ref gh-1224

10 years agoSelectmenu: Cleanup
Scott González [Tue, 8 Apr 2014 15:17:32 +0000 (11:17 -0400)]
Selectmenu: Cleanup

Ref gh-1224

10 years agoBuild: Update version from pre to -pre
Scott González [Thu, 17 Apr 2014 19:08:34 +0000 (15:08 -0400)]
Build: Update version from pre to -pre

Ref jquery/jquery-release#61

10 years agoResizable: Remove bad workaround for draggable+resizable 1210/head
Jörn Zaefferer [Tue, 11 Mar 2014 10:50:12 +0000 (11:50 +0100)]
Resizable: Remove bad workaround for draggable+resizable

This adds a compound test page for draggable+resizable, which had no coverage
before. Using that page shows that there is no way to reproduce the behaviour
described in the original ticket that caused this workaround, since its not
possible to resize an element beyond the window boundaries. Therefore removing
the workaround, which is 6+ years old and has no test coverage, seems like the
sanest approach.

Fixes #6939
Closes gh-1210

10 years agoExternal: Update mousewheel plugin, copy only main file 1227/head
Jörn Zaefferer [Mon, 14 Apr 2014 14:50:21 +0000 (16:50 +0200)]
External: Update mousewheel plugin, copy only main file

10 years agoBuild: Include draggable.css and sortable.css in the CSS concat step
TJ VanToll [Mon, 14 Apr 2014 13:45:34 +0000 (09:45 -0400)]
Build: Include draggable.css and sortable.css in the CSS concat step

10 years agoSelectemnu: Demo cleanup
Scott González [Tue, 8 Apr 2014 18:57:43 +0000 (14:57 -0400)]
Selectemnu: Demo cleanup

10 years agoPosition: Don't create `$.support.offsetFractions`
Scott González [Thu, 3 Apr 2014 14:54:52 +0000 (10:54 -0400)]
Position: Don't create `$.support.offsetFractions`

10 years agoCore: Don't create `$.support.selectstart`
Scott González [Thu, 3 Apr 2014 14:52:30 +0000 (10:52 -0400)]
Core: Don't create `$.support.selectstart`

10 years agoButton: Properly refresh button sets with new radio buttons
Scott González [Tue, 1 Apr 2014 18:42:38 +0000 (14:42 -0400)]
Button: Properly refresh button sets with new radio buttons

Fixes #8975
Ref gh-888

10 years agoDatepicker: Fix date format for Ukranian locale
Scott González [Mon, 31 Mar 2014 19:29:56 +0000 (15:29 -0400)]
Datepicker: Fix date format for Ukranian locale

Fixes #9939

10 years agoSpinner: Minor typo in stepUp()'s tests
TJ VanToll [Sun, 30 Mar 2014 15:51:31 +0000 (11:51 -0400)]
Spinner: Minor typo in stepUp()'s tests

10 years agoBuild: Fix testswarm task, use API correctly
Jörn Zaefferer [Wed, 12 Mar 2014 10:03:51 +0000 (11:03 +0100)]
Build: Fix testswarm task, use API correctly

10 years agoBuild: Include grunt tasks files in jscs task
Jörn Zaefferer [Wed, 12 Mar 2014 09:35:15 +0000 (10:35 +0100)]
Build: Include grunt tasks files in jscs task

10 years agoDroppable: Fix dependencies in photo manager demo
Scott González [Mon, 10 Mar 2014 12:35:21 +0000 (08:35 -0400)]
Droppable: Fix dependencies in photo manager demo

10 years agoSlider: Switch handles from <a href="#"> to <span tabindex="0">
TJ VanToll [Thu, 6 Mar 2014 04:03:17 +0000 (23:03 -0500)]
Slider: Switch handles from <a href="#"> to <span tabindex="0">

Fixes #9890
Closes gh-1207

10 years agoDemos: Adding <meta name="viewport"> tag for easier mobile browsing
TJ VanToll [Fri, 7 Mar 2014 14:30:11 +0000 (09:30 -0500)]
Demos: Adding <meta name="viewport"> tag for easier mobile browsing

10 years agoExternals: Update jshint to latest 1201/head
Jörn Zaefferer [Mon, 3 Mar 2014 22:05:08 +0000 (23:05 +0100)]
Externals: Update jshint to latest

10 years agoBuild: Use bower to manage client-side dependencies
Jörn Zaefferer [Fri, 21 Feb 2014 16:25:59 +0000 (17:25 +0100)]
Build: Use bower to manage client-side dependencies

Fixes #9507
Closes gh-1201

10 years agoAll: Rename jquery.js to exclude version in filename
Jörn Zaefferer [Mon, 3 Mar 2014 21:52:54 +0000 (22:52 +0100)]
All: Rename jquery.js to exclude version in filename

10 years agoBuild: Force LF for JS source files 1198/head
Jörn Zaefferer [Thu, 20 Feb 2014 12:59:37 +0000 (13:59 +0100)]
Build: Force LF for JS source files

10 years agoTests: Expose jQuery version select 1202/head
Jörn Zaefferer [Fri, 21 Feb 2014 17:42:43 +0000 (18:42 +0100)]
Tests: Expose jQuery version select

Makes use of the extended urlConfig in QUnit 1.14

10 years agoSelectmenu: Add UMD wrapper
TJ VanToll [Fri, 21 Feb 2014 19:56:13 +0000 (14:56 -0500)]
Selectmenu: Add UMD wrapper

10 years agoCore: Deprecate .focus( n ), replace in dialog with explicit timeouts 1199/head
Jörn Zaefferer [Fri, 21 Feb 2014 12:22:39 +0000 (13:22 +0100)]
Core: Deprecate .focus( n ), replace in dialog with explicit timeouts

Fixes #9646

10 years agoSelectmenu: Fix invalid empty options in visual test
Jörn Zaefferer [Fri, 21 Feb 2014 18:49:54 +0000 (19:49 +0100)]
Selectmenu: Fix invalid empty options in visual test

10 years agoSelectmenu: Fix whitespace in visual test
Jörn Zaefferer [Fri, 21 Feb 2014 18:49:09 +0000 (19:49 +0100)]
Selectmenu: Fix whitespace in visual test

10 years agoBuild: Update to latest grunt-html
Jörn Zaefferer [Fri, 21 Feb 2014 18:48:47 +0000 (19:48 +0100)]
Build: Update to latest grunt-html

10 years agoSelectmenu: Refactor appendTo option tests 1200/head
Jörn Zaefferer [Fri, 21 Feb 2014 12:40:32 +0000 (13:40 +0100)]
Selectmenu: Refactor appendTo option tests

10 years agoSelectmenu: Fall back to .ui-front searching for empty jQuery objects
Jörn Zaefferer [Fri, 21 Feb 2014 12:35:34 +0000 (13:35 +0100)]
Selectmenu: Fall back to .ui-front searching for empty jQuery objects

Fixes #9757

10 years agoAutocomplete: Fix assertion message in appendTo option test
Jörn Zaefferer [Fri, 21 Feb 2014 12:35:04 +0000 (13:35 +0100)]
Autocomplete: Fix assertion message in appendTo option test

10 years agoDialog: Work around subpixel issues in dialog resizable test
Jörn Zaefferer [Thu, 20 Feb 2014 16:54:48 +0000 (17:54 +0100)]
Dialog: Work around subpixel issues in dialog resizable test

Switching to checking the size of the content element. We should be
checking the dimensions of the .ui-dialog element, but that currently
fails in Chromium-based browsers. Once we start using box-sizing:
border-box, we should try to revert this change.

Ref #9845

10 years agoTests: Update to latest QUnit
Jörn Zaefferer [Thu, 20 Feb 2014 16:04:47 +0000 (17:04 +0100)]
Tests: Update to latest QUnit

10 years agoTests: Update to sane QUnit markup
Jörn Zaefferer [Thu, 20 Feb 2014 16:02:23 +0000 (17:02 +0100)]
Tests: Update to sane QUnit markup

10 years agoBuild: Base manifest dependencies off of Bower configuration
TJ VanToll [Tue, 4 Feb 2014 14:16:26 +0000 (09:16 -0500)]
Build: Base manifest dependencies off of Bower configuration

10 years agoAll: Add Bower support
TJ VanToll [Tue, 4 Feb 2014 13:56:46 +0000 (08:56 -0500)]
All: Add Bower support

Fixes #9465
Closes gh-1189

10 years agoTabs: Removed tabs at bottom demo
Scott González [Wed, 19 Feb 2014 21:58:01 +0000 (16:58 -0500)]
Tabs: Removed tabs at bottom demo

Places tabs at the bottom is bad for accessibility. Dynamic content should not
precede the control for the content.

10 years agoBuild: Switch to renamed TestSwarm browserSet
Jörn Zaefferer [Wed, 19 Feb 2014 18:25:06 +0000 (19:25 +0100)]
Build: Switch to renamed TestSwarm browserSet

10 years agoI18n: Avoid indenting an entire file
Rafael Xavier de Souza [Wed, 19 Feb 2014 11:55:50 +0000 (08:55 -0300)]
I18n: Avoid indenting an entire file

Make code identation consistent with every other source.

10 years agoI18n: Rename all files, removing the "jquery.ui." prefix
Rafael Xavier de Souza [Tue, 18 Feb 2014 20:52:57 +0000 (17:52 -0300)]
I18n: Rename all files, removing the "jquery.ui." prefix

Amend fix for 21154cfa2e02ef1814a6aff68b14553bdad165cb;

Ref #9464
Ref gh-1029

10 years agoDraggable Tests: fix IE scroll tests affected by focus issues. 1195/head
Mike Sherov [Tue, 18 Feb 2014 03:10:29 +0000 (22:10 -0500)]
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.