Rafael Xavier de Souza
f0b4967388
Datepicker: Remove unnecessary mouseover trigger
...
Fixes #5816
Closes gh-974
2014-05-02 17:29:20 +02:00
Jörn Zaefferer
516920ac71
Build: Migrate to jquery-release
...
Fixes #9793
2014-04-24 21:04:12 +02:00
Jörn Zaefferer
b41b92213a
Dialog demo: Update modal form demo
...
- Removes an invalid jquery.ui.button.js reference (button.js is loaded)
- Updates the email regex to use the one from the HTML5 spec
- Refactors the code to add the user on both button click and form submit
- Reset the form to its original state on submit
- Initialize the form with values that can be submitted immediately, better
for a demo
- Rename bValid to valid
2014-04-24 21:03:34 +02:00
Jörn Zaefferer
28093e6896
Dialog demo: Move animated dialog demo to the end of the index
...
This demo looks rather silly and has no purpose beyond showing of the
animation options. It doesn't do that very well.
2014-04-24 21:03:34 +02:00
Jörn Zaefferer
2d633cb782
Dialog demo: Remove regular modal demo, the other modal demos are better
2014-04-24 21:03:34 +02:00
Jörn Zaefferer
905c5dbf19
Demos: Delete useless interactions demos
...
All three delay-start demos use by examples for distance and delay while
the default works fine.
The connected-through tabs demo is just ridiculous.
2014-04-24 20:11:07 +02:00
Jörn Zaefferer
22de101e40
Progressbar demo: Speed up the progress a bit to make them less annoying
2014-04-24 19:52:47 +02:00
Jörn Zaefferer
7d0ca5e37d
Button demo: Replace anchors with more appropriate buttons
2014-04-24 19:39:08 +02:00
Scott González
e5008c2de1
Build: Add Felix Nagel as a maintainer
2014-04-24 10:04:31 -04:00
TJ VanToll
a2af75e5ef
Resizable demo: Trivial grammatical fix
2014-04-24 09:23:12 -04:00
Scott González
23ea063b3c
Selectmenu: Work around test bug in IE
2014-04-24 08:38:09 -04:00
Jörn Zaefferer
004d768f3c
Widget demo: Replace 'go black' with 'go screen' to keep text readable
2014-04-24 14:04:03 +02:00
Jörn Zaefferer
67f564014a
Tooltip demo: Add a menu to the playlist button
2014-04-24 14:02:09 +02:00
Jörn Zaefferer
eefeaf0581
Tooltip demo: We have no plans for interactive tooltips
2014-04-24 13:53:49 +02:00
Jörn Zaefferer
e12ffb65d5
Tooltip demo: Mention the option used in the track demo
2014-04-24 13:50:24 +02:00
Jörn Zaefferer
1fa0c97586
Tooltip demo: Position tooltips next to inputs instead of over inputs
2014-04-24 13:48:15 +02:00
Jörn Zaefferer
a332256753
Tabs demo: Improve manipulation by providing default values for new tab
2014-04-24 13:44:55 +02:00
Jörn Zaefferer
ff253e7372
Spinner demo: Reorder input and select to be consistent with other demos
2014-04-24 13:40:02 +02:00
Jörn Zaefferer
101513d651
Sortable demo: Allow dropping to empty list and improve general styling
2014-04-24 13:31:59 +02:00
Jörn Zaefferer
6fb72fd820
Slider demo: Make read only inputs readonly
2014-04-24 13:23:47 +02:00
Jörn Zaefferer
b6da520097
Resizable demo: Fix description text, replacing the copy-pasta
2014-04-24 12:57:52 +02:00
Jörn Zaefferer
16f421fd50
Position demo: Address todo comment by replacing plugin methods
2014-04-24 12:15:51 +02:00
Jörn Zaefferer
62c9a9c3ec
Effect demo: Change anchor to button element
2014-04-24 10:44:09 +02:00
Jörn Zaefferer
c0d864d797
Button demo: Remove unnecessary anchors from popp menu
2014-04-23 20:22:34 +02:00
Jörn Zaefferer
192f51c9a2
Spinner tests: Remove mousewheel plugin
...
The plugin isn't needed nor used in the unit tests, which just trigger the
appropriate events. This works around the failure in Firefox 27/28 that we'll
try to track down separately.
Ref #9988
2014-04-23 20:02:52 +02:00
Jörn Zaefferer
a09462fd5c
Autocomplete demo: Datasource needs min. 3 characters
2014-04-23 19:56:48 +02:00
Scott González
c879f62f7b
Accordion demo: Refresh accordion after sorting
2014-04-23 13:50:49 -04:00
Scott González
69a3d94a06
Selectmenu: Test cleanup
2014-04-22 18:24:04 -04:00
Scott González
bdb0f7a4cb
Selectmenu: Test cleanup
2014-04-22 12:57:05 -04:00
Scott González
56f6f92314
Selectmenu: Test cleanup
2014-04-22 12:19:12 -04:00
Scott González
d8062dc4cf
Selectmenu: Test cleanup
2014-04-21 20:15:36 -04:00
Scott González
fd7e1e3040
Selectmenu: Default disabled option to null
2014-04-21 10:32:49 -04:00
Scott González
8b2606a650
Selectmenu: Fix reference to jQuery in tests
2014-04-21 10:11:55 -04:00
Scott González
5f11f55f61
Button: Whitespace
2014-04-21 09:15:23 -04:00
Daniel DeGroff
23d7d50f37
Button: Remove ui-state-active
when disabling buttons
...
Fixes #9602
Closes gh-1151
2014-04-21 09:14:54 -04:00
Scott González
712ac17fc7
Selectmenu: Remove unused var
2014-04-18 12:46:41 -04:00
Scott González
62812d9c67
Selectmenu: Simplify selection of focused item via keyboard
...
Don't go through menu to select the currently focused item.
Renamed _selectMenu() to _selectFocusedItem() for clarity.
Closes gh-1224
2014-04-18 12:37:06 -04:00
Scott González
1272fca9ef
Selectmenu: Don't use active items at all
...
Menus only use active items for nested menus which selectmenu doesn't support.
Selectmenu should only be working with focused items.
Ref gh-1224
2014-04-18 12:37:06 -04:00
Scott González
1849655980
Selectmenu: Cleanup
...
Ref gh-1224
2014-04-18 12:36:45 -04:00
Scott González
0f272ee37a
Build: Update version from pre to -pre
...
Ref jquery/jquery-release#61
2014-04-17 15:08:34 -04: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
919d9185f2
External: Update mousewheel plugin, copy only main file
2014-04-14 18:08:18 +02:00
TJ VanToll
a69ccd68e4
Build: Include draggable.css and sortable.css in the CSS concat step
2014-04-14 09:45:34 -04:00
Scott González
9d78023e35
Selectemnu: Demo cleanup
2014-04-08 14:57:43 -04:00
Scott González
baf6bc5c27
Position: Don't create $.support.offsetFractions
2014-04-03 10:54:52 -04:00
Scott González
d24cd35f0c
Core: Don't create $.support.selectstart
2014-04-03 10:52:30 -04:00
Scott González
0059722b6b
Button: Properly refresh button sets with new radio buttons
...
Fixes #8975
Ref gh-888
2014-04-01 14:42:38 -04:00
Scott González
f3ffc8c9a9
Datepicker: Fix date format for Ukranian locale
...
Fixes #9939
2014-03-31 15:29:56 -04:00
TJ VanToll
966f80dac5
Spinner: Minor typo in stepUp()'s tests
2014-03-30 11:51:31 -04:00
Jörn Zaefferer
9fad37d3b6
Build: Fix testswarm task, use API correctly
2014-03-12 11:03:51 +01:00