Skip to content

Commit 69fc50e

Browse files
committed
Tooltip: Document keyboard interaction
Closes gh-269
1 parent e42acb5 commit 69fc50e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

entries/tooltip.xml

+7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818

1919
<p>In general, disabled elements do not trigger any DOM events. Therefore, it is not possible to properly control tooltips for disabled elements, since we need to listen to events to determine when to show and hide the tooltip. As a result, jQuery UI does not guarantee any level of support for tooltips attached to disabled elements. Unfortunately, this means that if you require tooltips on disabled elements, you may end up with a mixture of native tooltips and jQuery UI tooltips.</p>
2020

21+
<h3>Keyboard interaction</h3>
22+
23+
<p>When the tooltip is open and the corresponding item has focus, the following key commands are available:</p>
24+
<ul>
25+
<li><code>ESCAPE</code>: Close the tooltip.</li>
26+
</ul>
27+
2128
<xi:include href="../includes/widget-theming.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/>
2229

2330
<ul>

0 commit comments

Comments
 (0)