aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup demos: Copy&paste errors in titles, bad descriptions or stylingJörn Zaefferer2012-10-244-5/+7
|
* Widget: Bind the remove event to the element, not the .widget() element.Scott González2012-10-242-2/+3
|
* Effects (size): Adjusting behavior of toggled size effects - See gh-203 - ↵Kato Kazuyoshi2012-10-241-10/+20
| | | | Partial Fix for #7041
* Widget: Fix _on to use element argument for delegated events. Fixes #8658 - ↵Jörn Zaefferer2012-10-242-3/+29
| | | | Widget: this._on delegates using instance.widget() instead of passed element
* Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - ↵Scott González2012-10-242-1/+16
| | | | widgetEventPrefix is lost when extending existing widget.
* Tooltip: Run _disable when disabled option is set on create. Fixes #8712 - ↵Jörn Zaefferer2012-10-242-0/+12
| | | | Tooltip: Disabled tooltips on initialization.
* Menu: Use start icon (first is deprecated)Jörn Zaefferer2012-10-241-1/+1
|
* Fixes #8714, Build: Updated internal JSHint to latestMike Sherov2012-10-231-1170/+1615
|
* Updated list of maintainers.Scott González2012-10-231-5/+0
|
* Core: Update :focsable and :tabbable to handle parents with no height/width, ↵Scott González2012-10-233-4/+21
| | | | but visible overflow. Fixes #8643 - :focusable pseudo-selector does not find elements if parent has 0x0 dimension.
* Tooltip tests: Fixed new default value for position option.Scott González2012-10-231-2/+2
|
* Dialog: Don't use deprecated offset option for .position(). Fixes #8675 - ↵Scott González2012-10-231-3/+3
| | | | Dialog: Position with pixels in array doesn't work with back compat disabled.
* Menu: Remove stupid demos, add an icons demo, improve the default demoJörn Zaefferer2012-10-235-179/+86
|
* Accordion: Remove code that sets accordion height. Fixed #8696 - Multiple ↵Maciej Mroziński2012-10-231-7/+0
| | | | collapsible Accordions won't work together.
* Widget: Destroy only when element is the actual target. Fixes #8652 - ↵Marc-Andre Lafortune2012-10-232-1/+14
| | | | Widget: Destroy only when element is the actual target.
* Grunt: Disable csslint's vendor-prefix rule, we're including only the ↵Jörn Zaefferer2012-10-231-1/+2
| | | | prefixes that are still necessary in supported browsers
* Widget: Fixed $.widget.extend() to never copy objects by reference.Scott González2012-10-231-3/+8
|
* Tooltip: Cleaned up CSS.Scott González2012-10-231-6/+4
|
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-2356-311/+282
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Tooltip: Position below the element and set a max width of 300px to more ↵Scott González2012-10-232-2/+3
| | | | closely match native tooltip behavior. Fixes #8718 - tooltip flickers when too long.
* Build: Upgrade to the latest Grunt and JSHint - Closes gh-786Mike Sherov2012-10-2212-75/+68
|
* Widget: $.widget.extend(): Properly handle extending a string with an ↵Scott González2012-10-222-6/+13
| | | | object. Fixes #8713 - Passing an object as ui.resizable handles parameter does not work.
* Whitespace.Scott González2012-10-221-1/+1
|
* Spinner: Remove z-index from buttons. Whatever the original purpose, its not ↵Jörn Zaefferer2012-10-221-1/+1
| | | | needed anymore. Fixes #8655 - Spinner buttons displayed on top of Datepicker.
* Remove trailing whitespace and add final newlinesTrey Hunner2012-10-2145-440/+440
|
* Replace mixed CRLF/LF line endings with LFTrey Hunner2012-10-214-6317/+6317
|
* Exempt external directory from .editorconfig rulesTrey Hunner2012-10-211-0/+5
|
* CSS: Apply opacity to absolutely positioned ui icons in IE8. Fixed #6059 - ↵TJ VanToll2012-10-211-0/+1
| | | | Button: Primary icon "enabled" when button is disabled.
* Fixed some jshint errors.Scott González2012-10-212-4/+4
|
* Effects: Allow 'null' for options - Fixes #8670 - null reference when using ↵Corey Frang2012-10-212-2/+13
| | | | effects - Closes gh-783
* Grunt: Removed tooltip tests from qunit task.Scott González2012-10-211-1/+1
|
* Accordion: Fix back-compat for active option.Scott González2012-10-211-1/+1
|
* Tooltip: Unit test for nested tooltipsJörn Zaefferer2012-10-212-1/+17
|
* Tooltip: Update events test to cover correct behaviourJörn Zaefferer2012-10-211-32/+6
|
* Tooltip: Do not attempt to position if tooltip is hidden. Fixed #8644 - ↵Andrew Couch2012-10-213-3/+57
| | | | Delayed tooltips set to track should reposition when being shown for the first time.
* Tooltip: handle removal of elements with delegated tooltips. Fixed #8646 - ↵Andrew Couch2012-10-213-2/+28
| | | | Delegated tooltips don't close when the tooltipped element is removed
* Tooltip: Only bind blur when opening via focus, mouseleave for mouseover. ↵Jörn Zaefferer2012-10-212-15/+17
| | | | 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
* Tooltip: Fix nested tooltips (on hover) by closing parent tooltips and ↵Jörn Zaefferer2012-10-212-6/+40
| | | | removing title attributes. Fixes #8700 - Overlapping tooltipped elements shows native tooltip for one of the elements
* Tooltip: Comment why we need to use closestJörn Zaefferer2012-10-191-1/+3
|
* Effect: fix typo in comment ft "optinos" => "options"Andrew Couch2012-10-181-1/+1
|
* Accordion: handle active: null. Fixes #8694: 1.9 Accordion - active: null ↵David Petersen2012-10-182-2/+11
| | | | allows panels to be collapsible.
* Build: Include ui/.jshintrc. Fixes #8687 - .jshintrc files not copied to dist.Mike Sherov2012-10-171-0/+1
|
* Dialog: Use _hide() to make sure close event gets triggered. Fixes #8684 - ↵David Petersen2012-10-172-3/+20
| | | | jQuery dialog with hide options does not trigger close event.
* Slider: Count the handles after setting up a range. Fixes #7922 - Slider ↵David Petersen2012-10-171-2/+3
| | | | with range doesn't work if values are not set.
* Slider: Update UI when min or max option changes. Fixes #7477 - Setting ↵David Petersen2012-10-161-0/+6
| | | | min/max options does not update view.
* Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: ↵TJ VanToll2012-10-162-1/+9
| | | | Anchor tags cannot be disabled within buttonset.
* Tabs: Remove anchor clone in isLocal. Fixed #8653 - Tabs are not working ↵David Petersen2012-10-161-3/+0
| | | | inside iframe in IE6/7.
* Dialog: Added mousedown event handler on dialog title to focus. Fixed #8063 ↵Dale Kocian2012-10-161-0/+4
| | | | - Dialog: Escape closes incorrect dialog.
* Spinner: Remove ui-state- classes from spinner, along with the ↵Jörn Zaefferer2012-10-142-5/+1
| | | | background:none TR override. Fixes #8654 - Spinner background-color
* Resizable: Use .insertAfter() instead of .after() to avoid recursively ↵Scott González2012-10-131-9/+8
| | | | destroying. Fixes #8662 - Infinite loop - new to jQuery UI 1.9.0.