Maciej Mroziński
|
b4ef2f7ebb
|
Datepicker: Modified _updateDatepicker to not update display if updated instance is not current instance. Fixed #6814 - datepicker('setDate') incorrectly overwrites current display with two datepickers.
|
2012-07-17 16:08:31 -04:00 |
|
Scott González
|
75105f612c
|
Slider tests: Fixed style checks for orientation test.
|
2012-07-17 15:05:05 -04:00 |
|
Scott González
|
174df61a6e
|
Slider tests: Minor cleanup: added expect() calls, fixed left-over slider that was appended to body.
|
2012-07-17 15:04:16 -04:00 |
|
Scott González
|
f7b32d9a8f
|
Menu tests: Removed test for key handling when the element doens't have focus (illogical test).
|
2012-07-17 14:08:16 -04:00 |
|
Scott González
|
8d4036cf90
|
Merge branch 'manifest'
|
2012-07-16 15:29:31 -04:00 |
|
Scott González
|
99c4dde130
|
Manifests: Update URLs for core files.
|
2012-07-16 15:29:13 -04:00 |
|
Scott González
|
c484bc093b
|
Manifest: Move transfer effect to core.json since it's not like other effects (no show/hide).
|
2012-07-16 15:14:42 -04:00 |
|
Scott González
|
b37fec9a24
|
Merge branch 'manifest' of github.com:jquery/jquery-ui into manifest
Conflicts:
build/widget.json
|
2012-07-16 13:26:40 -04:00 |
|
Jörn Zaefferer
|
328cccdd17
|
Manifest: Give interactions their own category
|
2012-07-16 18:47:43 +02:00 |
|
Baoju Yuan
|
dcea4f043a
|
Sortable: Reset fromOutside property when canceling helper removal. Fixes #8430 - draggable with sortable makes sortable event receive triggered wrong.
|
2012-07-16 10:26:02 -04:00 |
|
TJ VanToll
|
0a1cd9501c
|
Spinner: Trivial spelling fix in demo.
|
2012-07-16 09:50:23 -04:00 |
|
Scott González
|
58a199370e
|
Manifest: Move interactions to their own file.
|
2012-07-16 08:53:34 -04:00 |
|
Scott González
|
ac44afe4e8
|
Manifest: Use existing data structure to infer categorization.
|
2012-07-16 08:50:00 -04:00 |
|
Scott González
|
2e385a71e1
|
Manifests: Fixed typo.
|
2012-07-16 08:37:53 -04:00 |
|
Jörn Zaefferer
|
cd82b335a8
|
Manifest: Add category field
|
2012-07-16 14:08:10 +02:00 |
|
Scott González
|
b073cda1a5
|
Dialog tests: Fixed calls to $.contains() that were passing jQuery objects instead of elements.
|
2012-07-13 15:52:32 -04:00 |
|
kborchers
|
5eb1aeec4e
|
Menu: Remove unnecessary click delay and change focus delay for AT to the default delay
|
2012-07-13 13:36:00 -05:00 |
|
kborchers
|
be0be892d3
|
Menu: Fix issue with missing active item when clicking a menu item more than once
|
2012-07-12 23:01:13 -05:00 |
|
kborchers
|
b8ad711dee
|
Menu: Add a flag and remove previous attempt to prevent select events from being fired by click events bubbling up through nested menus
|
2012-07-12 22:45:56 -05:00 |
|
Jörn Zaefferer
|
e054e28836
|
Spinner: Introduce icons option to make button icons customizable, mostly for consistency
|
2012-07-12 18:07:40 +02:00 |
|
Jörn Zaefferer
|
7759fb4dba
|
Menu: Rename icon option to icons.submenu
|
2012-07-12 17:50:34 +02:00 |
|
Jörn Zaefferer
|
1510f7e28a
|
Update externals to latest mousewheel plugin, drop the version from the fielname while at it
|
2012-07-12 17:34:55 +02:00 |
|
Karl Swedberg
|
44dda079c0
|
Update descriptions of UI components in manifest files.
|
2012-07-11 08:59:03 -04:00 |
|
Jörn Zaefferer
|
0a4c334430
|
Update to QUnit 1.9.0 and use new urlConfig for custom checkboxes
|
2012-07-11 14:44:23 +02:00 |
|
Scott González
|
b2b54790b2
|
Menu tests: Added TODOs for missing method tests.
|
2012-07-10 15:23:04 -04:00 |
|
Scott González
|
70c5cce84e
|
Menu tests: Proper detection for absence of ui-state-disabled class.
|
2012-07-10 14:01:23 -04:00 |
|
Scott González
|
51c0878c41
|
Menu tests: More complete role option tests.
|
2012-07-10 13:58:20 -04:00 |
|
Scott González
|
566c5f4058
|
Menu: Alphabetize options.
|
2012-07-10 12:07:00 -04:00 |
|
Scott González
|
dc689139ea
|
Menu: Remove ability to pass a function as the position option.
|
2012-07-10 11:52:09 -04:00 |
|
Scott González
|
3a7c1bc07a
|
Effects: Work around jQuery 1.6.2 returning undefined for falsy values in .data().
|
2012-07-10 09:00:26 -04:00 |
|
Scott González
|
2ed34e4f1f
|
Menu: Cleanup from 019dcc26e3 .
|
2012-07-10 08:36:39 -04:00 |
|
kborchers
|
db3fabedb4
|
Menu: Expose the submenu indicator icon as an icon option
|
2012-07-10 00:14:54 -05:00 |
|
kborchers
|
1a22a675d8
|
Menu: Remove unnecessary returns from expand and collapse
|
2012-07-10 00:14:54 -05:00 |
|
kborchers
|
22d078aac6
|
Menu: Move regular expression creation outside of the loops
|
2012-07-10 00:14:54 -05:00 |
|
kborchers
|
019dcc26e3
|
Menu: Remove incorrect scroll check behavior from focus event handler
|
2012-07-10 00:14:53 -05:00 |
|
Scott González
|
a79d09a905
|
Widget: Create lowercase pseudo selectors. Fixes #8433 - Widget: Create lowercase pseudo selectors.
|
2012-07-09 16:02:43 -04:00 |
|
Scott González
|
0fc3afb2a1
|
Tests: Add jQuery 1.6.2 to testswarm-multi-jquery grunt task.
|
2012-07-09 12:57:28 -04:00 |
|
Scott González
|
1991a9073d
|
Menu: Remove extraneous spaces from selector.
|
2012-07-09 12:57:01 -04:00 |
|
Scott González
|
5085981241
|
Effects: Update jQuery Color.
|
2012-07-09 11:46:37 -04:00 |
|
Scott González
|
83ec5e2077
|
Let's not pretend that manifest names are configurable...
|
2012-07-09 10:19:17 -04:00 |
|
Timmy Willison
|
2d643032c5
|
Core: Adjust data pseudo creation to use new Sizzle pseudo creation for pseudos with arguments.
|
2012-07-07 14:28:52 -04:00 |
|
Scott González
|
10984c012f
|
Accidentally removed licenses.
|
2012-07-06 12:47:44 -04:00 |
|
Scott González
|
d369417f7e
|
Minor manifest updates.
|
2012-07-06 12:39:17 -04:00 |
|
Lee Rowlands
|
5a952856a0
|
Dialog: Prevent tabbing out of modal dialog. Partial fix for #7862 - Dialog: modal accessibility.
|
2012-07-05 21:23:39 -04:00 |
|
Scott González
|
a6e6a0504f
|
Tabs tests: Added tests for show and hide options.
|
2012-07-05 21:07:49 -04:00 |
|
Scott González
|
c6567ba880
|
Tabs tests: Add tests for accessibility of ajax tabs.
|
2012-07-05 20:49:00 -04:00 |
|
Scott González
|
7f859e4c73
|
Initial implementation for generating manifest files.
|
2012-07-05 20:11:52 -04:00 |
|
Scott González
|
ab260f7062
|
Update AUTHORS.txt.
|
2012-07-05 16:16:49 -04:00 |
|
Scott González
|
c2a488903f
|
Allow newer 0.3.x releases of grunt.
|
2012-07-05 14:34:56 -04:00 |
|
Scott González
|
7716c3d461
|
Grunt: Use grunt-git-authors plugin to generate authors list.
|
2012-07-05 14:34:15 -04:00 |
|