aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/position/position.html
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Use demo bootstrap for visual testsJörn Zaefferer2015-09-301-9/+2
| | | | | | 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.
* Position: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-3/+3
|
* 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
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-5/+5
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-1/+1
| | | | | 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.
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-051-1/+1
|
* Updating to jQuery 1.9.0Kris Borchers2013-01-171-1/+1
|
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
|
* 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
|
* Don't use :input selector.Scott González2012-05-211-1/+1
|
* Position visual tests: Cleanup.Scott González2012-05-201-176/+118
|
* Position: Cleanup visual tests, keep general and feedbackJörn Zaefferer2012-05-181-78/+188
|
* Position: Improve feedback API by giving the center/middle position more ↵Jörn Zaefferer2012-04-121-4/+4
| | | | weight. Also removed themeswitcher from test pages, now load faster
* Position: Use a separate object and argument for the feedback information, ↵Jörn Zaefferer2012-04-101-4/+4
| | | | keeping position props as they were
* Position: First draft for a new notification API, via using callback, ↵Jörn Zaefferer2012-04-101-4/+12
| | | | telling you were the of-element is, not just when something flipped. New test page demonstrates usage
* Position: Extend main visual test page with simple 'arrow' callouts, as a ↵Jörn Zaefferer2012-04-031-2/+18
| | | | starting pointing for a better collision notification API
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
|
* 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
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
|
* Merge branch 'master' into core-1.6.1Scott González2011-07-251-1/+1
|\ | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js
| * Update core visual test to allow testing while the window is scrolled.David Murdoch2011-05-131-1/+1
| |
* | 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
|
* 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-121-1/+1
| |
* | Upgraded jQuery to 1.4.3.Scott González2010-10-211-1/+1
| |
* | Improving visual testcase for position. Partial fix for #5284 - Position: ↵jzaefferer2010-07-301-15/+17
|/ | | | Smarter collision detection
* Cleaning up visual tests jzaefferer2010-03-211-0/+65
Fixes #5395 - Visual Tests Cleanup