]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
12 years agoResizable: Removed Opera relative/absolute positioning exception code. Fixed #6763... 593/head
TJ VanToll [Tue, 7 Feb 2012 02:17:39 +0000 (21:17 -0500)]
Resizable: Removed Opera relative/absolute positioning exception code.  Fixed #6763 - ui.dialog & resizable & button & opera 11

12 years agoCore: Access offsetHeight on div for support tests to avoid a layout bug in IE 9...
Scott González [Fri, 20 Jan 2012 02:37:21 +0000 (21:37 -0500)]
Core: Access offsetHeight on div for support tests to avoid a layout bug in IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9.

12 years agoMerge pull request #564 from arhea/master
Scott González [Thu, 19 Jan 2012 22:05:00 +0000 (14:05 -0800)]
Merge pull request #564 from arhea/master

Tabs isLocal function was not compatible with HTML5 push state

12 years agoPosition: Update fullname reference; jQuery => $. Fixes #8029 - Position: There is...
Rick Waldron [Wed, 18 Jan 2012 23:58:43 +0000 (18:58 -0500)]
Position: Update fullname reference; jQuery => $. Fixes #8029 - Position: There is a reference to the global jQuery variable.

12 years agoMenu tests: Removed trigger option.
Scott González [Wed, 18 Jan 2012 21:51:43 +0000 (16:51 -0500)]
Menu tests: Removed trigger option.

12 years agoButton: Properly handle disabled option on init. Fixes #8028 - Getting unset disabled...
Scott González [Wed, 18 Jan 2012 21:37:04 +0000 (16:37 -0500)]
Button: Properly handle disabled option on init. Fixes #8028 - Getting unset disabled option on button widget returns jQuery object, not default value.

12 years agoDatepicker i18n (nl-BE): Removed BOM.
Scott González [Thu, 12 Jan 2012 21:49:50 +0000 (16:49 -0500)]
Datepicker i18n (nl-BE): Removed BOM.

12 years agoSimulate: Define getters for pageX and pageY in mouse events if they come through...
Scott González [Thu, 12 Jan 2012 13:59:34 +0000 (08:59 -0500)]
Simulate: Define getters for pageX and pageY in mouse events if they come through as 0. Fixes #7324 - simulate mouse events broken for IE 9.

12 years agoMenubar/Popup: Remove remaining artifact (trigger option) from menu. Missed that...
Jörn Zaefferer [Wed, 11 Jan 2012 18:58:46 +0000 (19:58 +0100)]
Menubar/Popup: Remove remaining artifact (trigger option) from menu. Missed that before

12 years agoWidget: Set guid on event handler proxies so direct unbinding works.
Scott González [Sun, 8 Jan 2012 01:48:42 +0000 (20:48 -0500)]
Widget: Set guid on event handler proxies so direct unbinding works.

12 years agoSpinner: Allow strings for min, max, and step options, converting immediately to...
Scott González [Sat, 7 Jan 2012 14:12:27 +0000 (09:12 -0500)]
Spinner: Allow strings for min, max, and step options, converting immediately to numbers based on numberFormat and culture.

12 years agoEffects: Whitespace fixes & using parseFloat instead of parseInt
Corey Frang [Thu, 5 Jan 2012 17:46:50 +0000 (11:46 -0600)]
Effects: Whitespace fixes & using parseFloat instead of parseInt

12 years agoEffects: Blind effect bugfix - Pull Request #563 - No Ticket
rozwell [Thu, 5 Jan 2012 17:43:51 +0000 (11:43 -0600)]
Effects: Blind effect bugfix - Pull Request #563 - No Ticket

12 years agoMenubar/Popup: Remove both to streamline the 1.9 release. Will revert this delete...
Jörn Zaefferer [Wed, 4 Jan 2012 15:40:44 +0000 (16:40 +0100)]
Menubar/Popup: Remove both to streamline the 1.9 release. Will revert this delete on the menubar branch, while development on master can continue without them.

12 years agoRemoved regex from function and split return into two lines. 564/head
Alex Rhea [Tue, 3 Jan 2012 18:18:13 +0000 (13:18 -0500)]
Removed regex from function and split return into two lines.

12 years agoBug fix for isLocal function in jQuery Tabs.
Alex Rhea [Tue, 3 Jan 2012 18:00:02 +0000 (13:00 -0500)]
Bug fix for isLocal function in jQuery Tabs.

isLocal function was not compatible with HTML5 push state as the url
could have changed since the page was loaded as in cases with
Backbone.js

12 years agoMenu: Change first() and last() to isFirstItem() and isLastItem()
kborchers [Fri, 23 Dec 2011 15:48:14 +0000 (09:48 -0600)]
Menu: Change first() and last() to isFirstItem() and isLastItem()

12 years agoMenu: Fix close delay and increase the default delay
kborchers [Tue, 20 Dec 2011 17:49:48 +0000 (11:49 -0600)]
Menu: Fix close delay and increase the default delay

12 years agoMerge pull request #553 from AlbertoMonteiro/master
Scott González [Thu, 15 Dec 2011 20:59:39 +0000 (12:59 -0800)]
Merge pull request #553 from AlbertoMonteiro/master

Dialog: When destroy is called place the element back in original DOM position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position

12 years agoDialog: When destroy is called place the element back in original DOM position. Fixed... 553/head
Alberto Monteiro [Thu, 15 Dec 2011 20:52:49 +0000 (17:52 -0300)]
Dialog: When destroy is called place the element back in original DOM position. Fixed #4980 - Dialog: Destroy should place element back in original DOM position

12 years agoMenu: Replace accidentally removed scroll-handling code in focus
kborchers [Thu, 15 Dec 2011 19:28:33 +0000 (13:28 -0600)]
Menu: Replace accidentally removed scroll-handling code in focus

12 years agoMenu: Fix focus handling to keep focus on the menu and prevent jumping around within...
kborchers [Thu, 15 Dec 2011 18:43:28 +0000 (12:43 -0600)]
Menu: Fix focus handling to keep focus on the menu and prevent jumping around within the menu on mousedown

12 years agoMenu: Update the default visual test to use the new menus option that replaced the...
kborchers [Wed, 7 Dec 2011 20:51:46 +0000 (14:51 -0600)]
Menu: Update the default visual test to use the new menus option that replaced the items option

12 years agoMerge pull request #541 from kborchers/menubar_otherStructures
Kris Borchers [Wed, 7 Dec 2011 18:19:55 +0000 (10:19 -0800)]
Merge pull request #541 from kborchers/menubar_otherStructures

Menubar: Allow structures other than just UL/LI and combine the _next, _prev, _right and _left into _move

12 years agoMenubar: Fix font-weight and spacing of disabled menu items 541/head
kborchers [Thu, 1 Dec 2011 20:51:23 +0000 (14:51 -0600)]
Menubar: Fix font-weight and spacing of disabled menu items

12 years agoMenubar: Update the items option in Menu to the renamed menus option
kborchers [Thu, 1 Dec 2011 18:57:31 +0000 (12:57 -0600)]
Menubar: Update the items option in Menu to the renamed menus option

12 years agoMerge branch 'master' into menubar_otherStructures
kborchers [Thu, 1 Dec 2011 18:53:35 +0000 (12:53 -0600)]
Merge branch 'master' into menubar_otherStructures

12 years agoMenu: Change items option to menus
kborchers [Thu, 1 Dec 2011 18:39:16 +0000 (12:39 -0600)]
Menu: Change items option to menus

12 years agoBuild: Also minify i18n files.
Jörn Zaefferer [Thu, 1 Dec 2011 16:05:58 +0000 (17:05 +0100)]
Build: Also minify i18n files.

12 years agoMenu: Remove the isScrolling check which nolonger seems necessary.
kborchers [Wed, 30 Nov 2011 14:39:10 +0000 (08:39 -0600)]
Menu: Remove the isScrolling check which nolonger seems necessary.

12 years agoButton: Apply overflow: hidden in all browsers except IE 6,7 to avoid expanding the...
Scott González [Tue, 29 Nov 2011 20:01:04 +0000 (15:01 -0500)]
Button: Apply overflow: hidden in all browsers except IE 6,7 to avoid expanding the size of the button from negative text indent. Fixes #7911 - Button: icon only button in dialog causes horizontal scrollbar in Opera.

12 years agoMerge pull request #537 from RobLoach/master
Scott González [Tue, 29 Nov 2011 13:08:35 +0000 (05:08 -0800)]
Merge pull request #537 from RobLoach/master

Remove whitespace at the end of Dialog title CSS definition.

12 years agoRemove whitespace at the end of the Dialog title CSS definition. 537/head
Rob Loach [Mon, 28 Nov 2011 23:57:57 +0000 (18:57 -0500)]
Remove whitespace at the end of the Dialog title CSS definition.

12 years agoDialog: Modified the dialog._size() to use outerHeight in calculating the nonContentH...
James Khoury [Mon, 28 Nov 2011 21:52:10 +0000 (16:52 -0500)]
Dialog: Modified the dialog._size() to use outerHeight in calculating the nonContentHeight. Fixed #7692 - dialog: dialog height bug is incorrect when .ui-dialog padding set.

12 years agoAutocomplete: Don't invoke a search from arrow keys when the element can have multi...
meh-cfl [Mon, 28 Nov 2011 21:33:23 +0000 (16:33 -0500)]
Autocomplete: Don't invoke a search from arrow keys when the element can have multi-line text. Fixes #7639 - Key up/key down in textarea's should optionally not toggle auto-complete.

12 years agoMenu: Move mousedown handler into _bind and fix focusing of the Menu after click...
kborchers [Thu, 24 Nov 2011 04:37:55 +0000 (22:37 -0600)]
Menu: Move mousedown handler into _bind and fix focusing of the Menu after click. Fixes focus issues with Selectmenu and Autocomplete.

12 years agoAutocomplete: Removed commented out test.
Scott González [Wed, 23 Nov 2011 19:26:52 +0000 (14:26 -0500)]
Autocomplete: Removed commented out test.

12 years agoAutocomplete: Making sure we do not show search menu after a blur. Fixed #7423 -...
Shannon [Wed, 23 Nov 2011 18:39:45 +0000 (13:39 -0500)]
Autocomplete: Making sure we do not show search menu after a blur. Fixed #7423 - Tab out of autocomplete with remote source can leave menu showing.

12 years agoUpgrade jQuery to 1.7.1.
Scott González [Tue, 22 Nov 2011 13:43:09 +0000 (08:43 -0500)]
Upgrade jQuery to 1.7.1.

12 years agoSelectable: Explicitly check event.ctrlKey now that jQuery differentiates between...
Scott González [Tue, 22 Nov 2011 13:31:11 +0000 (08:31 -0500)]
Selectable: Explicitly check event.ctrlKey now that jQuery differentiates between meta and ctrl. Fixes #7858 - ctrl-click to select multiple elements not working.

12 years agoMerge pull request #463 from jason-oster/master
Scott González [Mon, 21 Nov 2011 21:32:30 +0000 (13:32 -0800)]
Merge pull request #463 from jason-oster/master

Merge #463.

12 years agoDroppable: Make sure._drop is called for all relevant droppables. Fixes #6009 - Upper...
Michael P. Jung [Mon, 21 Nov 2011 21:16:32 +0000 (16:16 -0500)]
Droppable: Make sure._drop is called for all relevant droppables. Fixes #6009 - Upper droppable should receive draggable. Fixes #6085 - Parent droppable takes precedence over dynamically created child droppable.

12 years agoWidget: Simplify data normalization in _trigger().
Scott González [Mon, 21 Nov 2011 16:31:51 +0000 (11:31 -0500)]
Widget: Simplify data normalization in _trigger().

12 years agoWidget: Don't use $.event.props when creating events.
Scott González [Mon, 21 Nov 2011 16:14:19 +0000 (11:14 -0500)]
Widget: Don't use $.event.props when creating events.

12 years agoWidget tests: Fixed _super() call in redefine test.
Scott González [Mon, 21 Nov 2011 13:43:08 +0000 (08:43 -0500)]
Widget tests: Fixed _super() call in redefine test.

12 years agoWidget: Remove method argument from _super and _superApply. Was a left-over from... 528/head
Jörn Zaefferer [Fri, 18 Nov 2011 11:19:32 +0000 (12:19 +0100)]
Widget: Remove method argument from _super and _superApply. Was a left-over from first implementation, not necessary anymore.

12 years agoMerge pull request #493 from solarprominence/patch-1
Kris Borchers [Thu, 17 Nov 2011 22:38:28 +0000 (14:38 -0800)]
Merge pull request #493 from solarprominence/patch-1

Datepicker: Corrected translation of the weekHeader in Ukrainian localization. Fixes #7896 Datepicker: Fix Ukrainian localization's week header

12 years agoMerge pull request #527 from kborchers/localization
Kris Borchers [Thu, 17 Nov 2011 22:17:17 +0000 (14:17 -0800)]
Merge pull request #527 from kborchers/localization

Datepicker: Added and updated a number of localizations based on pull requests. Fixes #7891, #7892, #7893, #7894 and #7895

12 years agoMerge pull request #511 from basti1253/master
Richard D. Worth [Thu, 17 Nov 2011 20:51:21 +0000 (12:51 -0800)]
Merge pull request #511 from basti1253/master

build: removes disturbing error outputs on which call

12 years agoDatepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch (Belgium) Localiz... 527/head
David De Sloovere [Thu, 17 Nov 2011 19:43:02 +0000 (13:43 -0600)]
Datepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch (Belgium) Localization

12 years agoDatepicker: Updated catalan translation using globalize.js as a reference (https...
David Soms [Thu, 17 Nov 2011 19:30:01 +0000 (13:30 -0600)]
Datepicker: Updated catalan translation using globalize.js as a reference (https://github.com/jquery/globalize/blob/master/lib/cultures/globalize.culture.ca.js). Fixes #7894 Datepicker: Update Catalan Localization

12 years agoDatepicker: Added Macedonian i18n for date picker plugin. Fixes #7893 Datepicker...
stojce [Thu, 17 Nov 2011 18:45:36 +0000 (12:45 -0600)]
Datepicker: Added Macedonian i18n for date picker plugin. Fixes #7893 Datepicker: Add Macedonian Localization

12 years agoDatepicker: Added Welsh/UK localization. Fixes #7892 Datepicker: Add Welsh/UK Localiz...
William Griffiths [Thu, 17 Nov 2011 18:34:33 +0000 (12:34 -0600)]
Datepicker: Added Welsh/UK localization. Fixes #7892 Datepicker: Add Welsh/UK Localization

12 years agoDatepicker: Added Luxembourgish translation. Fixes #7891 Datepicker: Add Luxembourgis...
Michel Weimerskirch [Thu, 17 Nov 2011 17:52:32 +0000 (11:52 -0600)]
Datepicker: Added Luxembourgish translation. Fixes #7891 Datepicker: Add Luxembourgish Translation

12 years agoMerge pull request #501 from maljub01/master
Scott González [Thu, 17 Nov 2011 15:31:03 +0000 (07:31 -0800)]
Merge pull request #501 from maljub01/master

Fixed ticket #7800 - Draggable helper="clone" doesn't remove the dragged clone if original element is removed upon drop

12 years agoMerge pull request #469 from polomoshnov/patch-1
Jörn Zaefferer [Thu, 17 Nov 2011 14:56:45 +0000 (06:56 -0800)]
Merge pull request #469 from polomoshnov/patch-1

Resizable: Removed unnecessary code.

12 years agoMerge pull request #429 from ckdake/master
Scott González [Thu, 17 Nov 2011 13:52:24 +0000 (05:52 -0800)]
Merge pull request #429 from ckdake/master

Just a small typo fix

12 years agoTooltip: Add demo with custom tooltip style.
Jörn Zaefferer [Thu, 10 Nov 2011 19:42:03 +0000 (20:42 +0100)]
Tooltip: Add demo with custom tooltip style.

12 years agoSpinner: Handle changes to numberFormat and currency options.
Scott González [Wed, 16 Nov 2011 17:07:33 +0000 (12:07 -0500)]
Spinner: Handle changes to numberFormat and currency options.

12 years agoSelectable: add ui-selectee class to elements matching filter on refresh. Fixes ...
Richard D. Worth [Wed, 16 Nov 2011 15:52:12 +0000 (10:52 -0500)]
Selectable: add ui-selectee class to elements matching filter on refresh. Fixes #7716 - Selectable: new elements added programatically don't have class ui-selectee

12 years agoAccordion: Fixed back-compat for icons.headerSelected when icons option is null.
Scott González [Wed, 16 Nov 2011 12:59:21 +0000 (07:59 -0500)]
Accordion: Fixed back-compat for icons.headerSelected when icons option is null.

12 years agoDemos accordion hoverintent: moved event.type setter to not clobber event.type. Parti...
Richard D. Worth [Fri, 11 Nov 2011 14:24:55 +0000 (09:24 -0500)]
Demos accordion hoverintent: moved event.type setter to not clobber event.type. Partial fix for #7871 - Demo accordion hoverintent: hover instead of hoverintent behavior with jQuery 1.7.0

12 years agoWidget: Set event.target in ._trigger(). Fixes #7852 - Droppable event target changes...
Scott González [Thu, 10 Nov 2011 12:58:44 +0000 (07:58 -0500)]
Widget: Set event.target in ._trigger(). Fixes #7852 - Droppable event target changes under jQuery 1.7.

12 years agoTheme base core: Updated clearfix to 'new micro clearfix hack' by Nicolas Gallagher...
Richard D. Worth [Wed, 9 Nov 2011 17:57:52 +0000 (12:57 -0500)]
Theme base core: Updated clearfix to 'new micro clearfix hack' by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/ . Fixed #7838 - Clearfix breaks after runs through YUI Compressor

12 years agoEffects tests: Proper detection of fixed position support in jQuery 1.7.
Scott González [Wed, 9 Nov 2011 16:38:16 +0000 (11:38 -0500)]
Effects tests: Proper detection of fixed position support in jQuery 1.7.

12 years agoUpgrade jQuery to 1.7.
Scott González [Wed, 9 Nov 2011 15:18:33 +0000 (10:18 -0500)]
Upgrade jQuery to 1.7.

12 years agoPopup: increased delay between focusout and focusin/mouseup as it was sometimes not...
Richard D. Worth [Wed, 9 Nov 2011 13:45:10 +0000 (08:45 -0500)]
Popup: increased delay between focusout and focusin/mouseup as it was sometimes not high enough

12 years agoSimulate: fixed charCode to be undefined unless specified. Fixed #3229 - Safari:...
Richard D. Worth [Mon, 7 Nov 2011 20:49:20 +0000 (15:49 -0500)]
Simulate: fixed charCode to be undefined unless specified. Fixed #3229 - Safari: jQuery.simulate() doesn't set "which" field for key events

12 years agoWidget: Define this.document properly when instantiating a widget on a document or...
Scott González [Mon, 7 Nov 2011 13:39:22 +0000 (08:39 -0500)]
Widget: Define this.document properly when instantiating a widget on a document or window. Fixes #7835 - Undefined property when creating widgets.

12 years agoMerge pull request #517 from MGaetan89/bug_7238
Scott González [Mon, 7 Nov 2011 12:11:32 +0000 (04:11 -0800)]
Merge pull request #517 from MGaetan89/bug_7238

Accordion: Fixed #7238 - Problem with accordion slide animation fixed wid

12 years agoAccordion: Fixed #7238 - Problem with accordion slide animation fixed width calculation 517/head
Gaëtan Muller [Sun, 6 Nov 2011 14:21:22 +0000 (15:21 +0100)]
Accordion: Fixed #7238 - Problem with accordion slide animation fixed width calculation

12 years agoTests: Removed unnecessary visual tests for button.
Scott González [Thu, 3 Nov 2011 13:01:15 +0000 (09:01 -0400)]
Tests: Removed unnecessary visual tests for button.

12 years agoTests: Removed visual tests for plugins that are being rewritten.
Scott González [Thu, 3 Nov 2011 12:45:04 +0000 (08:45 -0400)]
Tests: Removed visual tests for plugins that are being rewritten.

12 years agoTests: Change the input in the effects test to a text input. This fixes failing tests...
kborchers [Wed, 2 Nov 2011 17:22:58 +0000 (12:22 -0500)]
Tests: Change the input in the effects test to a text input. This fixes failing tests in IE8 that could not focus the input.

12 years agoPosition: Check for fraction support.
Scott González [Wed, 2 Nov 2011 15:09:00 +0000 (11:09 -0400)]
Position: Check for fraction support.

12 years agoTabs test: Increase delay in load test.
Scott González [Wed, 2 Nov 2011 13:35:20 +0000 (09:35 -0400)]
Tabs test: Increase delay in load test.

12 years agoPosition tests: Changed DOM structure to fix dimensions of within container.
Scott González [Wed, 2 Nov 2011 12:53:42 +0000 (08:53 -0400)]
Position tests: Changed DOM structure to fix dimensions of within container.

12 years agoDatepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan language...
Scott González [Tue, 1 Nov 2011 22:16:04 +0000 (18:16 -0400)]
Datepicker: Changed Kazakh locale from kz to kk. Fixes #7829 - Kazakhstan language code.

12 years agoTests (Simulate): Make the blur event async to deal with IE's native blur being async.
Scott González [Tue, 1 Nov 2011 20:35:49 +0000 (16:35 -0400)]
Tests (Simulate): Make the blur event async to deal with IE's native blur being async.

12 years agoAutocomplete tests: Fixed typo.
Scott González [Tue, 1 Nov 2011 20:26:31 +0000 (16:26 -0400)]
Autocomplete tests: Fixed typo.

12 years agobuild: removes disturbing error outputs on which call 511/head
basti [Tue, 1 Nov 2011 10:53:06 +0000 (11:53 +0100)]
build: removes disturbing error outputs on which call

By calling `which node nodejs` which reports an error even if there's an existing nodejs installation in $PATH.
It silently ignores that non existing issue now.

Before: http://imagebin.org/181889
After: http://imagebin.org/181890

12 years agoTests (Simulate): Added focus and blur support.
Scott González [Mon, 31 Oct 2011 21:28:00 +0000 (17:28 -0400)]
Tests (Simulate): Added focus and blur support.

12 years agoTests (Simulate): Whitespace cleanup.
Scott González [Mon, 31 Oct 2011 19:06:05 +0000 (15:06 -0400)]
Tests (Simulate): Whitespace cleanup.

12 years agoTests: Added ability to run tests against minified files via ?min=1
Scott González [Fri, 28 Oct 2011 19:58:33 +0000 (15:58 -0400)]
Tests: Added ability to run tests against minified files via ?min=1

12 years agoMenubar: Refactored _next, _prev, _right and _left into a single method called _move...
kborchers [Thu, 27 Oct 2011 03:54:12 +0000 (22:54 -0500)]
Menubar: Refactored _next, _prev, _right and _left into a single method called _move and then created next and previous public methods that call _move. Very similar to how Menu handles keyboard interaction.

12 years agoMerge pull request #505 from midlis/globaljsfix
Scott González [Tue, 25 Oct 2011 23:34:42 +0000 (16:34 -0700)]
Merge pull request #505 from midlis/globaljsfix

Demos: replace global.js with globalize.js.

12 years agoDemos: replace global.js with globalize.js. 505/head
midlis [Tue, 25 Oct 2011 22:41:11 +0000 (23:41 +0100)]
Demos: replace global.js with globalize.js.

12 years agoEffects Core: Do not overwrite css or class changes that aren't animated during class...
ddstreet [Tue, 25 Oct 2011 22:40:37 +0000 (17:40 -0500)]
Effects Core: Do not overwrite css or class changes that aren't animated during class animation. Fixed #7106 - animateClass: css and class changes during animation are lost

12 years agoAutocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. Fixes...
Scott González [Tue, 25 Oct 2011 21:19:26 +0000 (17:19 -0400)]
Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. Fixes #7513 - Autocomplete: long text wraps in Firefox.

12 years agoWidget: Use parentWindow if defaultView doesn't exist.
Scott González [Fri, 21 Oct 2011 13:26:07 +0000 (09:26 -0400)]
Widget: Use parentWindow if defaultView doesn't exist.

Thanks ronchalant

12 years agoWidget: Added window and document properties. Fixes #7801 - Widget: Add document...
Scott González [Thu, 20 Oct 2011 20:57:47 +0000 (16:57 -0400)]
Widget: Added window and document properties. Fixes #7801 - Widget: Add document and window properties.

13 years agoButton: Create text span in correct document.
Scott González [Thu, 20 Oct 2011 17:28:31 +0000 (13:28 -0400)]
Button: Create text span in correct document.

13 years agoMenubar: Allow structures other than just UL/LI
kborchers [Wed, 19 Oct 2011 18:59:07 +0000 (13:59 -0500)]
Menubar: Allow structures other than just UL/LI

13 years agoWidget: Refactoring setOptions loop to remove unnesecary closure / that reference
Corey Frang [Wed, 19 Oct 2011 17:54:08 +0000 (12:54 -0500)]
Widget: Refactoring setOptions loop to remove unnesecary closure / that reference

13 years agoMenu: Added the new trigger option to the defaults unit test
kborchers [Wed, 19 Oct 2011 15:18:33 +0000 (10:18 -0500)]
Menu: Added the new trigger option to the defaults unit test

13 years agoPopup: Remove any references to "that" and use _delay instead of setTimeout.
kborchers [Wed, 19 Oct 2011 15:13:05 +0000 (10:13 -0500)]
Popup: Remove any references to "that" and use _delay instead of setTimeout.

13 years agoMerge branch 'master' of github.com:jquery/jquery-ui
Jörn Zaefferer [Wed, 19 Oct 2011 10:40:07 +0000 (12:40 +0200)]
Merge branch 'master' of github.com:jquery/jquery-ui

13 years agoRewrite popup/menu interaction to make popup managed by menu (adds trigger option...
Hans Hillen [Wed, 19 Oct 2011 09:41:33 +0000 (11:41 +0200)]
Rewrite popup/menu interaction to make popup managed by menu (adds trigger option to menu). Makes popup agnostic of menu and allows datepicker to use popup (soon).

13 years agoMenu: Update visual test to remove bottom scroll bar in scrolling menus in IE6 and IE7
kborchers [Wed, 19 Oct 2011 02:02:45 +0000 (21:02 -0500)]
Menu: Update visual test to remove bottom scroll bar in scrolling menus in IE6 and IE7

13 years agoBuild: Switching to uglify.js instead of closure compilier. Saves 4 minutes per...
Corey Frang [Tue, 18 Oct 2011 17:09:38 +0000 (12:09 -0500)]
Build: Switching to uglify.js instead of closure compilier.  Saves 4 minutes per build, and actually produces slightly smaller files