We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fe788 commit 94d87c8Copy full SHA for 94d87c8
ui/jquery.ui.menu.js
@@ -157,10 +157,7 @@ $.widget( "ui.menu", {
157
.removeClass( "ui-corner-all ui-state-hover" )
158
.removeAttr( "tabIndex" )
159
.removeAttr( "role" )
160
- .removeAttr( "aria-haspopup" )
161
- // TODO: is this correct? Don't these exist in the original markup?
162
- .children( ".ui-icon" )
163
- .remove();
+ .removeAttr( "aria-haspopup" );
164
165
// unbind currentEventTarget click event handler
166
$( currentEventTarget ).unbind( "click.menu" );
0 commit comments