Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Widget tests: Work around a bug in jQuery core in IE 9rc. | Scott González | 2011-02-26 | 1 | -0/+2 |
| | |||||
* | Spinner: Ignore delta of 0 from triggered mousewheel event. Verified | jzaefferer | 2011-02-26 | 1 | -2/+3 |
| | | | | that mousewheel scrolling actually works fine in IE6. | ||||
* | Accordion: Improve unit test to get consistent results on mobile devices | jzaefferer | 2011-02-26 | 4 | -4/+4 |
| | |||||
* | Position: Test for window scrollTop support and run scrolled window test | jzaefferer | 2011-02-26 | 1 | -12/+20 |
| | | | | | only when support is there. Should exclude mobile devices, getting the position testsuite to produce more useful results. | ||||
* | Menu: Cleanup contextmenu demo and fix aria unit test to ignore empty | jzaefferer | 2011-02-25 | 1 | -1/+1 |
| | | | | string values | ||||
* | Adding a domEqual assertion to our testsuite for more sane DOM | jzaefferer | 2011-02-25 | 4 | -29/+42 |
| | | | | | comparisons. Comparing innerHTML is too dependent on random browser quirks like IE only sometimes rendering closing tags. | ||||
* | Menu: Cleanup unit test page | jzaefferer | 2011-02-25 | 1 | -2/+1 |
| | |||||
* | Autocomplete tests: Fixed various bugs in various versions of IE. | Scott González | 2011-02-24 | 1 | -2/+6 |
| | |||||
* | Menu: Fix testsuite, new option | jzaefferer | 2011-02-24 | 1 | -1/+5 |
| | |||||
* | Menu: Update autocomplete to use deactivate and check for focus class | jzaefferer | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Added support for contenteditable elements. Fixes #6914 - ↵ | Scott González | 2011-02-24 | 2 | -0/+41 |
| | | | | Autocomplete: Support contenteditable. | ||||
* | Menu: Update unit test to use focus instead of activate method | jzaefferer | 2011-02-24 | 1 | -2/+2 |
| | |||||
* | Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use | jzaefferer | 2011-02-23 | 19 | -21/+21 |
| | |||||
* | Drop unused tests/unit/defaults.html. If any, we need to composite suite | jzaefferer | 2011-02-23 | 1 | -56/+0 |
| | | | | that runs everything, not just defaults. | ||||
* | Disable dialog tests on TestSwarm until we can get some running in IE6 | jzaefferer | 2011-02-21 | 1 | -0/+11 |
| | | | | without freezing the browser. | ||||
* | Unit tests: Add QUnit toolbar for hiding passed tests | jzaefferer | 2011-02-21 | 20 | -0/+20 |
| | |||||
* | Accordion: Handle changing the event option. Fixes #6740 - Dynamically ↵ | Scott González | 2011-02-21 | 1 | -1/+46 |
| | | | | changing accordion's event handler doesn't actually change the behaviour. | ||||
* | Merge branch 'master' of github.com:jquery/jquery-ui | jzaefferer | 2011-02-21 | 1 | -2/+9 |
|\ | |||||
| * | Widget: modified widget to throw exception on attempt to call private ↵ | William Kevin Manire | 2011-02-16 | 1 | -2/+9 |
| | | | | | | | | methods. Fixed #6947 - Attempt to access private member of widget returns jQuery object | ||||
* | | Fix datepicker tests to pass in Chrome and run faster by letting QUnit | jzaefferer | 2011-02-18 | 5 | -40/+20 |
|/ | | | | | | handle the staggered proessing (renders at least once per second, faster then rendering after each test). Disabled broken manual-entry tests after confirming its only an issue in the test, not the impl. | ||||
* | Datepicker: prevent datepicker initialization on empty jquery collection and ↵ | Dan Heberden | 2011-02-15 | 1 | -0/+5 |
| | | | | add unit test. Fixed #6976 - datepicker creates extra dom element with empty object | ||||
* | Tabs: Pass original event for show and select events. Fixes #5043 - Tabs: ↵ | David Petersen | 2011-02-15 | 1 | -3/+13 |
| | | | | pass original event. | ||||
* | Tooltip: Added missing items test | jzaefferer | 2011-02-11 | 2 | -2/+11 |
| | |||||
* | Merge branch 'master' of github.com:jquery/jquery-ui | jzaefferer | 2011-02-11 | 3 | -0/+6 |
|\ | |||||
| * | Added swarminject.js for menu, spinner, and tooltip test pages. Fixes unit ↵ | Richard Worth | 2011-02-11 | 3 | -0/+6 |
| | | | | | | | | tests to run correctly on swarm.jquery.org | ||||
* | | Menu: Fix unit tests and set the right menu1-activedescendant attribute | jzaefferer | 2011-02-11 | 3 | -5/+11 |
|/ | |||||
* | Widget: Fixed super methods with deep inheritance chains. | Scott González | 2011-02-10 | 2 | -23/+41 |
| | |||||
* | Widget: Added ability to use $.widget() to create extensions. Fixes #6937 - ↵ | Scott González | 2011-02-03 | 1 | -0/+21 |
| | | | | Widget: Allow redefining a widget to create extensions. | ||||
* | Added version property to plugins that were missing them. | Scott González | 2011-02-03 | 1 | -0/+3 |
| | |||||
* | Accordion: Added tests for custom header option. | Scott González | 2011-02-03 | 1 | -1/+13 |
| | |||||
* | Accordion: Update active option when programmatically collapsing the accordion. | Scott González | 2011-02-03 | 1 | -4/+3 |
| | |||||
* | Accordion: Handle negative values for active option on init. | Scott González | 2011-02-03 | 1 | -4/+3 |
| | |||||
* | Accordion: Properly handle collapsible: false and active: false by changing ↵ | Scott González | 2011-02-03 | 1 | -11/+10 |
| | | | | active to 0. | ||||
* | Widget: Modified _trigger to invoke callbacks with apply so that handlers ↵ | Michael DellaNoce | 2011-02-01 | 1 | -0/+48 |
| | | | | are invoked the same way .trigger() invokes them. Fixes #6795 - Widget: _trigger passes array arguments to handlers inconsistently. | ||||
* | Merge branch 'master' into widget-events | Scott González | 2011-01-31 | 14 | -476/+1079 |
|\ | | | | | | | | | Conflicts: ui/jquery.ui.widget.js | ||||
| * | Update wigdet test for previous change. No stored intance via data for | jzaefferer | 2011-01-31 | 1 | -2/+1 |
| | | | | | | | | element == instance. | ||||
| * | Accordion: Allow canceling the beforeActivate event. Fixes #6896 - ↵ | Scott González | 2011-01-25 | 2 | -2/+40 |
| | | | | | | | | Accordion: Allow canceling the beforeActivate event. | ||||
| * | Accordion: Renamed changestart and change events to beforeActivate and ↵ | Scott González | 2011-01-25 | 3 | -13/+105 |
| | | | | | | | | activate, respectively. Fixes #6840 - Accordion: Rename changestart event to beforeActivate. Fixes #6842 - Accordion: Rename change event to activate. | ||||
| * | Accordion: More tests. | Scott González | 2011-01-24 | 2 | -25/+94 |
| | | |||||
| * | Tests: Fixed erroneous refernece to accordion. | Scott González | 2011-01-24 | 1 | -2/+2 |
| | | |||||
| * | Widget tests: Remove workaround for old QUnit bug. | Scott González | 2011-01-24 | 1 | -5/+1 |
| | | |||||
| * | Widget tests: Cleanup. | Scott González | 2011-01-24 | 3 | -32/+26 |
| | | |||||
| * | Accordion test: Fixed an icon test. | Scott González | 2011-01-24 | 1 | -1/+1 |
| | | |||||
| * | Accordion tests: Cleaned up deprecated tests. | Scott González | 2011-01-24 | 2 | -133/+193 |
| | | |||||
| * | Accordion tests: Cleanup. | Scott González | 2011-01-24 | 11 | -261/+369 |
| | | |||||
| * | Accordion tests: Getting really ghetto in an attempt to get deprecated tests ↵ | Scott González | 2011-01-24 | 3 | -15/+15 |
| | | | | | | | | to run in TestSwarm. | ||||
| * | Accordion: Test cleanup. | Scott González | 2011-01-24 | 6 | -82/+73 |
| | | |||||
| * | Accordion: First pass at splitting out tests for deprecated functionality. | Scott González | 2011-01-24 | 7 | -184/+369 |
| | | |||||
| * | Widget: Allow this.element to be the widget instance instead of a DOM ↵ | Scott González | 2011-01-24 | 1 | -1/+31 |
| | | | | | | | | element. Fixes #6895 - Widget: Allow non-DOM based widget. | ||||
| * | Widget: Added tests for defaultElement and element normalization between ↵ | Scott González | 2011-01-23 | 1 | -0/+41 |
| | | | | | | | | jQuery objects, elements and selectors. |