-
30 Sep 2010 1:37 PM #1
[OPEN-1305] Removing item from menu leaves <li> element in DOM
[OPEN-1305] Removing item from menu leaves <li> element in DOM
Removing a menu item using remove(itemId) removes the item but leaves this in the DOM: <li class="x-menu-list-item " id="x-menu-el-ext-comp-1583"></li>
-
1 Oct 2010 1:47 AM #2
What if you configure your menu items with
?Code:removeMode: 'container'
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
1 Oct 2010 7:00 PM #3
Nope. Never heard of removeMode. Where can I learn about it? What component is it a part of?
BTW, I noticed that if I use removeAll(), the problem doesn't happen.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[OPEN-1010]Menu position bug when adding/removing items
By danh2000 in forum Ext 3.x: BugsReplies: 6Last Post: 30 May 2010, 12:18 AM -
[FIXED-511][3.1] Closing a tab with menu open causes dom error
By mprice in forum Ext 3.x: BugsReplies: 3Last Post: 1 Feb 2010, 2:34 PM -
[2.2][CLOSED] Removing panel from Accordion layout leaves undead panel html in dom
By ogradyjd in forum Ext 2.x: BugsReplies: 6Last Post: 4 Mar 2009, 11:31 AM -
Attach Menu to existing DOM button or element
By russncraig in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 2 Feb 2009, 5:50 AM -
removing a row in a GridPanel in response to a Ext.menu.Menu context menu item?
By funkadelic in forum Ext 2.x: Help & DiscussionReplies: 3Last Post: 8 Apr 2008, 11:52 AM


Reply With Quote