Commit df0af4ed by 王东红

fix

parent 2aec3c5e
...@@ -453,11 +453,14 @@ define([ ...@@ -453,11 +453,14 @@ define([
.hide() .hide()
.attr("aria-hidden", "true"); .attr("aria-hidden", "true");
submenu.parent().parent()
.show()
.removeAttr("aria-hidden")
.attr("aria-expanded", "true");
submenu submenu
.show() .show()
.removeAttr("aria-hidden") .removeAttr("aria-hidden")
.attr("aria-expanded", "true") .attr("aria-expanded", "true");
.position(position);
}, },
collapseAll: function (event, all) { collapseAll: function (event, all) {
......
...@@ -685,6 +685,8 @@ define([ ...@@ -685,6 +685,8 @@ define([
expand: function (event) { expand: function (event) {
var newItem = this.active && var newItem = this.active &&
this.active this.active
.children('.submenu')
.children('.row')
.children('.ui-menu') .children('.ui-menu')
.children('.ui-menu-item') .children('.ui-menu-item')
.first(); .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