aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'spinner' into devpreviewjzaefferer2010-11-197-0/+637
|\
| * Spinner: Refactored reading htlm5 attributes option initjzaefferer2010-10-281-3/+3
| |
| * Spinner: Visual test page for eventsjzaefferer2010-10-271-0/+36
| |
| * Slider: Some more refactoring and cleanupjzaefferer2010-10-261-6/+6
| |
| * Slider: Some more test suite improvementsjzaefferer2010-10-262-7/+3
| |
| * Spinner: Changed default for numberformat to null. Fixed disabled option to ↵jzaefferer2010-10-266-398/+144
| | | | | | | | not prevent changing value via step and page methods. OVerhauled testsuite.
| * Slider: Update to latest mousewheel pluginjzaefferer2010-10-261-2/+2
| |
| * Spinner: Fix value option initalizationjzaefferer2010-10-253-8/+24
| |
| * Spinner: More cleanupjzaefferer2010-10-242-302/+2
| |
| * Spinner: Some code and test cleanupjzaefferer2010-10-243-20/+3
| |
| * Importing spinner unit testsjzaefferer2010-10-226-0/+1160
| |
* | Merge branch 'menu' into devpreviewjzaefferer2010-11-191-1/+0
|\ \ | | | | | | | | | | | | Conflicts: demos/button/splitbutton.html
| * | Menu: Refactored next/previousPage logic and activate-scrolling, improved much!jzaefferer2010-10-281-1/+0
| | |
* | | Merge branch 'tooltip' into devpreviewjzaefferer2010-11-196-54/+100
|\ \ \
| * | | Tooltip: Implementing event delegation support.jzaefferer2010-10-264-22/+33
| | | |
| * | | Tooltip: Demo and tests updatejzaefferer2010-10-262-9/+15
| | | |
| * | | Tooltip: Removing tooltipClass option; use ↵jzaefferer2010-10-262-14/+0
| | | | | | | | | | | | | | | | .tooltip("widget").addClass("whatever") instead
| * | | Tooltip: Unit tests cleanupjzaefferer2010-10-262-15/+30
| | | |
| * | | Tooltip: Adding another ajax example to visual testcase. Fixing async ↵jzaefferer2010-10-211-0/+21
| | | | | | | | | | | | | | | | response handling (taking IE cached response quirk into account) and simplifying fade animations a ton.
| * | | Use pushStack in tooltip's widget method. See #5732jzaefferer2010-07-301-0/+7
| | | |
* | | | Merge commit '1.8.6' into devpreviewjzaefferer2010-11-19229-650/+1860
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/autocomplete/categories.html demos/autocomplete/combobox.html demos/autocomplete/custom-data.html demos/autocomplete/default.html demos/autocomplete/folding.html demos/autocomplete/multiple-remote.html demos/autocomplete/multiple.html demos/autocomplete/remote-jsonp.html demos/autocomplete/remote-with-cache.html demos/autocomplete/remote.html demos/autocomplete/xml.html demos/button/splitbutton.html demos/index.html tests/unit/index.html tests/unit/widget/widget.js tests/visual/menu/nested.html themes/base/jquery.ui.autocomplete.css ui/jquery.ui.accordion.js ui/jquery.ui.autocomplete.js
| * | | Upgraded jQuery to 1.4.3.Scott González2010-10-21197-197/+197
| | | |
| * | | Autocomplete tests: Removed reference to non-existent menu plugin.Scott González2010-10-211-1/+0
| | | |
| * | | External: Updated bgiframe to 2.1.2. Fixes #6190 - Dialog demos don't work ↵Scott González2010-10-1913-13/+13
| | | | | | | | | | | | | | | | in IE9 because of bgiframe.
| * | | Widget: Added ability to define how to find options on init. Fixes #6158 - ↵Scott González2010-10-061-0/+26
| | | | | | | | | | | | | | | | Widget: Ability to define new methods for gathering options on init.
| * | | Tab: modified init to display correct content of misordered div when hash ↵jenters2010-10-042-1/+45
| | | | | | | | | | | | | | | | present in url. Fixed #6125 - Incorrect selection of tab on init with hash in url and misordered divs
| * | | Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') ↵John Firebaugh2010-10-041-0/+17
| | | | | | | | | | | | | | | | causes form elements to reset on IE7.
| * | | Revert "Dialog: Don't change DOM position on open. Fixes #6137 - ↵Scott González2010-10-041-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dialog('open') causes form elements to reset on IE7." This reverts commit 67b1db14c964418ce8b1fd760d54761040cc32af. Reverting so I can commit again with the proper author.
| * | | Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') ↵Scott González2010-10-041-0/+17
| | | | | | | | | | | | | | | | causes form elements to reset on IE7.
| * | | Widget: Added create event. Fixes #6126 - Widget: Add create event.Scott González2010-09-291-10/+14
| | | |
| * | | Widget: Added _setOptions method for handling normalized options setting. ↵Scott González2010-09-271-1/+24
| | | | | | | | | | | | | | | | Fixes #6114 - Widget: Add _setOptions() method.
| * | | Progressbar: Added a complete event. Fixes #3500 - Progressbar callback at ↵Scott González2010-09-271-0/+21
| | | | | | | | | | | | | | | | the end.
| * | | Autocomplete: Only prevent the default action for enter when a menu item is ↵Scott González2010-09-271-2/+31
| | | | | | | | | | | | | | | | | | | | | | | | active. Fixes #6038 - Autocomplete: Allow default behaviour on enter when menu is open but inactive. Thanks Ján Suchal.
| * | | Dialog tests: Enabling in TestSwarm.Scott González2010-09-072-18/+0
| | | |
| * | | Dialog: Fixed test for default title. Some browsers were returning an actual ↵Scott González2010-09-071-1/+3
| | | | | | | | | | | | | | | | non-breaking space and some were returning the string " ".
| * | | Dialog: Reduced size of dialogs in height/width tests.Scott González2010-09-071-16/+16
| | | |
| * | | Tabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for ↵Scott González2010-09-032-1/+12
| | | | | | | | | | | | | | | | remote tabs does not support foreign languages.
| * | | Position: Added visual test for flipping with margin and box-shadow.Scott González2010-09-031-0/+43
| | | |
| * | | Position: Take margin into account when performing collisions. Fixes #5766 - ↵Ben Hollis2010-09-031-0/+52
| | | | | | | | | | | | | | | | position: collision should take margin into account.
| * | | Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - ↵Scott González2010-09-032-1/+70
| | | | | | | | | | | | | | | | Widget: auto-destroy is broken in jQuery 1.4.
| * | | Core tests: Enabled TestSwarm.Scott González2010-09-021-10/+0
| | | |
| * | | Core tests: Fixed object element for focusable/tabbable tests. Fixes #4488 - ↵Scott González2010-09-021-1/+1
| | | | | | | | | | | | | | | | :focusable and :tabbable are broken with jQuery 1.3.2.
| * | | Core tests: Split .focus() test into two tests to avoid bug in IE with ↵Scott González2010-09-021-20/+20
| | | | | | | | | | | | | | | | stop() and start().
| * | | Core tests: Reordered some elements to avoid some bug in IE.Scott González2010-09-021-3/+3
| | | |
| * | | Position tests: Set a line-height on elements with a height less than 10px. ↵Scott González2010-09-021-6/+11
| | | | | | | | | | | | | | | | Fixes failing tests in IE6.
| * | | Dialog: Fixed a broken maxHeight test.Scott González2010-09-021-1/+1
| | | | | | | | | | | | | | | | The size tests are fragile because they require the browser window to be large enough to contain the dialog.
| * | | Dialog: Set the _isOpen flag before triggering the open event. Fixes #6012 - ↵Scott González2010-09-021-1/+3
| | | | | | | | | | | | | | | | Dialog: _isOpen flag should be set before triggering open event.
| * | | Dialog: Added additional syntax for creating buttons. Fixes #4344 - Dialog: ↵Scott González2010-08-311-0/+25
| | | | | | | | | | | | | | | | Enhanced Button Option.
| * | | Testsuite: Revert localhost back to swarm.jquery.org (thanks bugbegone)jzaefferer2010-08-301-1/+1
| | | |
| * | | Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵jzaefferer2010-08-2918-20/+35
| | | | | | | | | | | | | | | | testsuites on TestSwarm due to unhandled errors and race conditions