]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
13 years agoMenu: Added Home moves to first item and End moves to last item in currently active... 397/head
kborchers [Mon, 25 Jul 2011 14:13:13 +0000 (09:13 -0500)]
Menu: Added Home moves to first item and End moves to last item in currently active menu or submenu. Also fixed PageUp and PageDown so that they don't wrap back around to other end of menu. Also fixed scrolling to use activeMenu rather than element to all. Also added unit tests for keyboard nav

13 years agoWidget demo: Add a button to change the color of the widget.
Scott González [Wed, 20 Jul 2011 17:15:28 +0000 (13:15 -0400)]
Widget demo: Add a button to change the color of the widget.

13 years agoMerge pull request #368 from kborchers/bug_3532_2
Scott González [Wed, 20 Jul 2011 13:30:51 +0000 (06:30 -0700)]
Merge pull request #368 from kborchers/bug_3532_2

Accordion: Stop current hide animation, jump to last animation and calculate percentages for padding in addition to height. Fixes #3532 - Accordion: Activating a panel during animation fails

13 years agoAccordion: Stop current hide animation, jump to last animation and calculate percenta... 368/head
kborchers [Wed, 20 Jul 2011 13:19:01 +0000 (08:19 -0500)]
Accordion: Stop current hide animation, jump to last animation and calculate percentages for padding in addition to height. Fixes #3532 - Accordion: Activating a panel during animation fails

13 years agoMenu: Passed the original event that causes a blur through collapseAll to blur, then...
kborchers [Tue, 19 Jul 2011 21:15:59 +0000 (16:15 -0500)]
Menu: Passed the original event that causes a blur through collapseAll to blur, then trigger a blur on the menu. Fixes failing unit test provided by @rwaldron which has been included in this commit

13 years agoMerge branch 'master' of github.com:jquery/jquery-ui
Richard D. Worth [Tue, 19 Jul 2011 15:05:20 +0000 (11:05 -0400)]
Merge branch 'master' of github.com:jquery/jquery-ui

13 years agoAdd Hans Hillen to AUTHORS.txt
Jörn Zaefferer [Tue, 19 Jul 2011 14:27:11 +0000 (16:27 +0200)]
Add Hans Hillen to AUTHORS.txt

13 years agoDatepicker i18n: Corrected Dutch abbreviation of month name March. Fixed #7566 -...
Richard D. Worth [Tue, 19 Jul 2011 15:03:22 +0000 (11:03 -0400)]
Datepicker i18n: Corrected Dutch abbreviation of month name March. Fixed #7566 - Dutch march name translation

13 years agoAdd Hans Hillen to AUTHORS.txt
Jörn Zaefferer [Tue, 19 Jul 2011 14:27:11 +0000 (16:27 +0200)]
Add Hans Hillen to AUTHORS.txt

13 years agoDatepicker: show inline datepicker setting explicit display:block instead of using...
Richard D. Worth [Tue, 19 Jul 2011 11:59:21 +0000 (07:59 -0400)]
Datepicker: show inline datepicker setting explicit display:block instead of using .show() in case it is disconnected. Fixed #7552 - A Datepicker created on a detached div has zero height

13 years agoReadme: Add contributor instructions, for someone not looking at site or wiki first.
Jörn Zaefferer [Sat, 16 Jul 2011 01:00:37 +0000 (21:00 -0400)]
Readme: Add contributor instructions, for someone not looking at site or wiki first.

13 years agoMenu: Changed closeAll to collapseAll and updated in Menubar, also updated a referenc...
kborchers [Thu, 14 Jul 2011 15:20:47 +0000 (10:20 -0500)]
Menu: Changed closeAll to collapseAll and updated in Menubar, also updated a reference to left in Menubar to collapse.

13 years agoMenu: Fix formatting and whitespace (was supposed to update previous commit)
Jörn Zaefferer [Thu, 14 Jul 2011 15:10:28 +0000 (11:10 -0400)]
Menu: Fix formatting and whitespace (was supposed to update previous commit)

13 years agoMenu: Check if submenu is already open and if so, don't call open again. Fixes Firefo...
kborchers [Wed, 13 Jul 2011 23:19:02 +0000 (18:19 -0500)]
Menu: Check if submenu is already open and if so, don't call open again. Fixes Firefox bug where a mouseover of an icon adjusted the position of a submenu by a half pixel

13 years agoTooltip: Handle ESCAPE key event to close tooltip when target has focus.
Jörn Zaefferer [Wed, 13 Jul 2011 22:06:16 +0000 (18:06 -0400)]
Tooltip: Handle ESCAPE key event to close tooltip when target has focus.

13 years agoMenu: Remove the ui-state-active class from the siblings of the newly activated menu... 392/head
kborchers [Wed, 13 Jul 2011 20:33:17 +0000 (15:33 -0500)]
Menu: Remove the ui-state-active class from the siblings of the newly activated menu item without a delay to fix a bug where mouseover of a menu item directly adjacent to the active item would cause a 1 pixel jump due to both items having a class with a border (ui-state-active and ui-state-focus)

13 years agoMenubar: Trigger select event after running all other methods. Allows the select...
Jörn Zaefferer [Wed, 13 Jul 2011 15:03:25 +0000 (11:03 -0400)]
Menubar: Trigger select event after running all other methods. Allows the select-handler to destroy the widget without errors.

13 years agoAccordion: Fixed key handling.
Scott González [Wed, 13 Jul 2011 00:50:24 +0000 (20:50 -0400)]
Accordion: Fixed key handling.

13 years agoPosition: Cleanup up position demo CSS and add it to the within-visual-test
Jörn Zaefferer [Tue, 12 Jul 2011 15:15:33 +0000 (11:15 -0400)]
Position: Cleanup up position demo CSS and add it to the within-visual-test

13 years agoMerge remote branch 'bmsterling/position'
Jörn Zaefferer [Tue, 12 Jul 2011 15:10:40 +0000 (11:10 -0400)]
Merge remote branch 'bmsterling/position'

13 years agoMenu: Added close on click outside using technique from popup
kborchers [Sun, 10 Jul 2011 04:30:35 +0000 (23:30 -0500)]
Menu: Added close on click outside using technique from popup

13 years agoExtend .gitignore with Eclipse WTP .settings
Jörn Zaefferer [Tue, 12 Jul 2011 14:06:43 +0000 (10:06 -0400)]
Extend .gitignore with Eclipse WTP .settings

13 years agoDialog: Append the dialog to the body early to make sure styles from the classes...
Scott González [Tue, 12 Jul 2011 13:16:03 +0000 (09:16 -0400)]
Dialog: Append the dialog to the body early to make sure styles from the classes get applied.

13 years agoPosition: Add flip-classes. Fixes #5937 - Position: Add ability to determine if the... 390/head
Benjamin Sterling [Mon, 11 Jul 2011 23:49:56 +0000 (19:49 -0400)]
Position: Add flip-classes. Fixes #5937 - Position: Add ability to determine if the element is flipped via css

13 years agoMerge remote branch 'kborchers/menubar-autoExpand'
Jörn Zaefferer [Sun, 10 Jul 2011 02:40:14 +0000 (22:40 -0400)]
Merge remote branch 'kborchers/menubar-autoExpand'

13 years agoMenubar: Added the autoExpand option and modified the default demo to show functionality 380/head
kborchers [Thu, 7 Jul 2011 14:29:50 +0000 (09:29 -0500)]
Menubar: Added the autoExpand option and modified the default demo to show functionality

13 years agoMerge remote branch 'kborchers/menu-expand-collapse'
Jörn Zaefferer [Wed, 6 Jul 2011 20:56:23 +0000 (16:56 -0400)]
Merge remote branch 'kborchers/menu-expand-collapse'

13 years agoMenu: Changed left and right methods to collapse and expand respectively. 377/head
kborchers [Tue, 5 Jul 2011 15:02:33 +0000 (10:02 -0500)]
Menu: Changed left and right methods to collapse and expand respectively.

13 years agoMerge remote branch 'pgraham/master'
Jörn Zaefferer [Tue, 28 Jun 2011 21:41:36 +0000 (16:41 -0500)]
Merge remote branch 'pgraham/master'

13 years agoUpdated guard against unparsed characters to allow extra characters as long as they... 375/head
Philip Graham [Tue, 28 Jun 2011 16:40:28 +0000 (16:40 +0000)]
Updated guard against unparsed characters to allow extra characters as long as they are separated from the date by whitespace.  This maintains compatibility with timepicker extensions.

Fixes #7244 - Datepicker: parseDate() does not throw an exception for long years

13 years agoDatepicker: Added onSelect.apply() call to _setDate method if onSelect is defined...
marcneuwirth [Tue, 28 Jun 2011 15:59:08 +0000 (10:59 -0500)]
Datepicker: Added onSelect.apply() call to _setDate method if onSelect is defined. Fixed #6264 - Datepicker: onSelect does not fire when setDate is called

13 years agoDatepicker: Added onSelect.apply() call to _doKeyDown method when enter button pushed...
marcneuwirth [Tue, 28 Jun 2011 15:49:47 +0000 (10:49 -0500)]
Datepicker: Added onSelect.apply() call to _doKeyDown method when enter button pushed if onSelect is defined. Fixed #7124 - Datepicker: onSelect does not fire when enter button is pushed

13 years agoUnit Tests: Fixing a typo in the new test for hide/show on hidden/shown
Corey Frang [Thu, 23 Jun 2011 12:24:48 +0000 (07:24 -0500)]
Unit Tests: Fixing a typo in the new test for hide/show on hidden/shown

13 years agoEffects.core: Check Visibility vs 'hide' and 'show' modes, finish immediately if...
Corey Frang [Thu, 23 Jun 2011 12:22:34 +0000 (07:22 -0500)]
Effects.core: Check Visibility vs 'hide' and 'show' modes, finish immediately if neccessary - Fixes #6715 - Hide and Show try to affect hidden and showing elements

13 years agoUnit Tests: Adding a unit test to make sure .stop( true, true ) clears the inline...
Corey Frang [Thu, 23 Jun 2011 10:29:09 +0000 (05:29 -0500)]
Unit Tests: Adding a unit test to make sure .stop( true, true ) clears the inline styles when using animateClass - Fixed #3928 - Class-Animation: Please add a clearInlineStyle-Option

13 years agoDatepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: _selectDate...
marcneuwirth [Wed, 22 Jun 2011 09:03:55 +0000 (04:03 -0500)]
Datepicker: Removing unnessecary typeof check. Fixed #6669 - Datepicker: _selectDate restores focus to non-object

13 years agoEffects.*: DRY the complete callback execution into the 'done' callback passed into...
gnarf [Tue, 21 Jun 2011 06:11:46 +0000 (01:11 -0500)]
Effects.*: DRY the complete callback execution into the 'done' callback passed into an effect

13 years agoEffects.*: Style Guidance
gnarf [Tue, 21 Jun 2011 06:15:42 +0000 (01:15 -0500)]
Effects.*: Style Guidance

13 years agoEffects.*: Updating Effect Method API to avoid duplicating the queue call - Fixes...
gnarf [Tue, 21 Jun 2011 05:23:52 +0000 (00:23 -0500)]
Effects.*: Updating Effect Method API to avoid duplicating the queue call - Fixes #7318 - Add the queue functions to $.fn.effect()

13 years agoMerge pull request #353 from kborchers/bug_7043
Scott González [Thu, 16 Jun 2011 17:35:04 +0000 (10:35 -0700)]
Merge pull request #353 from kborchers/bug_7043

Datepicker: Calculate the max number of rows necessary when displaying months. Fixes #7043 - Datepicker: Using multiple months always renders 6 rows of dates even if only 5 are needed

13 years agoMerge pull request #322 from kborchers/bug_5665
Corey Frang [Thu, 16 Jun 2011 07:40:10 +0000 (00:40 -0700)]
Merge pull request #322 from kborchers/bug_5665

Datepicker: Added checks for the disabled option. Fixed #5665 - Datepicker: Disabled parameter doesn't work

13 years agoMerge pull request #365 from kborchers/bug_7475
Scott González [Wed, 15 Jun 2011 12:49:13 +0000 (05:49 -0700)]
Merge pull request #365 from kborchers/bug_7475

CSS: Switched the icons for .ui-icon-radio-on and .ui-icon-radio-off. Fixes #7475 - .ui-icon-radio-on and .ui-icon-radio-off reversed

13 years agoCSS: Switched the icons for .ui-icon-radio-on and .ui-icon-radio-off. Fixes #7475... 365/head
kborchers [Tue, 14 Jun 2011 21:55:27 +0000 (16:55 -0500)]
CSS: Switched the icons for .ui-icon-radio-on and .ui-icon-radio-off. Fixes #7475 - .ui-icon-radio-on and .ui-icon-radio-off reversed

13 years agoTests: Adding visual/unit tests for scale effect.
gnarf [Tue, 14 Jun 2011 20:11:43 +0000 (15:11 -0500)]
Tests: Adding visual/unit tests for scale effect.

13 years agoEffects.scale: Update the position of the element post animation to avoid jumping...
gnarf [Mon, 13 Jun 2011 18:02:16 +0000 (13:02 -0500)]
Effects.scale: Update the position of the element post animation to avoid jumping - Fixed #4316 - Element jumps to wrong position after scale effect with origin: ['middle','center'] parameter

13 years agoSpinner: modified _spin and _setOption to call new method _trimValue to check for...
beatryder [Tue, 14 Jun 2011 01:42:45 +0000 (20:42 -0500)]
Spinner: modified _spin and _setOption to call new method _trimValue to check for min/max values. Fixed #7264 - Spinner returns values beyond min and max, off by one

13 years agoAccordion tests: Cleanup.
Scott González [Mon, 13 Jun 2011 18:51:13 +0000 (14:51 -0400)]
Accordion tests: Cleanup.

13 years agoAutocomplete tests: Cleanup.
Scott González [Mon, 13 Jun 2011 18:09:44 +0000 (14:09 -0400)]
Autocomplete tests: Cleanup.

13 years agoDatepicker: Set font-size to 0em on ui-datepicker-row-break to override font-size... 353/head
kborchers [Mon, 13 Jun 2011 17:05:42 +0000 (12:05 -0500)]
Datepicker: Set font-size to 0em on ui-datepicker-row-break to override font-size coming from ui-widget which caused the height to be too tall in IE

13 years agoDatepicker: Reset this.maxRows (rows in a month) on each row in a multi-row datepicker.
kborchers [Mon, 13 Jun 2011 15:54:40 +0000 (10:54 -0500)]
Datepicker: Reset this.maxRows (rows in a month) on each row in a multi-row datepicker.

13 years agoAccordion tests: Don't use deprecated assertion methods.
Scott González [Mon, 13 Jun 2011 14:54:47 +0000 (10:54 -0400)]
Accordion tests: Don't use deprecated assertion methods.

13 years agoEffects.transfer: check the target is fixed or not, and consider scrolling. Fixed...
tomykaira [Fri, 10 Jun 2011 20:52:27 +0000 (15:52 -0500)]
Effects.transfer: check the target is fixed or not, and consider scrolling. Fixed #5547 - Transfer effect to fixed positioned element.

13 years agoPosition: Coding standards.
Scott González [Fri, 10 Jun 2011 20:07:03 +0000 (16:07 -0400)]
Position: Coding standards.

13 years agoMenubar and Menu: Cleanup menu styles. Pull out menubar styles from demo into css...
Jörn Zaefferer [Fri, 10 Jun 2011 17:07:54 +0000 (19:07 +0200)]
Menubar and Menu: Cleanup menu styles. Pull out menubar styles from demo into css file.

13 years agomenu: Second pass style guidance
gnarf [Fri, 10 Jun 2011 12:23:01 +0000 (07:23 -0500)]
menu: Second pass style guidance

13 years agomenu: Partial Style Guidance - Fixing JSLint Warnings
gnarf [Fri, 10 Jun 2011 10:20:45 +0000 (05:20 -0500)]
menu: Partial Style Guidance - Fixing JSLint Warnings

13 years agoPopup: Remove comment in default demo, focus handling is now working properly
Jörn Zaefferer [Fri, 10 Jun 2011 10:21:58 +0000 (12:21 +0200)]
Popup: Remove comment in default demo, focus handling is now working properly

13 years agoMerge remote branch 'hanshillen/popup-hh'
Jörn Zaefferer [Fri, 10 Jun 2011 10:17:12 +0000 (12:17 +0200)]
Merge remote branch 'hanshillen/popup-hh'

13 years agoUse of _bind, maintain original tabindex value for popup 344/head
Hans Hillen [Fri, 10 Jun 2011 09:42:43 +0000 (11:42 +0200)]
Use of _bind, maintain original tabindex value for popup

13 years agoMerge branch 'effects-clean'
gnarf [Fri, 10 Jun 2011 01:43:28 +0000 (20:43 -0500)]
Merge branch 'effects-clean'

13 years agoeffects.core: Convert elements height/width to px and restore after animation in...
tomykaira [Fri, 10 Jun 2011 01:36:48 +0000 (20:36 -0500)]
effects.core: Convert elements height/width to px and restore after animation in all effects. Fixed #5245 - Relative width elements break when wrapped for effects

13 years agoPosition: added check for undefined value of offset. Fixed #7458 - ui.position offset...
tashekelahi [Fri, 10 Jun 2011 01:04:51 +0000 (21:04 -0400)]
Position: added check for undefined value of offset. Fixed #7458 - ui.position offset property creates error when set to undefined

13 years agoUpdate menubar to forward menu option to nested menus, update default demo to set...
Jörn Zaefferer [Thu, 9 Jun 2011 15:14:21 +0000 (17:14 +0200)]
Update menubar to forward menu option to nested menus, update default demo to set within update to the demo frame (for /demos) or window (standalone). Update visual test to have more useful defaults

13 years agoMerge remote branch 'davidmurdoch/ticket-5645'
Jörn Zaefferer [Thu, 9 Jun 2011 14:40:50 +0000 (16:40 +0200)]
Merge remote branch 'davidmurdoch/ticket-5645'

13 years agoWidget: Added ability to get deep options. Fixes #7459 - Widget: Extend .option(...
Scott González [Thu, 9 Jun 2011 13:47:18 +0000 (09:47 -0400)]
Widget: Added ability to get deep options. Fixes #7459 - Widget: Extend .option() to get partial nested options.

13 years agoWidget demo: Coding standards, fixed some broken code, added more comments.
Scott González [Wed, 8 Jun 2011 01:39:02 +0000 (21:39 -0400)]
Widget demo: Coding standards, fixed some broken code, added more comments.

13 years agoeffects.clip: Style Guidance, reorganizing vars for better compression 357/head
gnarf [Sat, 4 Jun 2011 21:03:15 +0000 (16:03 -0500)]
effects.clip: Style Guidance, reorganizing vars for better compression

13 years agoWidget demo: Some improvements based on Scott's comments. 355/head
Jörn Zaefferer [Thu, 2 Jun 2011 12:25:25 +0000 (14:25 +0200)]
Widget demo: Some improvements based on Scott's comments.

13 years agoMerge branch 'master' into widget-factory-demo
Jörn Zaefferer [Thu, 2 Jun 2011 12:11:55 +0000 (14:11 +0200)]
Merge branch 'master' into widget-factory-demo

13 years agoMerge branch 'master' into widget-factory-demo
Jörn Zaefferer [Thu, 2 Jun 2011 12:06:54 +0000 (14:06 +0200)]
Merge branch 'master' into widget-factory-demo

13 years agoWidget demo: Some more inline comments
Jörn Zaefferer [Thu, 2 Jun 2011 11:25:12 +0000 (13:25 +0200)]
Widget demo: Some more inline comments

13 years agoWidget demo: Replace inline editor with colorize. This can stick around forever,...
Jörn Zaefferer [Thu, 2 Jun 2011 11:22:33 +0000 (13:22 +0200)]
Widget demo: Replace inline editor with colorize. This can stick around forever, won't be making it a real widget.

13 years agoTooltip demos: Renamed delgation mixbag.
Scott González [Mon, 30 May 2011 23:07:40 +0000 (19:07 -0400)]
Tooltip demos: Renamed delgation mixbag.

13 years agoTooltip: Added tests for ui object in open and close events.
Scott González [Mon, 30 May 2011 22:51:29 +0000 (18:51 -0400)]
Tooltip: Added tests for ui object in open and close events.

13 years agoTooltip: Pass the tooltip element in the open and close events.
Scott González [Mon, 30 May 2011 22:42:06 +0000 (18:42 -0400)]
Tooltip: Pass the tooltip element in the open and close events.

13 years agoWidget: Fixed _show() and _hide() implementation and added tests.
Scott González [Mon, 30 May 2011 22:27:48 +0000 (18:27 -0400)]
Widget: Fixed _show() and _hide() implementation and added tests.

13 years agoFix various pull request comments and coding standards issues
Hans Hillen [Mon, 30 May 2011 21:37:14 +0000 (23:37 +0200)]
Fix various pull request comments and coding standards issues

13 years agoTooltip demo: Use static map instead of interactive map.
Scott González [Mon, 30 May 2011 19:55:41 +0000 (15:55 -0400)]
Tooltip demo: Use static map instead of interactive map.

13 years agoSpinner: disable text selection on buttons (plus minmal whitespace cleanup)
Jörn Zaefferer [Mon, 30 May 2011 18:08:58 +0000 (20:08 +0200)]
Spinner: disable text selection on buttons (plus minmal whitespace cleanup)

13 years agoTooltip: Fixed handling of disabled tooltips.
Scott González [Mon, 30 May 2011 00:50:21 +0000 (20:50 -0400)]
Tooltip: Fixed handling of disabled tooltips.

13 years agoTooltip demo: Removing stray periods.
Scott González [Mon, 30 May 2011 00:15:24 +0000 (20:15 -0400)]
Tooltip demo: Removing stray periods.

13 years agoTooltip: Added some comments.
Scott González [Sun, 29 May 2011 23:41:57 +0000 (19:41 -0400)]
Tooltip: Added some comments.

13 years agoTooltip: Use bgiframe if available
Scott González [Sun, 29 May 2011 23:28:35 +0000 (19:28 -0400)]
Tooltip: Use bgiframe if available

13 years agoTooltip: Don't close tooltips on mouseleave if the element is still focused.
Scott González [Sun, 29 May 2011 23:21:31 +0000 (19:21 -0400)]
Tooltip: Don't close tooltips on mouseleave if the element is still focused.

13 years agoTooltip demo: Add note about interactive tooltips.
Scott González [Sun, 29 May 2011 21:32:09 +0000 (17:32 -0400)]
Tooltip demo: Add note about interactive tooltips.

13 years agoTooltip demo: Small tweaks.
Scott González [Sun, 29 May 2011 17:50:53 +0000 (13:50 -0400)]
Tooltip demo: Small tweaks.

13 years agoTooltip: Don't mess with the title attribute if it doesn't exist. Prevents the creati...
Scott González [Sun, 29 May 2011 17:34:37 +0000 (13:34 -0400)]
Tooltip: Don't mess with the title attribute if it doesn't exist. Prevents the creation of a title attribute if there wasn't one to begin with.

13 years agoTooltip: New delegation mixbag demo (still needs better name).
Scott González [Sun, 29 May 2011 16:31:06 +0000 (12:31 -0400)]
Tooltip: New delegation mixbag demo (still needs better name).

13 years agoTooltip: Change default collision detection to 'flip fit' since the default vertical...
Scott González [Sun, 29 May 2011 16:29:11 +0000 (12:29 -0400)]
Tooltip: Change default collision detection to 'flip fit' since the default vertical positioning is centered and can't flip

13 years agoTooltip video player demo: Close tooltip on click of popup button.
Scott González [Sun, 29 May 2011 13:13:35 +0000 (09:13 -0400)]
Tooltip video player demo: Close tooltip on click of popup button.

13 years agoTooltip: Coding standards.
Scott González [Sun, 29 May 2011 00:30:14 +0000 (20:30 -0400)]
Tooltip: Coding standards.

13 years agoTooltip: Alphabetized options.
Scott González [Sun, 29 May 2011 00:19:23 +0000 (20:19 -0400)]
Tooltip: Alphabetized options.

13 years agoTooltip: Removed click handler.
Scott González [Sun, 29 May 2011 00:15:26 +0000 (20:15 -0400)]
Tooltip: Removed click handler.

13 years agoTooltip: Fixed tracking of tooltip elements.
Scott González [Sat, 28 May 2011 23:38:01 +0000 (19:38 -0400)]
Tooltip: Fixed tracking of tooltip elements.

13 years agoTooltip: Fixed tooltipClass option and added test.
Scott González [Sat, 28 May 2011 21:55:45 +0000 (17:55 -0400)]
Tooltip: Fixed tooltipClass option and added test.

13 years agoTooltip: Allow content updates via async response regardless of whether a sync respon...
Scott González [Sat, 28 May 2011 21:36:57 +0000 (17:36 -0400)]
Tooltip: Allow content updates via async response regardless of whether a sync response came back. Added more tests.

13 years agoTooltip demos: Better tooltip content for custom animations.
Scott González [Sat, 28 May 2011 21:14:42 +0000 (17:14 -0400)]
Tooltip demos: Better tooltip content for custom animations.

13 years agoTooltip tests: Refactored and added some tests.
Scott González [Sat, 28 May 2011 20:20:46 +0000 (16:20 -0400)]
Tooltip tests: Refactored and added some tests.

13 years agoTooltip: Added a destroy method to remove generated tooltip elements.
Scott González [Sat, 28 May 2011 20:20:01 +0000 (16:20 -0400)]
Tooltip: Added a destroy method to remove generated tooltip elements.

13 years agoTooltip: Added some tests.
Scott González [Sat, 28 May 2011 19:43:22 +0000 (15:43 -0400)]
Tooltip: Added some tests.