No autcompletion inside Ext.menu.Menu

Bug Reports and Fixes

No autcompletion inside Ext.menu.Menu

Postby Exception e » Wed Dec 16, 2009 1:47 pm

I've spot some situation where I don't get autocompletion, whereas I get some for other components.

I would have expected that spket know that Ext.menu.Menu() expects a Ext.menu.Menu config.

Code: Select all
/**
*
* @param {Ext.tree.TreeNode} node
* @param {Ext.EventObject} e
*/
var pageContextMenu = function (node, e)   {
   new Ext.menu.Menu({
      // YOU CANNOT GET AUTOCOMPLETION HERE
      items:   [{
         // YOU CANNOT GET AUTOCOMPLETION HERE
         text: "Item1"
      },   {
         text: "Item2"
      }]
      
   }).showAt(e.getXY());
}
Exception e
 
Posts: 15
Joined: Tue Aug 05, 2008 12:40 pm

Postby Exception e » Thu Dec 17, 2009 1:06 pm

Hmm today it works. I also noticed at the end of my previous session that one core was fully loaded by eclipse.
Exception e
 
Posts: 15
Joined: Tue Aug 05, 2008 12:40 pm


Return to Bugs

Who is online

Users browsing this forum: No registered users and 0 guests