aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/selectmenu/selectmenu.html
Commit message (Collapse)AuthorAgeFilesLines
* Build: Update to the latest version of Grunt & many other packagesMicah Miller2020-10-141-1/+1
| | | | | | | | JSHint, JSCS & QUnit-related packages are not updated as they need more code adjustments. Fixes #15112 Closes gh-1882
* All: Remove usage of jQuery positional selectorsMichał Gołębiowski-Owczarek2020-01-221-4/+4
| | | | | | | | | | | | | | | | | jQuery positional selectors () have been deprecated in [jQuery 3.4.0](https://blog.jquery.com/2019/04/10/jquery-3-4-0-released/) and they'll be removed in jQuery 4.0.0. This PR removes their usage. Most of the changes were possible without changing public API. However, dropping `:even` usage required a change to the [`header` option](https://api.jqueryui.com/accordion/#option-header) of the accordion widget. I made it an optional function; this will need to be documented. The polyfill for `.even()` & `.odd()` is added for jQuery <3.5.0. There was no usage of the :odd selector in the code but the `.odd()` method is also polyfilled for completeness. Closes gh-1904
* Tests: Use demo bootstrap for visual testsJörn Zaefferer2015-09-301-19/+12
| | | | | | Adds a data-composite option and fixes paths for effects. Otherwise just applies the same conversion as already applied to demos, sometimes moving a <style> element to the right place.
* Selectmenu: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-9/+9
|
* Theme: Change default widget font-size to 1emTJ VanToll2014-10-241-1/+0
| | | | | Fixes #10131 Closes gh-1374
* Build: Reorganize external directoryScott González2014-06-241-1/+1
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-051-1/+1
|
* Selectmenu: Fix invalid empty options in visual testJörn Zaefferer2014-02-211-3/+3
|
* Selectmenu: Fix whitespace in visual testJörn Zaefferer2014-02-211-8/+8
|
* Tests: Use .bind() instead of .on()Scott González2014-02-111-3/+3
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-6/+6
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Selectmenu Tests: add unit and visual tests for width optionFelix Nagel2013-12-071-1/+53
|
* Selectmenu: improve disabled item handlingFelix Nagel2013-10-291-1/+1
|
* Selectmenu: Updating jQuery to 1.10.2.Felix Nagel2013-07-091-1/+1
|
* Selectmenu: Fix htmllint warningsJörn Zaefferer2013-06-051-1/+1
|
* Selectmenu tests: combine visual tests to oneFelix Nagel2013-05-301-0/+248