From 6dad3a67c1c3cb402db9490b526d5bb061d58b21 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 5 Dec 2014 17:29:36 +0800 Subject: [PATCH] Roo/bootstrap/menu/Item.js --- Roo/bootstrap/menu/Item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/menu/Item.js b/Roo/bootstrap/menu/Item.js index 1420e9e4c3..dbf31cd606 100644 --- a/Roo/bootstrap/menu/Item.js +++ b/Roo/bootstrap/menu/Item.js @@ -126,7 +126,7 @@ Roo.extend(Roo.bootstrap.menu.Item, Roo.bootstrap.Component, { onMouseOver : function(e) { if(this.submenu && this.pos == 'left'){ - this.el.select('ul.dropdown-menu', true).first().setLeft(this.el.select('ul.dropdown-menu', true).first().getWidth()); + this.el.select('ul.dropdown-menu', true).first().setLeft(this.el.select('ul.dropdown-menu', true).first().getWidth() * -1); } this.fireEvent("mouseover", this, e); -- 2.39.2