Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Widget: Moved tests out of _tickets into _core. | Scott González | 2011-03-28 | 3 | -92/+88 |
| | |||||
* | Merge branch 'master' of github.com:jquery/jquery-ui | Richard Worth | 2011-03-28 | 5 | -22/+0 |
|\ | |||||
| * | Removed empty ticket test files. | Scott González | 2011-03-28 | 4 | -17/+0 |
| | | |||||
| * | Accordion: Removed empty ticket test file. | Scott González | 2011-03-28 | 1 | -5/+0 |
| | | |||||
* | | Autocomplete: changed autoFocus default back to false. Reverts #7042 - ↵ | Richard Worth | 2011-03-28 | 1 | -1/+1 |
|/ | | | | Autocomplete: Default autoFocus to true | ||||
* | Widget: Allow setting individual properties of deep options. Fixes #7035 - ↵ | Scott González | 2011-03-24 | 1 | -0/+24 |
| | | | | Widget: Extend .option() to set partial nested options. | ||||
* | Accordion: Removed static test pages. Added unit tests for dl markup structure. | Scott González | 2011-03-23 | 3 | -10/+54 |
| | |||||
* | Accordion tests: Fixed indentation. | Scott González | 2011-03-23 | 2 | -76/+64 |
| | |||||
* | Widget: Maintain stack when a method returns a jQuery object. Fixes #5732 - ↵ | Scott González | 2011-03-22 | 1 | -2/+8 |
| | | | | Widget: Make the widget method maintain the stack. | ||||
* | Autocomplete: Added response event. Fixes #6777 - Autocomplete callback when ↵ | Scott González | 2011-03-22 | 1 | -11/+29 |
| | | | | search is complete. | ||||
* | Position: Split out tests for deprecated offset option. | Scott González | 2011-03-22 | 4 | -41/+105 |
| | |||||
* | Position: Coding standards. | Scott González | 2011-03-22 | 1 | -285/+285 |
| | |||||
* | Position: Merged offset option into my and at options and added support for ↵ | Scott González | 2011-03-22 | 1 | -1/+35 |
| | | | | percentage-based offsets. Fixes #6981 - Position: Merge offset option into my and at options. Fixes #7028 - Position: Allow percent-based offsets. | ||||
* | Merge branch 'tabs_4386' of https://github.com/petersendidit/jquery-ui | Scott González | 2011-03-21 | 3 | -11/+44 |
|\ | |||||
| * | Tabs: Fix disable and enable methods to correctly handle when index is ↵ | David Petersen | 2011-03-21 | 3 | -11/+44 |
| | | | | | | | | undefined. Use boolean when fully enabled/disabled. Allow selected tab to be disabled.Fixes #4386 | ||||
* | | Use QUnit.push instead of assertion method for custom assertions to get | jzaefferer | 2011-03-20 | 1 | -1/+2 |
| | | | | | | | | correct filename and line number output | ||||
* | | Autocomplete unit test: corrected name and argument order of equal() call in ↵ | Richard Worth | 2011-03-15 | 1 | -1/+1 |
| | | | | | | | | autoFocus test function | ||||
* | | Autocomplete: refactored unit tests for autoFocus option | Richard Worth | 2011-03-15 | 1 | -14/+8 |
| | | |||||
* | | Autocomplete: added unit tests for autoFocus. Fixed #7032 - Autocomplete: ↵ | Richard Worth | 2011-03-15 | 1 | -0/+27 |
| | | | | | | | | Add option to automatically highlight the first result | ||||
* | | Autocomplete: changed autoFocus default to true for 1.9. Fixed #7042 - ↵ | Richard Worth | 2011-03-15 | 3 | -1/+4 |
| | | | | | | | | Autocomplete: Default autoFocus to true | ||||
* | | Autocomplete: new option autoFocus, default false. Fixed #7032 - ↵ | Richard Worth | 2011-03-15 | 1 | -0/+1 |
| | | | | | | | | Autocomplete: Add option to automatically highlight the first result | ||||
* | | Accordion: set aria-selected to true on selected header, false on others. ↵ | Richard Worth | 2011-03-15 | 1 | -1/+5 |
|/ | | | | Fixed #7078 - Accordion: Set aria-selected | ||||
* | Button: find associated label even without common ancestor. Fixes #7092 - ↵ | ddstreet | 2011-03-11 | 1 | -0/+22 |
| | | | | button creation that requires a matching label does not find label in all cases | ||||
* | Unit tests: removed no longer utilized tickets.js files for Menu and Tooltip | Richard Worth | 2011-03-08 | 4 | -20/+0 |
| | |||||
* | Dialog: Before handling escape key presses, check if the default action has ↵ | Jay Merrifield | 2011-03-08 | 1 | -0/+25 |
| | | | | been prevented. Fixes #6966 - Pressing ESC on dialog when 2 dialogs are open closes both dialogs. | ||||
* | Dialog: Added a class to dialog wrapper when it is currently displaying ↵ | Douglas Neiner | 2011-03-03 | 1 | -1/+9 |
| | | | | buttons, includes unit tests for changes. Fixed #7057 - An extra class is needed on the dialog wrapper to specify when a buttonset is showing | ||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 20 | -20/+20 |
| | |||||
* | 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 |
| |