jquery-ui/tests
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
..
unit Tooltip: On close and destroy only set title if empty or undefined 2014-01-06 16:10:02 +01:00
visual Selectmenu Tests: add unit and visual tests for width option 2013-12-07 19:10:50 +01:00
.jshintrc Build: Include es3 option for JSHint. 2013-11-22 09:54:27 -05:00
index.css Tests: Cleaned up index pages. Fixes #7374 - Broken link to Static and Visual tests (Index of Static and Visual tests do not exist). 2012-05-15 16:43:47 -04:00
index.html Tests: Updated URL for TestSwarm. 2013-11-22 10:49:44 -05:00
index.js Tests: Cleaned up index pages. Fixes #7374 - Broken link to Static and Visual tests (Index of Static and Visual tests do not exist). 2012-05-15 16:43:47 -04:00
jquery-1.6.1.js Remove trailing whitespace and add final newlines 2012-10-21 22:45:41 -04:00
jquery-1.6.2.js Remove trailing whitespace and add final newlines 2012-10-21 22:45:41 -04:00
jquery-1.6.3.js Remove trailing whitespace and add final newlines 2012-10-21 22:45:41 -04:00
jquery-1.6.4.js Remove trailing whitespace and add final newlines 2012-10-21 22:45:41 -04:00
jquery-1.6.js Remove trailing whitespace and add final newlines 2012-10-21 22:45:41 -04:00
jquery-1.7.1.js Remove trailing whitespace and add final newlines 2012-10-21 22:45:41 -04:00
jquery-1.7.2.js Remove trailing whitespace and add final newlines 2012-10-21 22:45:41 -04:00
jquery-1.7.js Remove trailing whitespace and add final newlines 2012-10-21 22:45:41 -04:00
jquery-1.8.0.js Remove trailing whitespace and add final newlines 2012-10-21 22:45:41 -04:00
jquery-1.8.1.js Replace mixed CRLF/LF line endings with LF 2012-10-21 22:45:41 -04:00
jquery-1.8.2.js Replace mixed CRLF/LF line endings with LF 2012-10-21 22:45:41 -04:00
jquery-1.8.3.js Libs/externals: Fix line endings. 2013-01-08 17:28:45 +01:00
jquery-1.9.0.js Updating to jQuery 1.9.0 2013-01-17 00:28:41 -06:00
jquery-1.9.1.js Updating 'jQuery' to 1.9.1. 2013-02-05 13:47:59 +00:00
jquery-1.10.0.js Updating jQuery to 1.10.2. 2013-07-05 08:42:37 -04:00
jquery-1.10.1.js Updating jQuery to 1.10.2. 2013-07-05 08:42:37 -04:00
jquery-1.10.2.js Updating jQuery to 1.10.2. 2013-07-05 08:42:37 -04:00
jquery-2.0.0.js Updating jQuery to 1.10.2. 2013-07-05 08:42:37 -04:00
jquery-2.0.1.js Updating jQuery to 1.10.2. 2013-07-05 08:42:37 -04:00
jquery-2.0.2.js Updating jQuery to 1.10.2. 2013-07-05 08:42:37 -04:00
jquery-2.0.3.js Updating jQuery to 1.10.2. 2013-07-05 08:42:37 -04:00
jquery.js Updating jQuery to 1.10.2. 2013-07-05 08:42:37 -04:00
jquery.simulate.js Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: cannot drag element inside iframe 2013-05-20 22:10:04 -04:00