aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Collapse)AuthorAgeFilesLines
* Autocompete tests: Added missing menu dependency.Scott González2011-01-141-0/+1
|
* Widget: Added _super() and _superApply() methods. Fixes #6861 - Widget: Add ↵Scott González2011-01-141-0/+53
| | | | _super() and _superApply() for easy access to parent methods.
* Accordion: Renamed resize method to refresh. Fixes #6838 - Accordion: Rename ↵Scott González2011-01-141-2/+2
| | | | resize method to refresh.
* Accordion: Moved handling for programmatically collapsing the accordion out ↵Scott González2011-01-131-1/+1
| | | | of the event handler. Modified event handler to not change the active option until after it determines that the event is valid.
* Accordion: First pass at deprecating the activate method. Renamed ↵Scott González2011-01-114-8/+8
| | | | _clickHandler to _eventHandler and removed extraneous parameter. Updated all tests to use the option methods instead of the activate method.
* Accordion: Deprecated icons.headerSelected in favor of icons.activeHeader. ↵Alex Dovenmuehle2011-01-112-1/+20
| | | | Fixes #6834 - Accordion: Change icons.headerSelected to icons.activeHeader.
* Fixed references to jQuery.Scott González2011-01-101-1/+1
|
* Fixed bad references to jQuery-1.4.4.jsjzaefferer2010-12-221-1/+1
|
* Merge remote branch 'origin/tooltip'jzaefferer2010-12-228-22/+220
|\ | | | | | | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html
| * Tooltip: Implementing event delegation support.jzaefferer2010-10-263-2/+8
| |
| * Tooltip: Demo and tests updatejzaefferer2010-10-261-0/+9
| |
| * Tooltip: Removing tooltipClass option; use ↵jzaefferer2010-10-262-14/+0
| | | | | | | | .tooltip("widget").addClass("whatever") instead
| * Tooltip: Unit tests cleanupjzaefferer2010-10-262-15/+30
| |
| * Use pushStack in tooltip's widget method. See #5732jzaefferer2010-07-301-0/+7
| |
| * Merge commit '1.8.1' into tooltipjzaefferer2010-04-2120-100/+226
| |\
| * | Tooltip: Unit tests for tooltip and a fix to pass through event objects to ↵jzaefferer2010-04-158-21/+197
| | | | | | | | | | | | triggered events
| * | Revert "Position unit tests: Add module for testswarm to run all tests"jzaefferer2010-04-141-2/+0
| | | | | | | | | | | | | | | | | | This reverts commit 50fe1d04fc60d57507aa949f585b06a2bcf3aec1. Should have been commited to master, not tooltip branch.
| * | Position unit tests: Add module for testswarm to run all testsjzaefferer2010-04-131-0/+2
| | |
* | | Merge remote branch 'origin/menu'jzaefferer2010-12-228-0/+179
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/visual/menu/nested.html themes/base/jquery.ui.autocomplete.css ui/jquery.ui.autocomplete.js
| * | | Menu: Implemented destroy method and disabled option, modified test to pass ↵jzaefferer2010-06-181-6/+6
| | | | | | | | | | | | | | | | html-compare-destroy test and extended default visual test for testing destroy and disabled features
| * | | Menu:the first set of unit test files.dominiquevincent2010-05-067-0/+178
| | | | | | | | | | | | | | | | Signed-off-by: dominiquevincent <dominique.vincent@toitl.com>
| * | | Menu: Extracted menu code from autocomplete, updated all dependenciesjzaefferer2010-04-211-0/+1
| | |/ | |/|
* | | Merge remote branch 'origin/spinner'jzaefferer2010-12-226-0/+601
|\ \ \
| * | | Spinner: Refactored reading htlm5 attributes option initjzaefferer2010-10-281-3/+3
| | | |
| * | | 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
| | | |
* | | | Accordion: Move code for deprecated height options into an extension at the ↵Scott González2010-12-191-0/+1
| | | | | | | | | | | | | | | | bottom of the plugin.
* | | | Accordion: Added test for heightStyle: fill with absolutely positioned sibling.Scott González2010-12-191-2/+4
| | | |
* | | | Accordion: API Redesign. Made style changes and changed 'fill' ↵Alex Dovenmuehle2010-12-171-0/+9
| | | | | | | | | | | | | | | | implementation to use $.siblings()
* | | | Accordion: API Redesign. Merged autoHeight, fillSpace, and clearStyle into a ↵Alex Dovenmuehle2010-12-161-0/+27
| | | | | | | | | | | | | | | | new option called heightStyle
* | | | Tabs: Removed rotate method. Fixes #5939 - Tabs: Remove rotation.Scott González2010-12-101-4/+0
| | | |
* | | | Accordion: Added .ui-accordion-heading class to header's first child. Fixes ↵Alex Dovenmuehle2010-12-104-13/+20
| | | | | | | | | | | | | | | | #6743 - Accordion: Add .ui-accordion-heading class.
* | | | Dialog: Removed handling of deprecated beforeclose option. Fixes #5100 - ↵Scott González2010-12-101-32/+0
| | | | | | | | | | | | | | | | Dialog: remove deprecated dialog option beforeclose.
* | | | Widget: Throw errors for invalid method calls. Fixes #5972 - Widget: Throw ↵Scott González2010-12-101-0/+17
| | | | | | | | | | | | | | | | error for non-existent method calls.
* | | | Revert "Dialog: Moved the default value for the position.of option inside ↵Scott González2010-12-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | the _position() method to avoid a bug in jQuery 1.3.2. Fixes #6030 - ui.dialog with jQuery 1.3.2 causes RangeError." This reverts commit 22671ad4f8e3e2e921c27bd2933fa088950abf2f.
* | | | Dialog: Moved the default value for the position.of option inside the ↵Scott González2010-12-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | _position() method to avoid a bug in jQuery 1.3.2. Fixes #6030 - ui.dialog with jQuery 1.3.2 causes RangeError. This should be reverted in jQuery UI 1.9.
* | | | Tabs: Added context to global selectors. Fixed #6710 - tabs module uses ↵saks2010-12-071-0/+21
| | | | | | | | | | | | | | | | global selectors instead of local to "this.element" element.
* | | | Dialog position tests: Use Math.round() instead of Math.floor().Scott González2010-12-031-4/+4
| | | |
* | | | Progressbar: Added max option. Fixes #6681 - Progressbar: add max option.Marian Rudzynski2010-11-223-1/+23
| | | |
* | | | Datepicker: changed setDate not to modify the passed date argument. Fixes ↵pheiberg2010-11-221-0/+4
| | | | | | | | | | | | | | | | #6671 - setDate manipulates its argument
* | | | Lossless compression of all non-theme images using ImageOptimPhillip Barnes2010-11-193-0/+0
| | | |
* | | | Datepicker: Fixed parsing of single y character for date formats. Fixes ↵pheiberg2010-11-181-5/+7
| | | | | | | | | | | | | | | | #6659 - Datepicker: Date format ymmdd not parsed correctly.
* | | | Buttonset: Added items option and removed visible filter for adding rounded ↵Scott González2010-11-121-7/+15
| | | | | | | | | | | | | | | | corners. Fixes #6262 - buttonset not applying ui-corner to invisible elements.
* | | | Upgraded jQuery to 1.4.4.Scott González2010-11-1218-18/+18
| | | |