]>
source.dussan.org Git - jquery-ui.git/log
Scott González [Wed, 24 Oct 2012 16:00:03 +0000 (12:00 -0400)]
Widget: Bind the remove event to the element, not the .widget() element.
Kato Kazuyoshi [Wed, 24 Oct 2012 15:27:05 +0000 (10:27 -0500)]
Effects (size): Adjusting behavior of toggled size effects - See gh-203 - Partial Fix for #7041
Jörn Zaefferer [Wed, 24 Oct 2012 14:41:48 +0000 (10:41 -0400)]
Widget: Fix _on to use element argument for delegated events. Fixes #8658 - Widget: this._on delegates using instance.widget() instead of passed element
Scott González [Wed, 24 Oct 2012 14:13:14 +0000 (10:13 -0400)]
Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - widgetEventPrefix is lost when extending existing widget.
Jörn Zaefferer [Wed, 24 Oct 2012 14:00:39 +0000 (10:00 -0400)]
Tooltip: Run _disable when disabled option is set on create. Fixes #8712 - Tooltip: Disabled tooltips on initialization.
Jörn Zaefferer [Wed, 24 Oct 2012 13:32:07 +0000 (09:32 -0400)]
Menu: Use start icon (first is deprecated)
Mike Sherov [Wed, 24 Oct 2012 02:10:20 +0000 (22:10 -0400)]
Fixes #8714, Build: Updated internal JSHint to latest
Scott González [Tue, 23 Oct 2012 19:15:20 +0000 (15:15 -0400)]
Updated list of maintainers.
Scott González [Tue, 23 Oct 2012 19:12:54 +0000 (15:12 -0400)]
Core: Update :focsable and :tabbable to handle parents with no height/width, but visible overflow. Fixes #8643 - :focusable pseudo-selector does not find elements if parent has 0x0 dimension.
Scott González [Tue, 23 Oct 2012 19:07:19 +0000 (15:07 -0400)]
Tooltip tests: Fixed new default value for position option.
Scott González [Tue, 23 Oct 2012 18:49:16 +0000 (14:49 -0400)]
Dialog: Don't use deprecated offset option for .position(). Fixes #8675 - Dialog: Position with pixels in array doesn't work with back compat disabled.
Jörn Zaefferer [Tue, 23 Oct 2012 18:03:04 +0000 (14:03 -0400)]
Menu: Remove stupid demos, add an icons demo, improve the default demo
Maciej Mroziński [Sun, 21 Oct 2012 20:24:50 +0000 (22:24 +0200)]
Accordion: Remove code that sets accordion height. Fixed #8696 - Multiple collapsible Accordions won't work together.
Marc-Andre Lafortune [Sun, 7 Oct 2012 06:35:01 +0000 (02:35 -0400)]
Widget: Destroy only when element is the actual target. Fixes #8652 - Widget: Destroy only when element is the actual target.
Jörn Zaefferer [Tue, 23 Oct 2012 15:54:32 +0000 (11:54 -0400)]
Grunt: Disable csslint's vendor-prefix rule, we're including only the prefixes that are still necessary in supported browsers
Scott González [Tue, 23 Oct 2012 15:45:16 +0000 (11:45 -0400)]
Widget: Fixed $.widget.extend() to never copy objects by reference.
Scott González [Tue, 23 Oct 2012 15:18:51 +0000 (11:18 -0400)]
Tooltip: Cleaned up CSS.
Mike Sherov [Tue, 23 Oct 2012 14:36:42 +0000 (09:36 -0500)]
Build: Enable "unused" option in jshint - Remove unused variables from codebase. - Closes gh-788
Squashed commit of the following:
commit
7f19f92c646f180bc067bb24123175251a64a9d6
Author: Mike Sherov <mike.sherov@gmail.com>
Date: Tue Oct 23 10:34:28 2012 -0400
put back in fake args for signatures that we want to keep
commit
257505a9e69da0c53e3a989dab87a13112045a29
Author: Mike Sherov <mike.sherov@gmail.com>
Date: Tue Oct 23 08:10:20 2012 -0400
changes per @scott_gonzalez
commit
12725480cb58e70865e5aa6e735009b6b035c8f3
Author: Mike Sherov <mike.sherov@gmail.com>
Date: Mon Oct 22 22:54:05 2012 -0400
clean up unused vars in ui directory
commit
563595e7aee5d4a5c096b2d1de655abdf920aacd
Author: Mike Sherov <mike.sherov@gmail.com>
Date: Mon Oct 22 22:37:42 2012 -0400
clean up unused vars in grunt and tests
Scott González [Tue, 23 Oct 2012 14:15:19 +0000 (10:15 -0400)]
Tooltip: Position below the element and set a max width of 300px to more closely match native tooltip behavior. Fixes #8718 - tooltip flickers when too long.
Mike Sherov [Mon, 22 Oct 2012 21:41:54 +0000 (17:41 -0400)]
Build: Upgrade to the latest Grunt and JSHint - Closes gh-786
Scott González [Mon, 22 Oct 2012 19:33:57 +0000 (15:33 -0400)]
Widget: $.widget.extend(): Properly handle extending a string with an object. Fixes #8713 - Passing an object as ui.resizable handles parameter does not work.
Scott González [Mon, 22 Oct 2012 18:57:53 +0000 (14:57 -0400)]
Whitespace.
Jörn Zaefferer [Mon, 22 Oct 2012 14:48:46 +0000 (10:48 -0400)]
Spinner: Remove z-index from buttons. Whatever the original purpose, its not needed anymore. Fixes #8655 - Spinner buttons displayed on top of Datepicker.
Trey Hunner [Mon, 22 Oct 2012 01:50:03 +0000 (18:50 -0700)]
Remove trailing whitespace and add final newlines
Trey Hunner [Sun, 14 Oct 2012 23:07:35 +0000 (16:07 -0700)]
Replace mixed CRLF/LF line endings with LF
Trey Hunner [Sun, 14 Oct 2012 23:09:42 +0000 (16:09 -0700)]
Exempt external directory from .editorconfig rules
TJ VanToll [Tue, 16 Oct 2012 20:44:16 +0000 (16:44 -0400)]
CSS: Apply opacity to absolutely positioned ui icons in IE8. Fixed #6059 - Button: Primary icon "enabled" when button is disabled.
Scott González [Sun, 21 Oct 2012 21:50:13 +0000 (17:50 -0400)]
Fixed some jshint errors.
Corey Frang [Sun, 21 Oct 2012 21:46:38 +0000 (16:46 -0500)]
Effects: Allow 'null' for options - Fixes #8670 - null reference when using effects - Closes gh-783
Scott González [Sun, 21 Oct 2012 21:46:02 +0000 (17:46 -0400)]
Grunt: Removed tooltip tests from qunit task.
Scott González [Sun, 21 Oct 2012 19:54:19 +0000 (15:54 -0400)]
Accordion: Fix back-compat for active option.
Jörn Zaefferer [Sun, 21 Oct 2012 17:25:36 +0000 (13:25 -0400)]
Tooltip: Unit test for nested tooltips
Jörn Zaefferer [Sun, 21 Oct 2012 17:07:43 +0000 (13:07 -0400)]
Tooltip: Update events test to cover correct behaviour
Andrew Couch [Tue, 16 Oct 2012 16:55:50 +0000 (12:55 -0400)]
Tooltip: Do not attempt to position if tooltip is hidden. Fixed #8644 - Delayed tooltips set to track should reposition when being shown for the first time.
Andrew Couch [Mon, 15 Oct 2012 20:15:36 +0000 (16:15 -0400)]
Tooltip: handle removal of elements with delegated tooltips. Fixed #8646 - Delegated tooltips don't close when the tooltipped element is removed
Jörn Zaefferer [Fri, 19 Oct 2012 22:16:11 +0000 (18:16 -0400)]
Tooltip: Only bind blur when opening via focus, mouseleave for mouseover. Remove the keep-open-on-focusout workaround. Now matching behaviour described in ARIA Authoring Practices. Fixes #8699 - Moving focus on click of a tooltipped element shows native tooltip in IE/Firefox on Windows
Jörn Zaefferer [Sat, 20 Oct 2012 00:58:08 +0000 (20:58 -0400)]
Tooltip: Fix nested tooltips (on hover) by closing parent tooltips and removing title attributes. Fixes #8700 - Overlapping tooltipped elements shows native tooltip for one of the elements
Jörn Zaefferer [Fri, 19 Oct 2012 21:04:35 +0000 (17:04 -0400)]
Tooltip: Comment why we need to use closest
Andrew Couch [Thu, 18 Oct 2012 05:04:36 +0000 (22:04 -0700)]
Effect: fix typo in comment ft "optinos" => "options"
David Petersen [Wed, 17 Oct 2012 15:35:27 +0000 (11:35 -0400)]
Accordion: handle active: null. Fixes #8694: 1.9 Accordion - active: null allows panels to be collapsible.
Mike Sherov [Wed, 17 Oct 2012 16:34:13 +0000 (12:34 -0400)]
Build: Include ui/.jshintrc. Fixes #8687 - .jshintrc files not copied to dist.
David Petersen [Wed, 17 Oct 2012 13:28:51 +0000 (09:28 -0400)]
Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - jQuery dialog with hide options does not trigger close event.
David Petersen [Tue, 16 Oct 2012 18:07:10 +0000 (14:07 -0400)]
Slider: Count the handles after setting up a range. Fixes #7922 - Slider with range doesn't work if values are not set.
David Petersen [Tue, 16 Oct 2012 17:42:05 +0000 (13:42 -0400)]
Slider: Update UI when min or max option changes. Fixes #7477 - Setting min/max options does not update view.
TJ VanToll [Tue, 16 Oct 2012 17:20:55 +0000 (13:20 -0400)]
Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: Anchor tags cannot be disabled within buttonset.
David Petersen [Tue, 16 Oct 2012 16:16:13 +0000 (12:16 -0400)]
Tabs: Remove anchor clone in isLocal. Fixed #8653 - Tabs are not working inside iframe in IE6/7.
Dale Kocian [Tue, 16 Oct 2012 13:17:21 +0000 (09:17 -0400)]
Dialog: Added mousedown event handler on dialog title to focus. Fixed #8063 - Dialog: Escape closes incorrect dialog.
Jörn Zaefferer [Fri, 12 Oct 2012 08:36:56 +0000 (10:36 +0200)]
Spinner: Remove ui-state- classes from spinner, along with the background:none TR override. Fixes #8654 - Spinner background-color
Scott González [Sat, 13 Oct 2012 18:50:51 +0000 (14:50 -0400)]
Resizable: Use .insertAfter() instead of .after() to avoid recursively destroying. Fixes #8662 - Infinite loop - new to jQuery UI 1.9.0.
Scott González [Sat, 13 Oct 2012 00:26:47 +0000 (20:26 -0400)]
Tooltip: Change the default items selector to exclude disabled elements. Fixes #8661 - Tooltip doesn't hide on disabled anchor element [IE only].
Scott González [Fri, 12 Oct 2012 15:07:04 +0000 (11:07 -0400)]
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.
Scott González [Thu, 11 Oct 2012 23:06:54 +0000 (19:06 -0400)]
Autocomplete: Set the top position of the menu so that the menu doesn't affect layout. Fixes #8656 - Initial position of autocomplete is incorrect.
Dave Methvin [Thu, 11 Oct 2012 20:35:57 +0000 (16:35 -0400)]
Update AUTHORS.txt based on CLA responses.
Scott González [Thu, 11 Oct 2012 18:53:45 +0000 (14:53 -0400)]
Datepicker demo: Fixed date range restriction when clearing dates. Fixes #5473 - Datepicker: Date range demo bug when clearing date.
Scott González [Thu, 11 Oct 2012 17:21:36 +0000 (13:21 -0400)]
Whitespace.
Scott González [Thu, 11 Oct 2012 14:36:11 +0000 (10:36 -0400)]
Theme: Apply color to default link style in ui-state-hover. Fixes #7648 - Accordion Collapsed Color Issue.
John Chen [Fri, 17 Aug 2012 08:20:45 +0000 (16:20 +0800)]
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
John Chen [Thu, 13 Sep 2012 04:10:01 +0000 (12:10 +0800)]
Draggable: Fix a bug when dragging into nested sortables there are duplicated placeholders. Fixes #7777 - Draggable and Nested Sortables bug.
John Chen [Wed, 12 Sep 2012 09:37:04 +0000 (17:37 +0800)]
Sortable: Fix a bug of removing an item while iterating an array. Fixes #8571 - Out of range problem in when dragging a nested sortable.
Scott González [Wed, 10 Oct 2012 15:45:48 +0000 (11:45 -0400)]
Remove use of $.browser; add $.ui.ie and $.ui.ie6 temporarily.
Scott González [Tue, 9 Oct 2012 13:06:58 +0000 (09:06 -0400)]
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.
Richard D. Worth [Tue, 9 Oct 2012 12:41:18 +0000 (08:41 -0400)]
Dialog: add required closing tag </button>. Fixes #8639 - jQuery 1.9.0 dialog on a XHTML page is broken if buttons are defined
Scott González [Mon, 8 Oct 2012 21:42:56 +0000 (17:42 -0400)]
Demos: Fixed titles.
Scott González [Fri, 5 Oct 2012 18:52:15 +0000 (14:52 -0400)]
Updating the master version to 1.9.1pre.
Scott González [Fri, 5 Oct 2012 16:52:02 +0000 (12:52 -0400)]
Tooltip: Better cleanup on destroy. Fixes #8627 - The Tooltip destroy method is not clearing up the data properties.
Scott González [Fri, 5 Oct 2012 15:26:49 +0000 (11:26 -0400)]
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.
Scott González [Thu, 4 Oct 2012 20:48:42 +0000 (16:48 -0400)]
Build: Generate quick download in release script.
Scott González [Thu, 4 Oct 2012 15:59:11 +0000 (11:59 -0400)]
typo
Scott González [Thu, 4 Oct 2012 15:16:13 +0000 (11:16 -0400)]
Build: Throw an Error object instead of a string.
Scott González [Thu, 4 Oct 2012 15:13:14 +0000 (11:13 -0400)]
Tooltip: Stop tracking the mouse if the element gains focus. Fixes #8622 - Tooltip tracks mouse when the element has focus.
Jörn Zaefferer [Thu, 4 Oct 2012 12:45:01 +0000 (14:45 +0200)]
Revert "Grunt/testswarm: Undo the change from
6e55168318495da50cae457433eae2438699e1f3 to see if its responsible for the position errors in IE8"
This reverts commit
a8f5e3c399844f82e67ffdceb29dbbfb0e1314db .
Did not have any effect on TestSwarm
Jörn Zaefferer [Thu, 4 Oct 2012 12:05:52 +0000 (14:05 +0200)]
Grunt/testswarm: Undo the change from
6e55168318495da50cae457433eae2438699e1f3 to see if its responsible for the position errors in IE8
Scott González [Thu, 4 Oct 2012 01:23:20 +0000 (21:23 -0400)]
Update lint task to include the release script.
Scott González [Tue, 2 Oct 2012 15:05:32 +0000 (11:05 -0400)]
Build: Fixed core.json syntax.
Scott González [Tue, 2 Oct 2012 14:21:52 +0000 (10:21 -0400)]
Autocomplete cache demo: Let the widget handle request synchronization. Fixes #8616 - Remote autocomplete example can leave pending request tracking out of sync.
Scott González [Mon, 1 Oct 2012 20:52:54 +0000 (16:52 -0400)]
Accordion: Only adjust height animations for heightStyle: content. Fix tests that punch .animate().
Scott González [Mon, 1 Oct 2012 20:25:23 +0000 (16:25 -0400)]
Accordion: New approach to synchronizing animations. Fixes #4178 - Accordion animation a bit jumpy in some browsers.
Scott González [Mon, 1 Oct 2012 19:34:44 +0000 (15:34 -0400)]
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.
Scott González [Sat, 29 Sep 2012 20:33:30 +0000 (16:33 -0400)]
Release: Build themes and CDN zips.
Scott González [Sat, 29 Sep 2012 20:32:52 +0000 (16:32 -0400)]
Updated docs URLs for core files.
Scott González [Sat, 29 Sep 2012 20:21:58 +0000 (16:21 -0400)]
Manifest: Fixed docs URL for widget factory.
Scott González [Sat, 29 Sep 2012 19:46:29 +0000 (15:46 -0400)]
Updated AUTHORS.txt.
Timo Tijhof [Sat, 29 Sep 2012 03:25:45 +0000 (05:25 +0200)]
grunt testswarm: Job name consistent with other jquery repos.
With hash symbol in front of link and 10-char commit hash.
Scott González [Wed, 26 Sep 2012 23:06:20 +0000 (18:06 -0500)]
Updated docs URLS.
Scott González [Wed, 26 Sep 2012 16:55:03 +0000 (11:55 -0500)]
Theme: Don't remove outlines on active elements. Fixes #6757 - .ui-widget :active { outline: none; } causes slowness in FF.
Jörn Zaefferer [Thu, 13 Sep 2012 13:50:43 +0000 (15:50 +0200)]
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
Scott González [Fri, 21 Sep 2012 01:41:47 +0000 (21:41 -0400)]
Upgrade jQuery to 1.8.2.
Scott González [Fri, 21 Sep 2012 00:36:39 +0000 (20:36 -0400)]
Build: Remove summary from changelog.
Scott González [Fri, 21 Sep 2012 00:21:32 +0000 (20:21 -0400)]
Build: Convert changelog to markdown.
Kris Borchers [Thu, 20 Sep 2012 12:39:04 +0000 (07:39 -0500)]
Button demos: Fix selector since demo wrapper div was removed
Rafael Xavier de Souza [Wed, 19 Sep 2012 19:26:47 +0000 (16:26 -0300)]
Tests: Fix padding from 4% to 2%, since width is 96%.
Scott González [Wed, 12 Sep 2012 13:28:51 +0000 (09:28 -0400)]
Tabs: Account for non-tab list items on init. Fixes #8568 - jQuery ui tabs: wrong default active li if ul contains extraneous elements.
Scott González [Tue, 11 Sep 2012 20:14:56 +0000 (16:14 -0400)]
Widget demo: Remove link to planning wiki.
Scott González [Mon, 10 Sep 2012 15:36:16 +0000 (11:36 -0400)]
Demo: Missed one wrapper div.
Scott González [Mon, 10 Sep 2012 15:33:46 +0000 (11:33 -0400)]
Demos: Cleanup.
Scott González [Fri, 7 Sep 2012 01:54:22 +0000 (21:54 -0400)]
Menu demo: Added demo description.
Jared A. Scheel [Thu, 6 Sep 2012 16:30:11 +0000 (12:30 -0400)]
Draggable: Always clean up iframes. Fixes #8555 - Draggable: iframeFix option leaves iframes in DOM when using a selector.
Kris Borchers [Thu, 6 Sep 2012 01:37:29 +0000 (20:37 -0500)]
Tooltip tests: Fixed typo
Scott González [Wed, 5 Sep 2012 20:07:36 +0000 (16:07 -0400)]
Menu: Don't move focus from the active item on click. Fixes #8552 - selected value overwritten/not correctly set.
Scott González [Tue, 4 Sep 2012 21:00:26 +0000 (17:00 -0400)]
Dialog: Only bind focus-trapping event once. Fixes #8551 - After repeated opening and closing of a modal dialog, focus navigation using tab becomes slow.