Commit Graph

585 Commits

Author SHA1 Message Date
Alexander Schmitz
ba37ca9ea5 Position: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:58 -04:00
Alexander Schmitz
5ee324dd72 Effects: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:57 -04:00
Alexander Schmitz
24f1ce9ea0 Tooltip: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:57 -04:00
Alexander Schmitz
3064793d5b Selectmenu: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:56 -04:00
Alexander Schmitz
ce949812b6 Draggable: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:56 -04:00
Alexander Schmitz
be0a176b1f Dialog: Remove core event/alias and deprecated module dependencies 2015-05-20 14:27:55 -04:00
TJ VanToll
65f4feb70b Tests: Add slider visual test to the index page 2015-04-05 11:46:50 -04:00
Ablay Keldibek
dff1c74dd4 Slider: Fix handle order when setting values of range slider to max
When both values are set to the maximum change them in descending order

Fixes #9046
Closes gh-1502
2015-03-18 10:49:01 -04:00
Alexander Schmitz
9d71547394 Tooltip: Add classes option
Ref #7053
Ref gh-1411
2015-03-11 16:05:33 -04:00
Mike Sherov
b6bec797d6 Effects: Rewrite
1. Introduces a set of helper methods to easily create and define new effects.
2. Uses clip animations and placeholders instead of wrappers for clip effects.
3. Ensures all animations are detectable as animated

Fixes #10599
Fixes #9477
Fixes #9257
Fixes #9066
Fixes #8867
Fixes #8671
Fixes #8505
Fixes #7885
Fixes #7041

Closes gh-1017
2014-12-10 16:58:38 -05:00
Lisa Seacat DeLuca
2500bb39c2 Theme: Carat should be named caret
Fixes #10683
Closes gh-1382
2014-11-03 13:40:58 -05:00
TJ VanToll
de2ef2a585 Menu: Wrap menu items in a <div>
This avoids styling issues where ui-state-focus rules apply to submenus.

Fixes #10162
Closes gh-1342
2014-10-25 10:10:30 -07:00
TJ VanToll
3002d460de Theme: Change default widget font-size to 1em
Fixes #10131
Closes gh-1374
2014-10-24 07:23:31 -07:00
TJ VanToll
42b896123c Tests: Removing unused visual theme test 2014-10-24 07:19:19 -07:00
TJ VanToll
ae577ae108 Tests: Adding missing dependency 2014-10-24 07:17:49 -07:00
Mike Sherov
d8a79a5e0e Effects tests: Add clip visual test
Closes gh-1338
2014-09-03 14:46:52 -04:00
Mike Sherov
7f82fffbe9 Effects Tests: Add shake visual test
Closes gh-1328
2014-09-02 19:24:48 -04:00
Mike Sherov
6c4367b45e Effects Tests: Fix and format scale visual test 2014-09-02 19:24:18 -04:00
Mike Sherov
e12e3e12b1 Mouse: Only detect out of document mouseups after a mousemove
This prevents the firing of mouseup in the case of IE<9, which will
fire a mousemove event if content is placed under the cursor on
mousedown.

Fixes #7778
2014-08-20 11:19:36 -04:00
Scott González
6df127a0b5 Build: Reorganize external directory
Put each external library into its own directory.
Move jquery.js to external.

Ref gh-1266
2014-06-24 22:45:32 -04:00
Jörn Zaefferer
b22280385c Menu: Use item.outerHeight() in _scrollIntoView
Fixes #9991
2014-05-06 15:06:56 +02:00
Jörn Zaefferer
3576ceb360 Resizable: Remove bad workaround for draggable+resizable
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
2014-04-16 18:47:15 +02:00
Jörn Zaefferer
a40647f0e5 All: Rename jquery.js to exclude version in filename 2014-03-05 10:19:11 +01:00
Jörn Zaefferer
1c278f97fc Selectmenu: Fix invalid empty options in visual test 2014-02-21 19:49:54 +01:00
Jörn Zaefferer
60a5f1a499 Selectmenu: Fix whitespace in visual test 2014-02-21 19:49:09 +01:00
Scott González
cf85f6726b Tests: Use .bind() instead of .on() 2014-02-11 11:54:55 -08:00
Rafael Xavier de Souza
21154cfa2e All: Rename all files, removing the "jquery.ui." prefix;
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271;

Fixes #9464
Closes gh-1029
2014-01-24 18:22:49 -02:00
Jörn Zaefferer
a343d83a42 Tests: Add link to visual test for selectmenu to index 2014-01-07 18:59:34 +01:00
Felix Nagel
1656cd2f34 Selectmenu Tests: add unit and visual tests for width option 2013-12-07 19:10:50 +01:00
Jörn Zaefferer
4992fc902e Menu: Add ui-front on submenus to address opacity messing up stacking order. Fixes #9650 - Menu: Disabled item visible through submenu on top 2013-12-03 17:03:01 +01:00
Jörn Zaefferer
9a5f20bc7d Merge branch 'master' into selectmenu 2013-11-25 14:29:30 +01:00
Jörn Zaefferer
4e758450f1 Tests: Cleanup visual theme test 2013-11-20 19:03:54 +01:00
Felix Nagel
f3e4b24485 Selectmenu: improve disabled item handling 2013-10-29 19:52:54 +01:00
Felix Nagel
e26e0df3af Merge branch 'master' into selectmenu 2013-10-10 00:08:49 +02:00
Kris Borchers
31e705ab32 Menu: Add items option for better definition of menu items in non parent-child structures 2013-10-05 21:52:31 -05:00
Kris Borchers
fba5c6f94a Menu tests: Remove anchors from visual test 2013-10-05 21:52:31 -05:00
Jörn Zaefferer
e263ebda99 Dialog: Switch back to shuffling z-index, but only look at .ui-front siblings.
Fixes #9166 - Dialog: moveToTop implementation resets flash/video/iframe/scroll
Fixes #9364 - Dialog: Click of element with tooltip scrolls the dialog to the top
2013-10-02 17:02:28 +02:00
Felix Nagel
2290e30891 Selectmenu: Updating jQuery to 1.10.2. 2013-07-09 23:00:22 +02:00
Felix Nagel
05832d6b6a Merge branch 'master' into selectmenu 2013-07-09 22:55:35 +02:00
Bruno M. Custódio
0d5eaab9bb Updating jQuery to 1.10.2.
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.
2013-07-05 08:42:37 -04:00
Jörn Zaefferer
ab72fd1666 Selectmenu: Fix htmllint warnings 2013-06-05 15:22:03 +02:00
Felix Nagel
33317c9372 Selectmenu tests: combine visual tests to one 2013-05-30 22:07:52 +02:00
Felix Nagel
5e06985fb4 Selectmenu Tests: add visual test selectmenu in tabs, removed old compatibility test 2013-05-01 00:07:09 +02:00
Felix Nagel
7715c71a9f Dialog Tests: move dialog initialization to top in order to make stacking work for autocomplete and selectmenu 2013-04-30 20:26:23 +02:00
Felix Nagel
f96ee5e048 Tests: added Selectenu to Dialog Widgets compound test 2013-04-29 23:38:50 +02:00
Felix Nagel
ad30163f1c Selectmenu Tests: added labels to disabled empty visual test 2013-04-29 21:34:10 +02:00
Felix Nagel
c1667ba01d Selectmenu Tests: change doctype to lower case 2013-04-29 21:13:33 +02:00
Felix Nagel
78f9362882 Selectmenu: Updating jQuery to 1.9.1. 2013-02-09 03:31:43 +01:00
Felix Nagel
a7b4f29cea Merge branch 'master' into selectmenu 2013-02-09 03:29:10 +01:00
Felix Nagel
110cab160e Selectmenu tests: remove toggle event as its removed 2013-02-09 03:25:47 +01:00