[CLOSED] Mouse events interacting with Ext.Menu fields

  1. #1

    [CLOSED] Mouse events interacting with Ext.Menu fields

    Hello,

    We have migrated to Ext.Net 2.2 from Ext.Net 2.1, and the work around for this same issue:
    http://forums.ext.net/showthread.php...ts-interacting

    is not working anymore

    <Listeners>
        <BoxReady Handler="var me = this;                
                            me.mun(me.el, 'mouseover', me.onMouseOver, me);" />
    </Listeners>
    I would like to override the canActivateItem function, but I don't know how to do so, would appreciate an example. Thank you.
    Last edited by Daniil; May 09, 2013 at 3:57 AM. Reason: [CLOSED]
  2. #2
    Hi @FVNoel,

    Please add this for the BoxReady listener.
    Delay="1"

Similar Threads

  1. [CLOSED] Button Menu with TextFields, Mouse events interacting
    By FVNoel in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: May 06, 2013, 9:28 AM
  2. Replies: 12
    Last Post: Dec 22, 2011, 10:33 AM
  3. Menu Font Color on Mouse Over
    By paulselva_26 in forum 1.x Help
    Replies: 5
    Last Post: Jan 05, 2011, 6:19 AM
  4. [CLOSED] menu mouse out issue
    By UGRev in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Apr 20, 2010, 3:23 PM
  5. TreeNode and Mouse Events (OnMouseOver/Hoover)
    By yaser82 in forum 1.x Help
    Replies: 2
    Last Post: Dec 07, 2009, 5:22 PM

Posting Permissions