[CLOSED] Textarea loses focus on mouse out in a Menu control

  1. #1

    [CLOSED] Textarea loses focus on mouse out in a Menu control

    The problem i am having is that when i mouse out of a textarea in a menu it loses focus.
    Is there any way to prevent this?

    You can see this happening in your example at the following link.

    https://examples2.ext.net/#/Toolbar/...trols_In_Menu/

    Click "Form Controls" then focus on one of the textareas under "Account Information".
    When you mouse out of textarea it loses focus.

    Thanks
    Last edited by Daniil; Aug 27, 2013 at 1:05 PM. Reason: [CLOSED]
  2. #2
    Hi,
    I have since seen the following thread (http://forums.ext.net/showthread.php...s-on-mouse-out)

    But i have quite a complicated menu with tabpanels etc.

    Does this mean i have to put this "canactivate" into every panel.

    Also you will notice that the space bar will not work in the text fields in the menu as you can see from the example i put in the first thread.

    Thanks
  3. #3
    Hi @Fergus,

    Quote Originally Posted by Fergus View Post
    Does this mean i have to put this "canactivate" into every panel.
    You should set up
    canActivate: true
    for the menu items where you need to change the behavior. The current behavior - a menu item gets focused on mouse over. So, other control (TextArea in your case) lose focus.

    I modified the Controls in Menu example. Please take a look.

    Quote Originally Posted by Fergus View Post
    Also you will notice that the space bar will not work in the text fields in the menu as you can see from the example i put in the first thread.
    Please set up EnableKeyNav="true" for the Menu. This change is also applied in the example.
    Last edited by Daniil; Aug 26, 2013 at 6:23 AM.
  4. #4
    Hi Daniil,
    Thanks for the info.

    You can mark this as closed.

    Fergus

Similar Threads

  1. Replies: 6
    Last Post: Sep 20, 2017, 12:40 AM
  2. [CLOSED] TriggerField loses focus after ToolTip disappeared
    By Leonid_Veriga in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Dec 27, 2012, 1:00 PM
  3. Replies: 7
    Last Post: Dec 05, 2012, 6:11 AM
  4. Replies: 5
    Last Post: Sep 08, 2011, 5:57 AM
  5. [CLOSED] Grid Filter loses focus
    By mjessup in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 20, 2010, 11:53 AM

Tags for this Thread

Posting Permissions