Search and Top Navigation
#15251 new bug ()
Opened November 16, 2017 10:53AM UTC
Last modified November 17, 2017 08:10AM UTC
tooltip with dialog
| Reported by: | engycz | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | none |
| Component: | ui.tooltip | Version: | 1.12.1 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
When enabled tooltip for whole document, after showing the dialog, the close tooltip is shown.
#!text/html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery UI Dialog - Default functionality</title>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="/resources/demos/style.css">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>
$( function() {
$( document ).tooltip();
$( "#dialog" ).dialog();
} );
</script>
</head>
<body>
<div id="dialog" title="Basic dialog">
<p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p>
</div>
</body>
</html>
Attachments (0)
Change History (2)
Changed November 17, 2017 01:42AM UTC by comment:1
| description: | When enabled toopltip for while document, after showing the dialo, the close tooltip is shown \ \ \ {{{ \ <!doctype html> \ <html lang="en"> \ <head> \ <meta charset="utf-8"> \ <meta name="viewport" content="width=device-width, initial-scale=1"> \ <title>jQuery UI Dialog - Default functionality</title> \ <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> \ <link rel="stylesheet" href="/resources/demos/style.css"> \ <script src="https://code.jquery.com/jquery-1.12.4.js"></script> \ <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> \ <script> \ $( function() { \ $( document ).tooltip(); \ $( "#dialog" ).dialog(); \ } ); \ </script> \ </head> \ <body> \ \ <div id="dialog" title="Basic dialog"> \ <p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p> \ </div> \ \ \ </body> \ </html> \ }}} \ → When enabled tooltip for while document, after showing the dialog, the close tooltip is shown. \ \ {{{#!text/html \ <!doctype html> \ <html lang="en"> \ <head> \ <meta charset="utf-8"> \ <meta name="viewport" content="width=device-width, initial-scale=1"> \ <title>jQuery UI Dialog - Default functionality</title> \ <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> \ <link rel="stylesheet" href="/resources/demos/style.css"> \ <script src="https://code.jquery.com/jquery-1.12.4.js"></script> \ <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> \ <script> \ $( function() { \ $( document ).tooltip(); \ $( "#dialog" ).dialog(); \ } ); \ </script> \ </head> \ <body> \ \ <div id="dialog" title="Basic dialog"> \ <p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p> \ </div> \ \ \ </body> \ </html> \ }}} |
|---|
Changed November 17, 2017 08:10AM UTC by comment:2
| description: | When enabled tooltip for while document, after showing the dialog, the close tooltip is shown. \ \ {{{#!text/html \ <!doctype html> \ <html lang="en"> \ <head> \ <meta charset="utf-8"> \ <meta name="viewport" content="width=device-width, initial-scale=1"> \ <title>jQuery UI Dialog - Default functionality</title> \ <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> \ <link rel="stylesheet" href="/resources/demos/style.css"> \ <script src="https://code.jquery.com/jquery-1.12.4.js"></script> \ <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> \ <script> \ $( function() { \ $( document ).tooltip(); \ $( "#dialog" ).dialog(); \ } ); \ </script> \ </head> \ <body> \ \ <div id="dialog" title="Basic dialog"> \ <p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p> \ </div> \ \ \ </body> \ </html> \ }}} → When enabled tooltip for whole document, after showing the dialog, the close tooltip is shown. \ \ {{{#!text/html \ <!doctype html> \ <html lang="en"> \ <head> \ <meta charset="utf-8"> \ <meta name="viewport" content="width=device-width, initial-scale=1"> \ <title>jQuery UI Dialog - Default functionality</title> \ <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> \ <link rel="stylesheet" href="/resources/demos/style.css"> \ <script src="https://code.jquery.com/jquery-1.12.4.js"></script> \ <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> \ <script> \ $( function() { \ $( document ).tooltip(); \ $( "#dialog" ).dialog(); \ } ); \ </script> \ </head> \ <body> \ \ <div id="dialog" title="Basic dialog"> \ <p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p> \ </div> \ \ \ </body> \ </html> \ }}} |
|---|