Commit Graph

5004 Commits

Author SHA1 Message Date
kborchers
7e1cb95d37 Menu: Open submenu on click of parent item and only close menu when clicking item without submenu. 2012-07-31 00:00:07 -05:00
Scott González
b68b116adf Autocomplete: Fixed spacing. 2012-07-30 12:48:47 -04:00
Mark Aaron Shirley
1626c97caa Datepicker: Changed body selector to document.body. Fixed #8464 - Datepicker does not properly scope the body selector. 2012-07-27 09:40:11 -07:00
Scott González
bfec28eb0d Tabs tests: Removed workaround for Firefox <13 passing values to setTimeout(). 2012-07-26 20:35:48 -04:00
Scott González
548d37bca1 Release: Update TODOs related to publishing generated files. 2012-07-25 10:53:31 -04:00
Scott González
97ec1ddbc6 Build: Remove need to install shelljs globally for release script. Colorized output. 2012-07-23 15:39:12 -04:00
Corey Frang
7f07f93c28 Build: Extra whitespace 2012-07-23 12:14:12 -05:00
Corey Frang
3c2198b226 Tests: Fixining jquery include version 2012-07-23 12:07:35 -05:00
Corey Frang
9fb9b6d65c Build: Adding subtitles for release coverage builds to testswarm description 2012-07-23 11:50:50 -05:00
Corey Frang
cb41ec798a Build: Splitting Release Coverage build into three 2012-07-23 10:54:06 -05:00
Corey Frang
ed64ccfef4 Effects: Fixing call to outerHeight/Width in slide effect for compat with 1.8 core 2012-07-20 18:50:34 -05:00
Corey Frang
85d259483e Effects: Fixing bug in blind effect caused by 48659c64 - auto doesn't parse 2012-07-20 18:35:32 -05:00
Corey Frang
4e3d31e1ee Effects: Fixing call to outerHeight/Width in drop effect for compat with 1.8 core 2012-07-20 18:07:45 -05:00
Scott González
f8bdd6e192 Build: New release script. 2012-07-19 20:49:07 -04:00
Scott González
6888cec62a Updated AUTHORS.txt. 2012-07-19 19:50:38 -04:00
Scott González
6aa2fd8900 Use tabs for package.json. 2012-07-19 17:18:03 -04:00
Scott González
ebc8210b1f Build: Add a newline at the end of manifest files. 2012-07-19 17:14:47 -04:00
Scott González
763a111552 Update project description. 2012-07-17 16:25:38 -04:00
Luis Dalmolin
147ec7bd62 Datepicker: Fixed position problem when input is in a fixed element. Fixes #5626 - DatePicker doesn't work inside fixed div. 2012-07-17 16:22:03 -04:00
Maciej Mroziński
cb44dc6c28 Datepicker: Deleted z-index style on hidden input. Fixed #7449 - Datepicker dialog has a negative z-index. 2012-07-17 16:16:27 -04:00
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