aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button/button.html
Commit message (Collapse)AuthorAgeFilesLines
* Core: Make back compat disabled by defaultMichał Gołębiowski-Owczarek2024-05-131-1/+1
| | | Closes gh-2250
* Button: Add tests for button with html markupJörn Zaefferer2015-10-291-0/+1
| | | | | Ref gh-1632 Ref jquery/api.jqueryui.com#281
* Button: Initial commit of button re-factorAlexander Schmitz2015-10-071-39/+8
| | | | | | Move to using element stats rather then js class states remove ui-button-text spans. Removed button set
* Tests: Fix AMD loading in IE8Scott González2015-04-171-0/+1
| | | | | It appears that we must load require.js via a standard script tag in order for it to work properly in IE8.
* Button: Convert tests to new infrastructureScott González2015-04-091-24/+2
| | | | | Ref #10119 Ref gh-1528
* Button: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-0/+1
|
* Build: Pull in jquery.simulate.js from BowerMike Sherov2014-08-221-1/+1
| | | | Fixes #10563
* Build: Reorganize external directoryScott González2014-06-241-2/+2
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Button: Properly refresh button sets with new radio buttonsScott González2014-04-011-0/+5
| | | | | Fixes #8975 Ref gh-888
* Tests: Update to sane QUnit markupJörn Zaefferer2014-02-201-5/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-4/+4
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Button: Remove ui-state-focus class when becoming disabled. Fixes #9169 - ↵Scott González2013-04-111-0/+2
| | | | Button: Disabled button maintains ui-state-focus in IE & Firefox on Windows.
* Dev: stop loading *_tickets.js in the test suite.Mike Sherov2012-12-221-1/+0
|
* Button: Let change handler handle display and aria update. Fixed #5518 - ↵Fabrício Matté2012-11-261-0/+1
| | | | Button: Incorrect state after double click in Firefox
* Button tests: Whitespace.Scott González2012-11-201-6/+6
|
* Button tests: replace XHTML with HTML in button test suiteMike Sherov2012-11-191-3/+3
|
* Button: properly escape button names. Fixes #7505 - Button: Buttonset not ↵Mike Sherov2012-11-191-0/+7
| | | | applied to radio group with quotation/apostrophe in name.
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
|
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-231-1/+1
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-6/+11
|
* Tests: Cleanup.Scott González2011-08-031-46/+44
|
* 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
|
* 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
|
* 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
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-121-1/+2
|
* 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.
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-161-1/+1
|
* switched to jQuery 1.4.1Richard Worth2010-01-271-1/+1
|
* eol-style and mime-typeRichard Worth2010-01-201-56/+56
|
* switched to jQuery 1.4Richard Worth2010-01-201-1/+1
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-0/+56
menu; including menu static tests).