Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updating 'jQuery' to 1.9.1. | Bruno M. Custódio | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | Updating to jQuery 1.9.0 | Kris Borchers | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | Dev: stop loading *_tickets.js in the test suite. | Mike Sherov | 2012-12-22 | 1 | -1/+0 |
| | |||||
* | All: Use .addBack() instead of .andSelf(). | Scott González | 2012-12-14 | 1 | -1/+1 |
| | |||||
* | Button tests: Handle async focus in IE. | Scott González | 2012-12-10 | 2 | -7/+20 |
| | |||||
* | Dev: Remove *_tickets.js test files and move the associated tests to the ↵ | Mike Sherov | 2012-12-07 | 3 | -75/+67 |
| | | | | proper locations. | ||||
* | Button tests: Work around a quirk in Opera. | Scott González | 2012-11-29 | 1 | -2/+11 |
| | |||||
* | Button tests: simulated clicks aren't perfect in oldIE and Opera | Mike Sherov | 2012-11-28 | 1 | -10/+15 |
| | |||||
* | Button Tests: move aria-pressed test to correct module | Mike Sherov | 2012-11-26 | 2 | -11/+11 |
| | |||||
* | Button: Let change handler handle display and aria update. Fixed #5518 - ↵ | Fabrício Matté | 2012-11-26 | 2 | -0/+12 |
| | | | | Button: Incorrect state after double click in Firefox | ||||
* | Button tests: fix IE7 fail for latest focus tests | Mike Sherov | 2012-11-21 | 1 | -1/+1 |
| | |||||
* | Button: Fixing handling of the disabled options on refresh method calls. ↵ | TJ VanToll | 2012-11-21 | 2 | -8/+36 |
| | | | | Fixed #8828 - Button: Refresh does not re-enable disabled button. | ||||
* | Button: add blur event to buttons. Fixes #8559 - Button: Button doesn't ↵ | Mike Sherov | 2012-11-21 | 1 | -0/+10 |
| | | | | remove active state when using keyboard. | ||||
* | Button tests: Whitespace. | Scott González | 2012-11-20 | 1 | -6/+6 |
| | |||||
* | Button tests: replace XHTML with HTML in button test suite | Mike Sherov | 2012-11-19 | 1 | -3/+3 |
| | |||||
* | Button: properly escape button names. Fixes #7505 - Button: Buttonset not ↵ | Mike Sherov | 2012-11-19 | 2 | -1/+16 |
| | | | | applied to radio group with quotation/apostrophe in name. | ||||
* | Upgrade jQuery to 1.8.3. | Scott González | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Button: use _hoverable for hover state management. Fixes #5295 - button ↵ | Cory Gackenheimer | 2012-11-11 | 1 | -0/+11 |
| | | | | doesn't remove hover state if they are disabled | ||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests | ||||
* | Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: ↵ | TJ VanToll | 2012-10-16 | 1 | -0/+8 |
| | | | | Anchor tags cannot be disabled within buttonset. | ||||
* | Upgrade jQuery to 1.8.2. | Scott González | 2012-09-20 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.8.0. | Scott González | 2012-08-13 | 1 | -1/+1 |
| | |||||
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 3 | -0/+20 |
| | |||||
* | Button tests: Use domEqual() to test destroy(). | Scott González | 2012-06-16 | 1 | -7/+4 |
| | |||||
* | Button: Corrected default label applied to submit buttons. Fixed #8337: ↵ | TJ VanToll | 2012-05-22 | 1 | -0/+4 |
| | | | | Submit inputs don't automatically set label option. | ||||
* | Don't use :checkbox selector. | Scott González | 2012-05-21 | 1 | -5/+5 |
| | |||||
* | Don't use :radio selector. | Scott González | 2012-05-21 | 2 | -4/+4 |
| | |||||
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 1 | -7/+5 |
| | |||||
* | Tests: Rename {widget}_defaults.js -> {widget}_common.js | Scott González | 2012-04-23 | 2 | -1/+1 |
| | |||||
* | Update to official qunit composite addon | Jörn Zaefferer | 2012-04-21 | 1 | -2/+2 |
| | |||||
* | Tests: Move commonWidgetTests() to TestHelpers. | Scott González | 2012-04-19 | 1 | -1/+1 |
| | |||||
* | Tests: Lint. | Scott González | 2012-04-19 | 2 | -7/+8 |
| | |||||
* | Upgrade jQuery to 1.7.2. | Scott González | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 2 | -31/+31 |
| | |||||
* | Upgrade jQuery to 1.7.1. | Scott González | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Upgrade jQuery to 1.7. | Scott González | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | Tests: Added ability to run tests against minified files via ?min=1 | Scott González | 2011-10-28 | 1 | -6/+11 |
| | |||||
* | Upgraded jQuery to 1.6.4. | Scott González | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Button: Adding quotes to the attribute selector for labels - Fixes #7534 - ↵ | Corey Frang | 2011-08-03 | 1 | -0/+6 |
| | | | | Button label selector omits quotes / fails for ids with ":" | ||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -5/+5 |
| | |||||
* | Tests: Cleanup. | Scott González | 2011-08-03 | 1 | -46/+44 |
| | |||||
* | Tests: Added test suites to run individual widget tests against all ↵ | Scott González | 2011-08-02 | 1 | -0/+30 |
| | | | | supported jQuery versions. | ||||
* | Tests: Added ability to run tests suites against different versions of ↵ | Scott González | 2011-07-28 | 1 | -1/+1 |
| | | | | jQuery core. | ||||
* | Upgrade jQuery to 1.6.2. | Scott González | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -6/+6 |
| | |||||
* | Button: modified the event bindings for focus and blur. Fixed #6711 - ↵ | Glenn Goodrich | 2011-05-26 | 1 | -0/+8 |
| | | | | checkbox/radio button do not show focused state when using Keyboard Navigation | ||||
* | Button: Added rtl detection so corner classes would properly be applied to ↵ | Doug Neiner | 2011-05-12 | 1 | -0/+14 |
| | | | | buttonsets. Fixed #6796. jQueryui - buttonset on rtl | ||||
* | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 1 | -13/+12 |
| | |||||
* | 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 | ||||
* | Switched to latest stable jQuery 1.5.1 | Richard Worth | 2011-03-02 | 1 | -1/+1 |
| |