aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/selectmenu
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-302-151/+98
|
* Selectmenu Tests: add visual test selectmenu in tabs, removed old ↵Felix Nagel2013-05-011-182/+0
| | | | compatibility test
* Selectmenu Tests: added labels to disabled empty visual testFelix Nagel2013-04-291-10/+15
|
* Selectmenu Tests: change doctype to lower caseFelix Nagel2013-04-293-3/+3
|
* Selectmenu: Updating jQuery to 1.9.1.Felix Nagel2013-02-093-3/+3
|
* Selectmenu tests: remove toggle event as its removedFelix Nagel2013-02-091-14/+27
|
* Selectmenu: Updating to jQuery 1.9.0Felix Nagel2013-01-183-3/+3
|
* Selectmenu tests: remove option dropdownFelix Nagel2012-12-201-6/+2
|
* Selectmenu tests: improve compatibility visual test in order to work with ↵Felix Nagel2012-12-151-2/+2
| | | | ui-front
* Selectmenu tests: fixed headlines in disable / empty visual testFelix Nagel2012-12-151-2/+2
|
* Selectmenu tests: improve and merge visual testsFelix Nagel2012-12-135-263/+183
|
* Selectmenu tests: add button widget js file to fix compatibility testFelix Nagel2012-11-291-0/+1
|
* Selectmenu tests: remove themeswitcher as its no longer availableFelix Nagel2012-11-291-9/+0
|
* Selectmenu tests: Upgrade jQuery to 1.8.3Felix Nagel2012-11-235-5/+5
|
* Selectmenu tests: lint fixesFelix Nagel2012-11-132-7/+7
|
* Selectmenu: Upgrade jQuery to 1.8.2.Felix Nagel2012-10-035-5/+5
|
* Selectmenu tests: Upgrade visual tests to jQuery to 1.8.0.Felix Nagel2012-09-045-5/+5
|
* Selectmenu: added complex menu demo to compatibility visual testFelix Nagel2012-07-131-0/+62
|
* Selectmenu: trim trailing spacesFelix Nagel2012-05-162-3/+3
|
* Selectmenu: Upgrade tests to jQuery 1.7.2Felix Nagel2012-05-165-5/+5
|
* Selectmenu: added empty.html visual test, small improvements in html filesFelix Nagel2012-02-262-0/+74
|
* Selectmenu: fix for IEs item hover problem, overflow CSS properties now includedFelix Nagel2012-02-262-2/+2
|
* Selectmenu: small typo in visual testFelix Nagel2012-02-261-2/+1
|
* Selectmenu: removed Button widget dependencyFelix Nagel2012-02-234-4/+0
|
* Selectmenu: merge themeswitcher with compatibility visual testFelix Nagel2012-02-222-105/+8
|
* Selectmenu: Introduce menuWidget method, to get access to the menu element. ↵Jörn Zaefferer2012-02-211-3/+2
| | | | Fix various tests and simplify demos accordingly. Add comment about optgroup-click-handling.
* Selectmenu: removed space from file nameFelix Nagel2012-01-251-0/+0
|
* Selectmenu: add refresh method to visual testFelix Nagel2012-01-201-1/+7
|
* Selectmenu: removed option valueFelix Nagel2012-01-122-65/+10
|
* Selectmenu: added visual test for themeswitcherFelix Nagel2011-12-011-0/+104
|
* Selectmenu: improved visual tests (title and merging widget compatibility tests)Felix Nagel2011-12-016-172/+59
|
* Upgrade jQuery to 1.7.1.Jörn Zaefferer2011-11-247-37/+37
|
* Selectmenu: fixed jQuery versionFelix Nagel2011-11-217-7/+7
|
* Selectmenu: added visual tests for testing compatibility with other widgetsFelix Nagel2011-11-023-0/+234
|
* Selectmenu: added open and close method demoFelix Nagel2011-10-171-0/+12
|