Scott González
41ec41126d
Tabs: Show panels on destroy. Fixes #8795 - Tabs: 'display: none;' attribute is not removed from tabs when destroy is called.
...
(cherry picked from commit fd48568c40
)
2012-11-13 11:05:54 -05:00
Scott González
b5cf5b6ad8
Tooltip: Ignore disabled checks when closing. Fixes #8758 - Tooltip: Tooltip is shown, but not hidden if element has class=ui-state-disabled.
...
(cherry picked from commit 498aadf644
)
2012-11-13 10:57:13 -05:00
Scott González
0ad6d7a4a9
Widget: Suppress disabled check when binding destroy to the remove event. Fixes #8769 - Widget: ui-state-disabled blocks destroy to be triggered on remove.
...
(cherry picked from commit 1cdeeccab0
)
2012-11-13 10:57:04 -05:00
Scott González
f8c154b4d2
Widget: Added suppressDisabledCheck flag to _on(). Fixes #8800 - Widget: Ability to use _on() even when disabled.
...
(cherry picked from commit 84cd214486
)
2012-11-13 10:56:14 -05:00
Scott González
db1a622900
CSS: Update .ui-helper-hidden-accessible to match H5BP's current .visuallyhidden. Fixes #8793 - Dialog: Internal autocomplete causes scroll bars.
...
(cherry picked from commit 48e0aa0fd2
)
2012-11-13 10:55:53 -05:00
Avinash R
8f098d8806
Widget: Bridge falls back to name if there is no widgetFullName, and always stores instances in data. Fixed #8775 - Widget: Bridge fails if widgetFullName is not supplied.
...
(cherry picked from commit 75bd22eb73
)
2012-11-13 10:55:09 -05:00
Scott González
78ad8e4891
Dialog: Set top and left properties in the default styles to avoid a bug in core. Fixes #8741 - Dialog: dialog with position:fixed goes offscreen when opening after scrolling down since v 1.9.0.
2012-11-13 10:53:25 -05:00
Scott González
cdccd9956a
Tabs: Encode spaces from window.location. Fixes #8777 - Tabs fail in Safari 5.1 when window.location contains a space.
...
(cherry picked from commit c6b52db892
)
2012-11-13 10:50:51 -05:00
Scott González
310dff10ea
Core: Patch over broken .removeData() in jQuery 1.6.1 + 1.6.2.
...
(cherry picked from commit 886d6fe9fb
)
2012-11-13 10:50:32 -05:00
Scott González
177d0f2746
Core: Moved old jQuery support code to the bottom (above deprecated).
...
(cherry picked from commit 8a32c39136
)
2012-11-13 10:50:25 -05:00
Scott González
da2fbcaeee
Tooltip: Use ui-tooltip-open instead of tooltip-open for data key.
...
(cherry picked from commit 02694a90f3
)
2012-11-13 10:50:02 -05:00
Jörn Zaefferer
25a1de4343
Tooltip: Fix default for position option, follow-up to 1d9eab1
.
...
(cherry picked from commit 6874f19061
)
2012-11-13 10:46:07 -05:00
Jörn Zaefferer
fbc0e6afe6
Tooltip: Make 'flipfit flip' the collision default to avoid the tooltip ever overlapping the trigger. Also fix max-width for custom-content demo. Fixes #8739 - Tooltip: Default positioning on large items off.
...
(cherry picked from commit 1d9eab1ead
)
2012-11-13 10:46:00 -05:00
Jörn Zaefferer
241c10044d
Tooltip: Check type on event directly, preventing TypeError when programmatically moving focus to track-toolipped-input. Fixes #8747 - Tooltip: Using the track option within dialogs creates JS errors
...
(cherry picked from commit 98173a3d0e
)
2012-11-08 17:55:59 -05:00
Jörn Zaefferer
9e0071fea4
Menu: Look into submenus for uninitialized menu items. Fixes #8773 - Menu: refresh() doesn't refresh existing submenus.
...
(cherry picked from commit 8b3e570241
)
2012-11-08 17:54:42 -05:00
Scott González
e65f3ff125
Skip collision: fit test in IE until TestSwarm stops using iframes.
...
(cherry picked from commit 8bdf0359bb
)
2012-11-08 17:54:20 -05:00
Scott González
ccb741bd0c
Dialog: Don't use .attr( props, true ).
...
(cherry picked from commit a8de99c791
)
2012-11-08 17:53:35 -05:00
Scott González
8f0daea9eb
Autocomplete: Set initial left position for menu. Fixes #8749 - Autocomplete dropdown positioned incorrectly in IE.
...
(cherry picked from commit d693ce5324
)
2012-11-08 17:51:34 -05:00
Scott González
48398bc58c
Tooltip: Use attributes, not properties, when checking for parent tooltips. Fixes #8742 - Tooltip shows incorrect message in chrome if there is input with name='title' in a form.
...
(cherry picked from commit d074efe528
)
2012-11-08 17:48:34 -05:00
Scott González
2e9fb43e38
Release: Updated list of globals.
...
(cherry picked from commit 549ffe36da
)
2012-11-08 17:43:11 -05:00
Jörn Zaefferer
fcde033ed4
Build: Remove generateQuickDownload step, will happen later during a release
...
(cherry picked from commit 666014e8e5
)
2012-10-25 14:50:14 -04:00
Jörn Zaefferer
096b763a71
Build: Update the changelog shell to include more newlines, makes it easier to edit it later
...
(cherry picked from commit fb40f1f6ba
)
2012-10-25 14:50:06 -04:00
Jörn Zaefferer
0850efbf75
Updating the 1-9-stable version to 1.9.2pre.
2012-10-25 09:55:15 -04:00
Scott González
29fb520fa6
Updated AUTHORS.txt.
2012-10-25 09:47:35 -04:00
Scott González
23d0c9386f
Release: Use 1-9-stable.
2012-10-25 09:43:56 -04:00
Jörn Zaefferer
88bfb7572d
Cleanup demos: Copy&paste errors in titles, bad descriptions or styling
2012-10-24 12:47:01 -04:00
Scott González
eaadcc0eeb
Widget: Bind the remove event to the element, not the .widget() element.
2012-10-24 12:00:03 -04:00
Kato Kazuyoshi
5f9d5c54c3
Effects (size): Adjusting behavior of toggled size effects - See gh-203 - Partial Fix for #7041
2012-10-24 10:27:12 -05:00
Jörn Zaefferer
721a4b4ae0
Widget: Fix _on to use element argument for delegated events. Fixes #8658 - Widget: this._on delegates using instance.widget() instead of passed element
2012-10-24 10:42:21 -04:00
Scott González
848ab48583
Widget: Use existing widgetEventPrefix when extending. Fixes #8724 - widgetEventPrefix is lost when extending existing widget.
2012-10-24 10:13:51 -04:00
Jörn Zaefferer
ba752cf7ed
Tooltip: Run _disable when disabled option is set on create. Fixes #8712 - Tooltip: Disabled tooltips on initialization.
2012-10-24 10:02:21 -04:00
Jörn Zaefferer
1fcccd45ce
Menu: Use start icon (first is deprecated)
2012-10-24 09:32:07 -04:00
Mike Sherov
dcb6715392
Fixes #8714 , Build: Updated internal JSHint to latest
2012-10-23 22:10:20 -04:00
Scott González
c45dc65291
Updated list of maintainers.
2012-10-23 15:15:20 -04:00
Scott González
86a958d3aa
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.
2012-10-23 15:12:54 -04:00
Scott González
97b4813f30
Tooltip tests: Fixed new default value for position option.
2012-10-23 15:07:19 -04:00
Scott González
11effcbd35
Dialog: Don't use deprecated offset option for .position(). Fixes #8675 - Dialog: Position with pixels in array doesn't work with back compat disabled.
2012-10-23 14:50:02 -04:00
Jörn Zaefferer
568aec62d9
Menu: Remove stupid demos, add an icons demo, improve the default demo
2012-10-23 14:48:33 -04:00
Maciej Mroziński
f4b3cd5271
Accordion: Remove code that sets accordion height. Fixed #8696 - Multiple collapsible Accordions won't work together.
2012-10-23 14:11:22 -04:00
Marc-Andre Lafortune
8bb05d23e2
Widget: Destroy only when element is the actual target. Fixes #8652 - Widget: Destroy only when element is the actual target.
2012-10-23 14:06:30 -04:00
Jörn Zaefferer
b1b07e8046
Grunt: Disable csslint's vendor-prefix rule, we're including only the prefixes that are still necessary in supported browsers
2012-10-23 11:54:32 -04:00
Scott González
5e0a2ca1e5
Widget: Fixed $.widget.extend() to never copy objects by reference.
2012-10-23 11:45:16 -04:00
Scott González
d535f6869f
Tooltip: Cleaned up CSS.
2012-10-23 11:19:08 -04:00
Mike Sherov
e1230997aa
Build: Enable "unused" option in jshint - Remove unused variables from codebase. - Closes gh-788
...
Squashed commit of the following:
commit 7f19f92c64
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 257505a9e6
Author: Mike Sherov <mike.sherov@gmail.com>
Date: Tue Oct 23 08:10:20 2012 -0400
changes per @scott_gonzalez
commit 12725480cb
Author: Mike Sherov <mike.sherov@gmail.com>
Date: Mon Oct 22 22:54:05 2012 -0400
clean up unused vars in ui directory
commit 563595e7ae
Author: Mike Sherov <mike.sherov@gmail.com>
Date: Mon Oct 22 22:37:42 2012 -0400
clean up unused vars in grunt and tests
2012-10-23 09:37:46 -05:00
Scott González
7af1ec727b
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.
2012-10-23 10:15:28 -04:00
Mike Sherov
d67522e329
Build: Upgrade to the latest Grunt and JSHint - Closes gh-786
2012-10-22 17:04:08 -05:00
Scott González
9b908878ae
Widget: $.widget.extend(): Properly handle extending a string with an object. Fixes #8713 - Passing an object as ui.resizable handles parameter does not work.
2012-10-22 15:36:11 -04:00
Scott González
6bedc0af35
Whitespace.
2012-10-22 15:36:11 -04:00
Jörn Zaefferer
ac43938c8c
Spinner: Remove z-index from buttons. Whatever the original purpose, its not needed anymore. Fixes #8655 - Spinner buttons displayed on top of Datepicker.
2012-10-22 10:49:22 -04:00
Trey Hunner
49f9b849b9
Remove trailing whitespace and add final newlines
2012-10-21 22:45:41 -04:00