Commit Graph

5052 Commits

Author SHA1 Message Date
TJ VanToll
5e24a1ce4b Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: Anchor tags cannot be disabled within buttonset. 2012-10-16 23:09:26 -04:00
David Petersen
8ce35198da Tabs: Remove anchor clone in isLocal. Fixed #8653 - Tabs are not working inside iframe in IE6/7. 2012-10-16 22:58:42 -04:00
Dale Kocian
1a69667887 Dialog: Added mousedown event handler on dialog title to focus. Fixed #8063 - Dialog: Escape closes incorrect dialog. 2012-10-16 09:17:21 -04:00
Jörn Zaefferer
112185ec8d Spinner: Remove ui-state- classes from spinner, along with the background:none TR override. Fixes #8654 - Spinner background-color 2012-10-14 16:46:38 -04:00
Scott González
025266e002 Resizable: Use .insertAfter() instead of .after() to avoid recursively destroying. Fixes #8662 - Infinite loop - new to jQuery UI 1.9.0. 2012-10-13 14:50:51 -04:00
Scott González
bd3a348776 Tooltip: Change the default items selector to exclude disabled elements. Fixes #8661 - Tooltip doesn't hide on disabled anchor element [IE only]. 2012-10-12 20:26:47 -04: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
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
Scott González
1827b390d8 Build: Convert changelog to markdown. 2012-09-20 20:21:45 -04:00
Kris Borchers
9fbbd01492 Button demos: Fix selector since demo wrapper div was removed 2012-09-20 07:39:04 -05:00
Rafael Xavier de Souza
92e1e83eca Tests: Fix padding from 4% to 2%, since width is 96%. 2012-09-19 16:33:46 -03:00
Scott González
7023ed4699 Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: wrong default active li if ul contains extraneous elements. 2012-09-12 09:28:51 -04:00
Scott González
01e3af4b92 Widget demo: Remove link to planning wiki. 2012-09-11 16:14:56 -04:00
Scott González
51676c063a Demo: Missed one wrapper div. 2012-09-10 11:36:16 -04:00