Jörn Zaefferer
9d5f91ece2
Tooltip: Comment why we need to use closest
2012-10-19 20:57:13 -04:00
Jörn Zaefferer
99aa0ff8d1
Selectmenu: Fix data naming, should be [namespace]-[widgetname]-[value]
2012-10-19 18:22:12 -04:00
Andrew Couch
5bd5ef15f9
Effect: fix typo in comment ft "optinos" => "options"
2012-10-18 10:56:44 -04:00
David Petersen
c2802d7aa0
Accordion: handle active: null. Fixes #8694 : 1.9 Accordion - active: null allows panels to be collapsible.
2012-10-18 00:08:37 -04:00
Mike Sherov
390510c705
Build: Include ui/.jshintrc. Fixes #8687 - .jshintrc files not copied to dist.
2012-10-17 20:51:05 -04:00
David Petersen
35dc9307fc
Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - jQuery dialog with hide options does not trigger close event.
2012-10-17 20:28:27 -04:00
David Petersen
dda1925d0f
Slider: Count the handles after setting up a range. Fixes #7922 - Slider with range doesn't work if values are not set.
2012-10-17 20:08:50 -04:00
David Petersen
f37008eeb1
Slider: Update UI when min or max option changes. Fixes #7477 - Setting min/max options does not update view.
2012-10-16 23:15:10 -04:00
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
Robert Beuligmann
8e1e956248
Selectmenu: corrections based on code review.
2012-10-16 10:57:49 -05: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
Robert Beuligmann
20d19dbbf1
Selectmenu: ARIA tweaks for keyboard events and closed menu operation
2012-10-15 16:58:31 -05: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
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