aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual
Commit message (Collapse)AuthorAgeFilesLines
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-0528-28/+28
|
* 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-112-4/+4
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-2428-212/+212
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Tests: Add link to visual test for selectmenu to indexJörn Zaefferer2014-01-071-0/+5
|
* Selectmenu Tests: add unit and visual tests for width optionFelix Nagel2013-12-071-1/+53
|
* Menu: Add ui-front on submenus to address opacity messing up stacking order. ↵Jörn Zaefferer2013-12-031-2/+11
| | | | Fixes #9650 - Menu: Disabled item visible through submenu on top
* Merge branch 'master' into selectmenuJörn Zaefferer2013-11-251-522/+515
|\
| * Tests: Cleanup visual theme testJörn Zaefferer2013-11-201-522/+515
| |
* | Selectmenu: improve disabled item handlingFelix Nagel2013-10-291-1/+1
| |
* | Merge branch 'master' into selectmenuFelix Nagel2013-10-103-170/+217
|\|
| * Menu: Add items option for better definition of menu items in non ↵Kris Borchers2013-10-051-2/+7
| | | | | | | | parent-child structures
| * Menu tests: Remove anchors from visual testKris Borchers2013-10-051-168/+144
| |
| * Dialog: Switch back to shuffling z-index, but only look at .ui-front siblings.Jörn Zaefferer2013-10-022-0/+66
| | | | | | | | | | Fixes #9166 - Dialog: moveToTop implementation resets flash/video/iframe/scroll Fixes #9364 - Dialog: Click of element with tooltip scrolls the dialog to the top
* | Selectmenu: Updating jQuery to 1.10.2.Felix Nagel2013-07-092-2/+2
| |
* | Merge branch 'master' into selectmenuFelix Nagel2013-07-0925-25/+25
|\|
| * Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-0525-25/+25
| | | | | | | | | | 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-052-3/+2
| |
* | 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-012-182/+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
| |
* | 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
| |
* | Merge branch 'master' into selectmenuFelix Nagel2013-02-0925-25/+25
|\|
| * Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-0525-25/+25
| |
* | 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
| |
* | Merge branch 'master' into selectmenuFelix Nagel2013-01-1825-28/+28
|\|
| * Updating to jQuery 1.9.0Kris Borchers2013-01-1725-28/+28
| |
* | 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
| |
* | Merge branch 'master' into selectmenuFelix Nagel2012-12-121-1/+6
|\|
| * Dialog: Restrict title to a single line. Fixes #7773 - Dialog: If titlebar ↵Jörn Zaefferer2012-12-031-1/+6
| | | | | | | | changes height during resize, button pane positioning changes.
* | 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
| |
* | Merge branch 'master' into selectmenuFelix Nagel2012-11-284-5/+34
|\|
| * Dialog: Update position when size is changed. Fixes #8789 - Dialog does not ↵Kris Borchers2012-11-261-2/+1
| | | | | | | | close for first click on chrome.
| * Dialog: Extend autofocus, starting with [autofocus], then :tabbable content, ↵Jörn Zaefferer2012-11-261-1/+1
| | | | | | | | then buttonpane, then close button, then dialog. Fixes #4731 - Dialog: Add option to set which element gains focus on open
| * Dialog: Extend visual test to verify DOM position restore on destroy; ↵Jörn Zaefferer2012-11-261-2/+9
| | | | | | | | overhaul unit test for destroy method.
| * Dialog: Pass through icons and showText (as 'text') options to button. Fixes ↵Jörn Zaefferer2012-11-261-1/+12
| | | | | | | | #6830 - Allow Icons to be specified for Dialog buttons.
| * Dialog: Extract button pane creation into _createButtonPaneJörn Zaefferer2012-11-261-1/+9
| |
| * Dialog: Use button widget for close button (was already listed as dependency)Jörn Zaefferer2012-11-264-0/+4
| |
* | Selectmenu tests: Upgrade jQuery to 1.8.3Felix Nagel2012-11-235-5/+5
| |
* | Merge branch 'master' into selectmenuJörn Zaefferer2012-11-1525-25/+25
|\|
| * Upgrade jQuery to 1.8.3.Scott González2012-11-1425-25/+25
| |