aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Position: Avoid reading overflow css on documentsThomas Meyer2014-01-151-1/+8
| | | | | Fixes #9533 Closes gh-1072
* Resizable: Only resize/reposition if size is greater than specified gridKris Borchers2014-01-151-0/+23
| | | | | Fixes #9611 Closes gh-1132
* Sortable: CleanupAndrei Picus2014-01-151-2/+2
| | | | | Closes gh-1168 Closes gh-1169
* Autocomplete: Announce autocomplete correctly in all ATs.Dylan Barrell2014-01-141-11/+47
| | | | | Fixes #9631 Closes gh-1153
* Tooltip: Preserve the title after disabling twiceMichael Wiencek2014-01-091-1/+7
| | | | | Fixes #9719 Closes gh-1154
* Tests: Fix grammar error in commentAndrei Picus2014-01-081-1/+1
| | | | | | Changed it's to its. Closes gh-1164
* Tests: Add link to visual test for selectmenu to indexJörn Zaefferer2014-01-071-0/+5
|
* Tooltip: Lowercase test html for IE7/8 compatJörn Zaefferer2014-01-061-1/+1
|
* Tooltip: On close and destroy only set title if empty or undefinedDaniel DeGroff2014-01-061-0/+35
| | | | | | | | | | | | | | | | | | | Ticket #8925 states that changes to the title attribute while the tooltip is open are lost on tooltip close. In the close and destroy functions, the title attribute is always written if a value was stored in the element on open. It is possible the attribute has changed and restoring the initial value may overwrite the current value. If the value is empty or undefined as set in open, do not set the title attribute. This fix has the limitation that if the user removed the title attribute or set the value to an empty string the original title value would be restored on close and destroy. Fixes #8925
* Tooltip: Improve accessibility by adding content to an aria-live divDylan Barrell2013-12-192-7/+30
| | | | | Fixes #9610 Closes gh-1118
* Selectmenu Tests: add unit tests for empty optionsFelix Nagel2013-12-181-0/+32
|
* Resizable: containment plugin restricts resizing within containerJyoti Deka2013-12-151-0/+31
| | | | | Fixes #7018 Fixes #9107 Closes gh-1122
* Resizable: containment now works with non - immediate childrenJyoti Deka2013-12-152-1/+36
| | | | Fixes #7485 Closes gh-1130
* Draggable: Test fix regarding static scrollingDave Stein2013-12-151-1/+2
| | | | | | | No longer checking scroll positions of static scrolls since the fixture is in an absolute container. Closes gh-1145
* Draggable Unit Tests: Ensure IFRAMEs can be written toMike Sherov2013-12-141-5/+9
| | | | Draggable tests were failing in IE because the frame needs to be written to to be accessible to further DOM manipulation.
* Resizable: modified to allow resizing when resizables are nested.Jyoti Deka2013-12-141-0/+33
| | | | | Fixes #5025 Closes gh-1149
* Selectmenu Tests: add unit and visual tests for width optionFelix Nagel2013-12-072-1/+92
|
* Menu: Remove click binding that was supposed to prevent default on anchor ↵Jörn Zaefferer2013-12-031-21/+0
| | | | clicks on a disabled menu. Not relevant anymore since we removed the anchors. Partial fix for #8802 - Dev: Track down uses of .bind() inside widgets
* Datepicker test: Ignore flaky test in IE in TestSwarm.Scott González2013-12-031-113/+123
|
* Datepicker test: Attempt to work around an intermittent issue in IE when run ↵Scott González2013-12-031-1/+5
| | | | through TestSwarm.
* Datepicker test: Attempt to work around an issue in IE9 in TestSwarm.Scott González2013-12-031-2/+2
|
* 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
* Menu tests: Fix line height issue in IE7Scott González2013-12-031-0/+4
|
* Draggable: normalize lookups for rootNodes when to bust scroll cache. Fixes ↵Mike Sherov2013-12-033-4/+49
| | | | | #9379 - Draggable: position bug in scrollable div Core: update scrollParent() to support all current supported browsers.
* Merge branch 'selectmenu'TJ VanToll2013-11-2710-1/+1054
|\
| * Merge branch 'master' into selectmenuJörn Zaefferer2013-11-257-532/+580
| |\
| * \ Merge branch 'master' into selectmenuJörn Zaefferer2013-11-166-27/+51
| |\ \
| * \ \ Merge branch 'master' into selectmenuFelix Nagel2013-11-138-359/+183
| |\ \ \
| * | | | Selectmenu: close menu on other element mousedown not on clickFelix Nagel2013-10-291-1/+1
| | | | |
| * | | | Selectmenu: improve disabled item handlingFelix Nagel2013-10-291-1/+1
| | | | |
| * | | | Selectmenu Tests: remove widthMenu option and rename widthButton option to widthFelix Nagel2013-10-241-2/+1
| | | | |
| * | | | Merge branch 'master' into selectmenuFelix Nagel2013-10-2111-222/+298
| |\ \ \ \
| * | | | | Selectmenu: Remove links in menu itemsFelix Nagel2013-10-102-12/+12
| | | | | |
| * | | | | Merge branch 'master' into selectmenuFelix Nagel2013-10-1014-368/+512
| |\ \ \ \ \
| * | | | | | Selectmenu Tests: add width options to common testFelix Nagel2013-09-291-0/+2
| | | | | | |
| * | | | | | Merge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenuFelix Nagel2013-09-252-1/+44
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into selectmenuScott González2013-09-162-1/+44
| | |\ \ \ \ \ \
| * | | | | | | | Selectmenu Tests: check CSS class on menu itemsFelix Nagel2013-09-041-18/+28
| |/ / / / / / /
| * | | | | | | Merge branch 'master' into selectmenuFelix Nagel2013-08-315-3/+28
| |\ \ \ \ \ \ \
| * | | | | | | | Selectmenu Tests: check if button text is updated when selected option is addedFelix Nagel2013-08-311-2/+6
| | | | | | | | |
| * | | | | | | | Selectmenu tests: lint fixFelix Nagel2013-08-131-1/+1
| | | | | | | | |
| * | | | | | | | Merge branch 'master' into selectmenuKris Borchers2013-08-113-10/+26
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Selectmenu tests: check item focusFelix Nagel2013-08-031-0/+37
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into selectmenuFelix Nagel2013-07-263-16/+37
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Selectmenu: Updating jQuery to 1.10.2.Felix Nagel2013-07-092-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into selectmenuFelix Nagel2013-07-0959-51/+64722
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Selectmenu Tests: fix lint issuesFelix Nagel2013-07-011-2/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Selectmenu Tests: add item looping testsFelix Nagel2013-07-011-0/+28
| | | | | | | | | | | |
| * | | | | | | | | | | Selectmenu Tests: use trigger instead of simulate for click events in order ↵Felix Nagel2013-07-012-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to make tests work in IE/ and IE8
| * | | | | | | | | | | Merge branch 'master' into selectmenuFelix Nagel2013-06-246-15/+59
| |\ \ \ \ \ \ \ \ \ \ \