Commit Graph

6417 Commits

Author SHA1 Message Date
TJ VanToll
48001a8c46 Autocomplete: Search if the user retypes the same value
Fixes #7434
Closes gh-1238
2014-05-12 13:37:13 -04:00
Jörn Zaefferer
5bbf276205 Build: Validate number of generated manifests
Closes gh-1241
2014-05-09 18:07:20 +02:00
Jörn Zaefferer
0645ac45ed Build: Replace @VERSION in release tags
Fixes #10006
Closes gh-1239
2014-05-08 20:27:36 +02:00
Scott González
d1a6aedb90 CONTRIBUTING: Fix typo 2014-05-07 13:34:21 -04:00
Scott González
8029a9763c All: Fix typos
Closes gh-1237
2014-05-07 12:28:34 -04:00
Scott González
079279afd4 Build: Generate pre-releases the same way as stable releases
Fixes #9998
2014-05-06 10:01:18 -04:00
Jörn Zaefferer
b22280385c Menu: Use item.outerHeight() in _scrollIntoView
Fixes #9991
2014-05-06 15:06:56 +02:00
Scott González
719150e92c Tooltip: Don't use rgba() for solid colors in video player demo
Fixes a display issue in IE8.
2014-05-06 08:37:05 -04:00
Felix Nagel
8e9626393e Selectmenu: Add new production selection demo
Closes gh-1230
2014-05-05 21:47:19 +02:00
TJ VanToll
dfb8db2f09 Tooltip demo: Reword dialog description for clarity
Closes gh-1233
2014-05-05 21:41:11 +02:00
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