jquery-ui/ui
Daniel DeGroff af85dfcafb Tooltip: On close and destroy only set title if empty or undefined
Ticket #8925 states that changes to the title attribute while the
tooltip is open are lost on tooltip close.

In the close and destroy functions, the title attribute is always
written if a value was stored in the element on open. It is possible
the attribute has changed and restoring the initial value may overwrite
the current value.

If the value is empty or undefined as set in open, do not set the title
attribute.

This fix has the limitation that if the user removed the title
attribute or set the value to an empty string the original title value
would be restored on close and destroy.

Fixes #8925
2014-01-06 16:10:02 +01:00
..
i18n Datepicker: Corrected values for Latvian locale. Fixes #9656 - Datepicker: Incorrect values in Latvian localization. 2013-11-13 07:09:10 -05:00
.jshintrc Build: Include es3 option for JSHint. 2013-11-22 09:54:27 -05:00
jquery.ui.accordion.js Accordion: Whitespace 2013-12-07 18:00:07 +01:00
jquery.ui.autocomplete.js Autocomplete: Whitespace 2013-12-07 18:00:20 +01:00
jquery.ui.button.js Button: Remove obsolete mouse click coordinates checking. Fixed #7665 - Button: Radio button & checkboxes ignore mouseclicks for minor mouse movements. 2013-10-29 12:51:17 -04:00
jquery.ui.core.js Draggable: normalize lookups for rootNodes when to bust scroll cache. Fixes #9379 - Draggable: position bug in scrollable div 2013-12-03 10:08:12 -05:00
jquery.ui.datepicker.js Datepicker: Prefix variables with component name. 2013-10-24 09:19:42 -04:00
jquery.ui.dialog.js Dialog: Keep track of instances to focus when elements outside the dialog get focus. Works with inheritance. Adds tests for both. Fixes #9241 - Dialog: UI dialog inheritance causes undefined property '_focusTabbable' in IE9 2013-11-20 16:04:13 +01:00
jquery.ui.draggable.js Draggable: normalize lookups for rootNodes when to bust scroll cache. Fixes #9379 - Draggable: position bug in scrollable div 2013-12-03 10:08:12 -05:00
jquery.ui.droppable.js Fix various coding style issues 2013-11-13 19:20:16 +01:00
jquery.ui.effect-blind.js Fix various coding style issues 2013-11-13 19:20:16 +01:00
jquery.ui.effect-bounce.js Update copyright year to 2013. 2013-01-10 08:52:20 -05:00
jquery.ui.effect-clip.js Update copyright year to 2013. 2013-01-10 08:52:20 -05:00
jquery.ui.effect-drop.js Update copyright year to 2013. 2013-01-10 08:52:20 -05:00
jquery.ui.effect-explode.js Fix various coding style issues 2013-11-13 19:20:16 +01:00
jquery.ui.effect-fade.js Update copyright year to 2013. 2013-01-10 08:52:20 -05:00
jquery.ui.effect-fold.js Update copyright year to 2013. 2013-01-10 08:52:20 -05:00
jquery.ui.effect-highlight.js Update copyright year to 2013. 2013-01-10 08:52:20 -05:00
jquery.ui.effect-puff.js Effect: Give puff-effect and size-effect its own files. Previously, they were into scale-effect file. 2013-06-22 11:37:37 -03:00
jquery.ui.effect-pulsate.js Update copyright year to 2013. 2013-01-10 08:52:20 -05:00
jquery.ui.effect-scale.js Fix various coding style issues 2013-11-13 19:20:16 +01:00
jquery.ui.effect-shake.js Fix various coding style issues 2013-11-13 19:20:16 +01:00
jquery.ui.effect-size.js Fix various coding style issues 2013-11-13 19:20:16 +01:00
jquery.ui.effect-slide.js Update copyright year to 2013. 2013-01-10 08:52:20 -05:00
jquery.ui.effect-transfer.js Fix various coding style issues 2013-11-13 19:20:16 +01:00
jquery.ui.effect.js Fix various coding style issues 2013-11-13 19:20:16 +01:00
jquery.ui.menu.js Menu: Add _isDivider method 2013-12-18 19:29:41 +01:00
jquery.ui.mouse.js JSCS config: Set requireSpaceBeforeBinaryOperators, fix occurences 2013-12-09 13:02:19 +01:00
jquery.ui.position.js JSCS config: Set disallowSpaceAfterObjectKeys, fix two occurences 2013-12-09 12:55:17 +01:00
jquery.ui.progressbar.js Widget: Stop setting ui-state-disabled and aria by default on setting disabled option. 2013-03-14 19:08:21 -04:00
jquery.ui.resizable.js Resizable: remove redundant comments and whitespace 2013-12-15 13:04:38 -05:00
jquery.ui.selectable.js Fix various coding style issues 2013-11-13 19:20:16 +01:00
jquery.ui.selectmenu.js Selectmenu: fix lint issue 2013-12-18 20:11:29 +01:00
jquery.ui.slider.js Fix various coding style issues 2013-11-13 19:20:16 +01:00
jquery.ui.sortable.js Sortable: Adjust itemWithLeastDistance algorithm in _contactContainers to properly handle dragging items to the beginning and ends of lists. Fixes #9314 - Sortable: Items cannot be dragged directly into bottom position. Fixes #9381 - Sortable: Connected list placeholders have an inaccurate initial position 2013-11-01 15:17:05 -05:00
jquery.ui.spinner.js Fix various coding style issues 2013-11-13 19:20:16 +01:00
jquery.ui.tabs.js JSCS config: Set disallowSpaceAfterObjectKeys, fix two occurences 2013-12-09 12:55:17 +01:00
jquery.ui.tooltip.js Tooltip: On close and destroy only set title if empty or undefined 2014-01-06 16:10:02 +01:00
jquery.ui.widget.js Widget: Prefix variables with component name. 2013-10-24 09:19:42 -04:00