Felix Nagel
e7e73cec07
Selectmenu tests: aria-activedescendant für button
2012-10-25 22:24:50 +02:00
Felix Nagel
b2d50f9ffc
Selectmenu: fixed aria-activedescendant for button element
2012-10-25 22:24:37 +02:00
Felix Nagel
9cf0f21efd
Selectmenu: add removeUniqueId to destroy method
2012-10-25 20:55:48 +02:00
Felix Nagel
b8cce0c3e1
Selectmenu: small improvement for label id setting
2012-10-25 20:54:27 +02:00
Felix Nagel
e059376eae
Selectmenu tests: add test for button aria-labelledby attribute
2012-10-25 20:53:57 +02:00
Felix Nagel
86f4c2f4ed
Selectmenu: follow-up to "Fix data naming"
2012-10-25 20:29:24 +02:00
Jörn Zaefferer
99aa0ff8d1
Selectmenu: Fix data naming, should be [namespace]-[widgetname]-[value]
2012-10-19 18:22:12 -04:00
Robert Beuligmann
8e1e956248
Selectmenu: corrections based on code review.
2012-10-16 10:57:49 -05:00
Robert Beuligmann
20d19dbbf1
Selectmenu: ARIA tweaks for keyboard events and closed menu operation
2012-10-15 16:58:31 -05:00
Felix Nagel
c59fbbaad7
Merge branch 'master' into selectmenu
2012-10-12 22:56:45 +02:00
Scott González
94221c4e5b
Tabs: Use aria-controls instead of the anchor's href to match against location.hash. Fixes #8660 - Tabs: Set initial active tab from location hash for ajax tabs.
2012-10-12 11:07:04 -04:00
Scott González
1ee090ea9e
Autocomplete: Set the top position of the menu so that the menu doesn't affect layout. Fixes #8656 - Initial position of autocomplete is incorrect.
2012-10-11 19:06:54 -04:00
Dave Methvin
916c2252d7
Update AUTHORS.txt based on CLA responses.
2012-10-11 16:35:57 -04:00
Scott González
a50516f77e
Datepicker demo: Fixed date range restriction when clearing dates. Fixes #5473 - Datepicker: Date range demo bug when clearing date.
2012-10-11 14:53:45 -04:00
Scott González
4d5197b7b4
Whitespace.
2012-10-11 13:21:36 -04:00
Scott González
cb57f223e0
Theme: Apply color to default link style in ui-state-hover. Fixes #7648 - Accordion Collapsed Color Issue.
2012-10-11 10:36:11 -04:00
John Chen
bae06d2b1e
Sortable: Calculating item distance and direction using a more robust algorithm to better support sorting among nested sortables. Fixes #8572 - Wrong placeholder positions. Fixes #8573 - Can't drag an item out of an inner sortable. Fixes #8574 - Hard to put an item between two inner sortables.
...
Use the item which has the least distance between the mouse
pointer and one of its borders to rearrange, with direction being
determined by the nearest border.
Also we use this algorithm to rearrange even when currentContainer
is not changed to override the defective rearrangment in
_mouseDrag
2012-10-10 14:56:03 -04:00
John Chen
20e6064711
Draggable: Fix a bug when dragging into nested sortables there are duplicated placeholders. Fixes #7777 - Draggable and Nested Sortables bug.
2012-10-10 14:46:52 -04:00
John Chen
77a4aaf47a
Sortable: Fix a bug of removing an item while iterating an array. Fixes #8571 - Out of range problem in when dragging a nested sortable.
2012-10-10 14:39:38 -04:00
Scott González
a3f1a34d3b
Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.
2012-10-10 11:45:48 -04:00
Scott González
fa62f21e5a
Tabs: Handle extraneous list items when using ui-tabs-active to set the initially active tab. Fixes #8568 - jQuery ui tabs: wrong default active li if ul contains extraneous elements.
2012-10-09 09:07:11 -04:00
Richard D. Worth
1e6e4ce4dc
Dialog: add required closing tag </button>. Fixes #8639 - jQuery 1.9.0 dialog on a XHTML page is broken if buttons are defined
2012-10-09 08:41:18 -04:00
Scott González
77568347cf
Demos: Fixed titles.
2012-10-08 17:42:56 -04:00
Scott González
ec60dcd186
Updating the master version to 1.9.1pre.
2012-10-05 14:52:15 -04:00
Scott González
0a31a82831
Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method is not clearing up the data properties.
2012-10-05 12:52:02 -04:00
Scott González
96f2aa4c72
Tooltip: Check if event exists before checking properties in open(). Fixes #8626 - Programatically opening a tooltip with out giving an event results in a javascript error.
2012-10-05 11:26:49 -04:00
Scott González
f417a92c54
Build: Generate quick download in release script.
2012-10-04 16:48:42 -04:00
Scott González
d434c9a442
typo
2012-10-04 11:59:11 -04:00
Scott González
49406c108f
Build: Throw an Error object instead of a string.
2012-10-04 11:16:13 -04:00
Scott González
f5261f359e
Tooltip: Stop tracking the mouse if the element gains focus. Fixes #8622 - Tooltip tracks mouse when the element has focus.
2012-10-04 11:14:37 -04:00
Jörn Zaefferer
7009e9b332
Revert "Grunt/testswarm: Undo the change from 6e55168318
to see if its responsible for the position errors in IE8"
...
This reverts commit a8f5e3c399
.
Did not have any effect on TestSwarm
2012-10-04 14:45:01 +02:00
Jörn Zaefferer
a8f5e3c399
Grunt/testswarm: Undo the change from 6e55168318
to see if its responsible for the position errors in IE8
2012-10-04 14:06:05 +02:00
Scott González
3d9545ad27
Update lint task to include the release script.
2012-10-03 21:23:20 -04:00
Felix Nagel
fc729a8c8e
Selectmenu: Upgrade jQuery to 1.8.2.
2012-10-03 22:43:03 +02:00
Felix Nagel
cca4e77a95
Merge branch 'master' into selectmenu
2012-10-03 22:37:03 +02:00
Scott González
e8bdf46861
Build: Fixed core.json syntax.
2012-10-02 11:05:32 -04:00
Scott González
5405a821b9
Autocomplete cache demo: Let the widget handle request synchronization. Fixes #8616 - Remote autocomplete example can leave pending request tracking out of sync.
2012-10-02 10:21:52 -04:00
Scott González
2c50b1b8b5
Accordion: Only adjust height animations for heightStyle: content. Fix tests that punch .animate().
2012-10-01 16:52:54 -04:00
Scott González
d20f05ea37
Accordion: New approach to synchronizing animations. Fixes #4178 - Accordion animation a bit jumpy in some browsers.
2012-10-01 16:25:23 -04:00
Scott González
4ab4684cfc
Dialog: Don't try to place the dialog next to itself on destroy. Fixes #8613 - Destroying a dialog removes the original element from the DOM.
2012-10-01 15:34:44 -04:00
Scott González
9b0c8b7041
Release: Build themes and CDN zips.
2012-09-29 16:33:30 -04:00
Scott González
7882bf4548
Updated docs URLs for core files.
2012-09-29 16:32:52 -04:00
Scott González
90a8581fc3
Manifest: Fixed docs URL for widget factory.
2012-09-29 16:21:58 -04:00
Scott González
b0684e94ce
Updated AUTHORS.txt.
2012-09-29 15:46:29 -04:00
Timo Tijhof
6e55168318
grunt testswarm: Job name consistent with other jquery repos.
...
With hash symbol in front of link and 10-char commit hash.
2012-09-29 05:25:45 +02:00
Scott González
149567e476
Updated docs URLS.
2012-09-26 18:06:20 -05:00
Scott González
ac0f6de4c8
Theme: Don't remove outlines on active elements. Fixes #6757 - .ui-widget :active { outline: none; } causes slowness in FF.
2012-09-26 11:55:03 -05:00
Jörn Zaefferer
9bac5bb54a
Grunt: New task for downloading themes using new themeroller.
...
* Replaces the old theme tasks with generate_themes.
* Drops useless download_docs task
* Drops request module
2012-09-24 08:54:24 +02:00
Scott González
a638acb583
Upgrade jQuery to 1.8.2.
2012-09-20 21:41:47 -04:00
Scott González
a14cf74c16
Build: Remove summary from changelog.
2012-09-20 20:36:39 -04:00