You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/menu/contextmenu.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -46,14 +46,14 @@
46
46
<li><ahref="#Utrecht">Utrecht</a></li>
47
47
<li><ahref="#Zurich">Zurich</a></li>
48
48
</ul>
49
-
49
+
50
50
<divid="log"></div>
51
51
52
52
</div><!-- End demo -->
53
53
54
54
<divclass="demo-description">
55
55
56
-
<p>TODO update - A simple contextmenu: Click the button, or tab to it and hit space to open the menu. Use the mouse or cursor keys to select an item, click it or hit enter to select it.</p>
56
+
<p>A simple contextmenu: Click the button, or tab to it and hit space to open the menu. Use the mouse or cursor keys to select an item, click it or hit enter to select it.</p>
57
57
58
58
<p>The keyboard handling is part of the menu. Using the input option to menu is configured to add the key event handlers to the button, as that button gets focused when clicked.</p>
0 commit comments