aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/compound
Commit message (Collapse)AuthorAgeFilesLines
* All: Remove usage of jQuery positional selectorsMichał Gołębiowski-Owczarek2020-01-221-1/+1
| | | | | | | | | | | | | | | | | 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-3010-107/+26
| | | | | | 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.
* Dialog: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
|
* Tests: Adding missing dependencyTJ VanToll2014-10-241-0/+1
|
* Build: Reorganize external directoryScott González2014-06-2410-10/+10
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* Resizable: Remove bad workaround for draggable+resizableJörn Zaefferer2014-04-161-0/+51
| | | | | | | | | | | | This adds a compound test page for draggable+resizable, which had no coverage before. Using that page shows that there is no way to reproduce the behaviour described in the original ticket that caused this workaround, since its not possible to resize an element beyond the window boundaries. Therefore removing the workaround, which is 6+ years old and has no test coverage, seems like the sanest approach. Fixes #6939 Closes gh-1210
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-059-9/+9
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-249-70/+70
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Selectmenu: Updating jQuery to 1.10.2.Felix Nagel2013-07-091-1/+1
|
* Merge branch 'master' into selectmenuFelix Nagel2013-07-098-8/+8
|\
| * Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-058-8/+8
| | | | | | | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory.
* | Selectmenu: Fix htmllint warningsJörn Zaefferer2013-06-051-2/+1
| |
* | Selectmenu Tests: add visual test selectmenu in tabs, removed old ↵Felix Nagel2013-05-011-0/+53
| | | | | | | | compatibility test
* | Dialog Tests: move dialog initialization to top in order to make stacking ↵Felix Nagel2013-04-301-1/+1
| | | | | | | | work for autocomplete and selectmenu
* | Tests: added Selectenu to Dialog Widgets compound testFelix Nagel2013-04-291-1/+11
|/
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-058-8/+8
|
* Updating to jQuery 1.9.0Kris Borchers2013-01-178-8/+8
|
* Upgrade jQuery to 1.8.3.Scott González2012-11-148-8/+8
|
* Upgrade jQuery to 1.8.2.Scott González2012-09-208-8/+8
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-138-8/+8
|
* Compound visual tests: Cleanup.Scott González2012-05-0810-685/+231
|
* Fix various issues in our html files, fourth batchJörn Zaefferer2012-04-234-24/+28
|
* Upgrade jQuery to 1.7.2.Scott González2012-03-229-9/+9
|
* Upgrade jQuery to 1.7.1.Scott González2011-11-229-9/+9
|
* Upgrade jQuery to 1.7.Scott González2011-11-099-9/+9
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-189-9/+9
|
* Upgrade jQuery to 1.6.2.Scott González2011-07-259-9/+9
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-029-9/+9
|
* Compound visual test: Added missing reference to autocomplete.Scott González2011-01-101-1/+2
|
* Fixed bad references to jQuery-1.4.4.jsjzaefferer2010-12-221-1/+1
|
* Merge remote branch 'origin/tooltip'jzaefferer2010-12-222-3/+43
|\ | | | | | | | | | | | | Conflicts: demos/autocomplete/combobox.html demos/index.html tests/unit/index.html
| * The accidental merge of tooltip into master was reverted in master, that ↵jzaefferer2010-04-082-3/+43
| | | | | | | | revert got merged back into tooltip; now reverting that revert to get the tooltip stuff back, should then make it easy to merge into master once tooltip is done
* | Merge remote branch 'origin/menu'jzaefferer2010-12-221-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/autocomplete/categories.html demos/autocomplete/combobox.html demos/autocomplete/custom-data.html demos/autocomplete/default.html demos/autocomplete/folding.html demos/autocomplete/multiple-remote.html demos/autocomplete/multiple.html demos/autocomplete/remote-jsonp.html demos/autocomplete/remote-with-cache.html demos/autocomplete/remote.html demos/autocomplete/xml.html demos/button/splitbutton.html demos/index.html tests/visual/menu/nested.html themes/base/jquery.ui.autocomplete.css ui/jquery.ui.autocomplete.js
| * | Menu: Extracted menu code from autocomplete, updated all dependenciesjzaefferer2010-04-211-1/+1
| |/
* | Upgraded jQuery to 1.4.4.Scott González2010-11-128-8/+8
| |
* | Upgraded jQuery to 1.4.3.Scott González2010-10-218-8/+8
| |
* | Dialog: Add positioning for content div. Fixes #4319 - Accordion overflow ↵Scott González2010-07-141-0/+202
|/ | | | breaks when displayed inside a dialog on Internet Explorer.
* crlf mess, round XIIIMDjzaefferer2010-04-011-225/+225
|
* Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui"jzaefferer2010-04-012-265/+225
| | | | | | | This reverts commit df31e22b9572ef105fc83e130041b1165023a4ac, reversing changes made to ab8d15521785e764a6bf47beee0cfd18929607d3. Need to revert this revert later on when actually merging the tooltip branch into master.
* Added tooltip to widgets_in_dialog compound testunknown2010-03-311-225/+228
|
* Added compound test for Tabs with Tooltipsjzaefferer2010-03-251-0/+37
|
* Widgets in Dialog compound visual test: Added more widgets and linked Slider ↵jzaefferer2010-03-201-10/+63
| | | | with Progressbar
* Compound visual dialog tests: Add some content to the page for better testingjzaefferer2010-03-202-0/+254
|
* added new compound test, still incompleteJörn Zaefferer2010-03-201-0/+44
|
* Added mouse, position, draggable and resizable dependenciesJörn Zaefferer2010-03-201-0/+4
|
* html pages: added HTML5 meta charset UTF-8 tag, changed DOCTYPE to uppercaseRichard Worth2010-03-126-6/+12
|
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-166-6/+6
|
* fixed #5163 - themes: css files need to be renamed to be consistent with js ↵Richard Worth2010-02-166-6/+6
| | | | file renames in 1.8a1
* switched to jQuery 1.4.1Richard Worth2010-01-276-6/+6
|
* switched to jQuery 1.4Richard Worth2010-01-206-6/+6
|