aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button
Commit message (Collapse)AuthorAgeFilesLines
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-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 VanToll2012-10-161-0/+8
| | | | Anchor tags cannot be disabled within buttonset.
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
|
* Tests: Enable QUnit.config.requireExpects.Scott González2012-06-273-0/+20
|
* Button tests: Use domEqual() to test destroy().Scott González2012-06-161-7/+4
|
* Button: Corrected default label applied to submit buttons. Fixed #8337: ↵TJ VanToll2012-05-221-0/+4
| | | | Submit inputs don't automatically set label option.
* Don't use :checkbox selector.Scott González2012-05-211-5/+5
|
* Don't use :radio selector.Scott González2012-05-212-4/+4
|
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
|
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-232-1/+1
|
* Update to official qunit composite addonJörn Zaefferer2012-04-211-2/+2
|
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-191-1/+1
|
* Tests: Lint.Scott González2012-04-192-7/+8
|
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-292-31/+31
|
* Upgrade jQuery to 1.7.1.Scott González2011-11-221-1/+1
|
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-6/+11
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
|
* Button: Adding quotes to the attribute selector for labels - Fixes #7534 - ↵Corey Frang2011-08-031-0/+6
| | | | Button label selector omits quotes / fails for ids with ":"
* Tests: Cleanup.Scott González2011-08-031-5/+5
|
* Tests: Cleanup.Scott González2011-08-031-46/+44
|
* Tests: Added test suites to run individual widget tests against all ↵Scott González2011-08-021-0/+30
| | | | supported jQuery versions.
* Tests: Added ability to run tests suites against different versions of ↵Scott González2011-07-281-1/+1
| | | | jQuery core.
* Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|
* .attr() -> .prop()Scott González2011-06-081-6/+6
|
* Button: modified the event bindings for focus and blur. Fixed #6711 - ↵Glenn Goodrich2011-05-261-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 Neiner2011-05-121-0/+14
| | | | buttonsets. Fixed #6796. jQueryui - buttonset on rtl
* Widget: define a null default for the create callback.Scott González2011-04-251-13/+12
|
* Button: find associated label even without common ancestor. Fixes #7092 - ↵ddstreet2011-03-111-0/+22
| | | | button creation that requires a matching label does not find label in all cases
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests usejzaefferer2011-02-231-1/+1
|
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-211-0/+1
|
* 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-121-1/+1
|
* Upgraded jQuery to 1.4.3.Scott González2010-10-211-1/+1
|
* Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵jzaefferer2010-08-291-0/+1
| | | | testsuites on TestSwarm due to unhandled errors and race conditions
* Button: Read disabled attribute from original element if disabled option is ↵Scott González2010-08-182-1/+25
| | | | null. Fixes #5252 -Button: read disabled option from input elements.
* Buttonset: Ignore hidden buttons. Fixes #5946 - buttonset should ignore ↵Scott González2010-08-181-1/+6
| | | | buttons that are not :visible.
* Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ↵Scott González2010-07-301-14/+0
| | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d.
* Use pushStack in widget method. Fixes #5732 - make the widget method ↵jzaefferer2010-07-301-0/+14
| | | | maintain the stack
* Autocomplete and button unit tests: Same remove-role-attr fix as for ↵jzaefferer2010-04-131-0/+4
| | | | accordion in destroy-method test
* Updating autocomplete and button unit tests: use equal instead of ok to ↵jzaefferer2010-03-271-1/+1
| | | | compare markup, works fine in latest QUnit (escapes all messages correctly)
* Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is ↵Richard Worth2010-03-171-1/+1
| | | | one word
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-121-1/+2
|
* Button: Fixed tests that check for hidden button elements.Scott González2010-03-111-3/+3
|
* Externals: updated QUnit to http://github.com/jquery/qunit commit ↵Richard Worth2010-02-251-4/+13
| | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses.
* Buttons: Removed the logic for triggering click events on checkboxes and ↵Scott González2010-02-181-9/+0
| | | | | | radio buttons. This logic was actually causing the opposite functionality from what we wanted. Fixes #5195 - .buttonset() prevents change event from being catchable.
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-161-1/+1
|