Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 28 | -47/+26871 |
| | | | | jQuery core. | ||||
* | Merge branch 'master' of github.com:jquery/jquery-ui | Jörn Zaefferer | 2011-07-27 | 4 | -2/+128 |
|\ | |||||
| * | Menu tests: Removed console.log() call. | Scott González | 2011-07-26 | 1 | -1/+0 |
| | | |||||
| * | Accordion tests: Fixed location of expect() call. | Scott González | 2011-07-26 | 1 | -1/+1 |
| | | |||||
| * | Tests: Created a composite test suite. | Scott González | 2011-07-26 | 2 | -0/+127 |
| | | |||||
* | | Finish jquery-1.6.2 migration | Jörn Zaefferer | 2011-07-27 | 3 | -11/+11 |
|/ | |||||
* | Merge remote branch 'kborchers/menu_home_end' | Jörn Zaefferer | 2011-07-25 | 2 | -2/+462 |
|\ | |||||
| * | Menu: Added Home moves to first item and End moves to last item in currently ↵ | kborchers | 2011-07-25 | 2 | -2/+462 |
| | | | | | | | | active menu or submenu. Also fixed PageUp and PageDown so that they don't wrap back around to other end of menu. Also fixed scrolling to use activeMenu rather than element to all. Also added unit tests for keyboard nav | ||||
* | | Merge branch 'master' into core-1.6.1 | Scott González | 2011-07-25 | 30 | -654/+1833 |
|\| | | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js | ||||
| * | Menu: Passed the original event that causes a blur through collapseAll to ↵ | kborchers | 2011-07-19 | 1 | -0/+21 |
| | | | | | | | | blur, then trigger a blur on the menu. Fixes failing unit test provided by @rwaldron which has been included in this commit | ||||
| * | Datepicker: show inline datepicker setting explicit display:block instead of ↵ | Richard D. Worth | 2011-07-19 | 1 | -0/+23 |
| | | | | | | | | using .show() in case it is disconnected. Fixed #7552 - A Datepicker created on a detached div has zero height | ||||
| * | Position: Cleanup up position demo CSS and add it to the within-visual-test | Jörn Zaefferer | 2011-07-12 | 1 | -1/+12 |
| | | |||||
| * | Position: Add flip-classes. Fixes #5937 - Position: Add ability to determine ↵ | Benjamin Sterling | 2011-07-11 | 2 | -0/+176 |
| | | | | | | | | if the element is flipped via css | ||||
| * | Merge remote branch 'pgraham/master' | Jörn Zaefferer | 2011-06-28 | 1 | -2/+12 |
| |\ | |||||
| | * | Updated guard against unparsed characters to allow extra characters as long ↵ | Philip Graham | 2011-06-28 | 1 | -2/+12 |
| | | | | | | | | | | | | | | | | | | as they are separated from the date by whitespace. This maintains compatibility with timepicker extensions. Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years | ||||
| * | | Datepicker: Added onSelect.apply() call to _setDate method if onSelect is ↵ | marcneuwirth | 2011-06-28 | 1 | -0/+10 |
| | | | | | | | | | | | | defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called | ||||
| * | | Datepicker: Added onSelect.apply() call to _doKeyDown method when enter ↵ | marcneuwirth | 2011-06-28 | 1 | -0/+5 |
| |/ | | | | | | | button pushed if onSelect is defined. Fixed #7124 - Datepicker: onSelect does not fire when enter button is pushed | ||||
| * | Unit Tests: Fixing a typo in the new test for hide/show on hidden/shown | Corey Frang | 2011-06-23 | 1 | -1/+1 |
| | | |||||
| * | Effects.core: Check Visibility vs 'hide' and 'show' modes, finish ↵ | Corey Frang | 2011-06-23 | 1 | -0/+12 |
| | | | | | | | | immediately if neccessary - Fixes #6715 - Hide and Show try to affect hidden and showing elements | ||||
| * | Unit Tests: Adding a unit test to make sure .stop( true, true ) clears the ↵ | Corey Frang | 2011-06-23 | 1 | -0/+15 |
| | | | | | | | | inline styles when using animateClass - Fixed #3928 - Class-Animation: Please add a clearInlineStyle-Option | ||||
| * | Tests: Adding visual/unit tests for scale effect. | gnarf | 2011-06-14 | 6 | -49/+286 |
| | | |||||
| * | Accordion tests: Cleanup. | Scott González | 2011-06-13 | 6 | -23/+63 |
| | | |||||
| * | Autocomplete tests: Cleanup. | Scott González | 2011-06-13 | 5 | -470/+405 |
| | | |||||
| * | Accordion tests: Don't use deprecated assertion methods. | Scott González | 2011-06-13 | 6 | -89/+89 |
| | | |||||
| * | effects.core: Convert elements height/width to px and restore after ↵ | tomykaira | 2011-06-09 | 2 | -0/+26 |
| | | | | | | | | animation in all effects. Fixed #5245 - Relative width elements break when wrapped for effects | ||||
| * | Update menubar to forward menu option to nested menus, update default demo ↵ | Jörn Zaefferer | 2011-06-09 | 1 | -25/+25 |
| | | | | | | | | to set within update to the demo frame (for /demos) or window (standalone). Update visual test to have more useful defaults | ||||
| * | Merge remote branch 'davidmurdoch/ticket-5645' | Jörn Zaefferer | 2011-06-09 | 5 | -30/+668 |
| |\ | |||||
| | * | Fix visual test in IE6 and move the new helper functions for getting ↵ | David Murdoch | 2011-05-26 | 2 | -32/+14 |
| | | | | | | | | | | | | scrollbar properties to $.position | ||||
| | * | updated tests to account for scrollbar width/height | David Murdoch | 2011-05-26 | 1 | -6/+31 |
| | | | |||||
| | * | Removing unnecessary variables, caching 'within' in tests where its ↵ | David Murdoch | 2011-05-16 | 2 | -189/+75 |
| | | | | | | | | | | | | beneficial, and making some other changes based on the code review | ||||
| | * | Update core visual test to allow testing while the window is scrolled. | David Murdoch | 2011-05-13 | 1 | -1/+1 |
| | | | |||||
| | * | position now passes all tests! 0/ | David Murdoch | 2011-05-13 | 2 | -6/+5 |
| | | | |||||
| | * | Update test to make things a bit easier to test | David Murdoch | 2011-05-13 | 1 | -3/+7 |
| | | | |||||
| | * | The qunit-fixture were preventing the results from being clicked. Make the ↵ | David Murdoch | 2011-05-12 | 2 | -10/+9 |
| | | | | | | | | | | | | results appear on top of the qunit-fixture | ||||
| | * | Another whitespace fix | David Murdoch | 2011-05-12 | 1 | -103/+103 |
| | | | |||||
| | * | Add tests for position's `within` | David Murdoch | 2011-05-12 | 3 | -19/+586 |
| | | | |||||
| | * | Whitespace fix | David Murdoch | 2011-05-12 | 1 | -1/+1 |
| | | | |||||
| | * | Fix typos in original tests | David Murdoch | 2011-05-12 | 1 | -3/+2 |
| | | | |||||
| | * | Update title to reflect test | David Murdoch | 2011-05-12 | 1 | -1/+1 |
| | | | |||||
| | * | Add a new visual test for position | David Murdoch | 2011-05-12 | 1 | -0/+177 |
| | | | |||||
| * | | Widget: Added ability to get deep options. Fixes #7459 - Widget: Extend ↵ | Scott González | 2011-06-09 | 1 | -0/+19 |
| | | | | | | | | | | | | .option() to get partial nested options. | ||||
* | | | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 158 | -158/+158 |
| | | | |||||
* | | | Tests: Fixed trailing commas. | Scott González | 2011-07-25 | 2 | -4/+3 |
| | | | |||||
* | | | Use .attr() for boolean ARIA attributes. | Scott González | 2011-07-12 | 2 | -10/+10 |
| | | | |||||
* | | | .attr() -> .prop() | Scott González | 2011-06-08 | 10 | -71/+40 |
|/ / | |||||
* | | Tooltip: Added tests for ui object in open and close events. | Scott González | 2011-05-30 | 1 | -4/+9 |
| | | |||||
* | | Widget: Fixed _show() and _hide() implementation and added tests. | Scott González | 2011-05-30 | 3 | -1/+263 |
| | | |||||
* | | Tooltip: Fixed handling of disabled tooltips. | Scott González | 2011-05-29 | 1 | -0/+26 |
| | | |||||
* | | Tooltip: Don't close tooltips on mouseleave if the element is still focused. | Scott González | 2011-05-29 | 1 | -0/+26 |
| | | |||||
* | | Tooltip: Change default collision detection to 'flip fit' since the default ↵ | Scott González | 2011-05-29 | 1 | -1/+2 |
| | | | | | | | | vertical positioning is centered and can't flip |