Commit df0af4ed by 王东红

fix

parent 2aec3c5e
......@@ -453,11 +453,14 @@ define([
.hide()
.attr("aria-hidden", "true");
submenu.parent().parent()
.show()
.removeAttr("aria-hidden")
.attr("aria-expanded", "true");
submenu
.show()
.removeAttr("aria-hidden")
.attr("aria-expanded", "true")
.position(position);
.attr("aria-expanded", "true");
},
collapseAll: function (event, all) {
......
......@@ -685,6 +685,8 @@ define([
expand: function (event) {
var newItem = this.active &&
this.active
.children('.submenu')
.children('.row')
.children('.ui-menu')
.children('.ui-menu-item')
.first();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment