[FIXED] [#140] Textfield inside menu loses focus on mouse-out

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [FIXED] [#140] Textfield inside menu loses focus on mouse-out

    Hello.

    I want to implement an adress search inside a toolbar menu.
    There is a problem, if I select the text inside the textfield, the focus is lost as soon as the mouse leaves the textfield. This is very annoying if the user wants to change the text because you always move the mouse a bit.

    I have a sample to reproduce that bug:

    
    <body>
    <ext:ResourceManager runat="server" />
    <ext:Toolbar ID="mapToolbar" runat="server" Flat="false" width="200">
    <Items>
                <ext:ToolbarFill />
                <ext:Button runat="server" Text="Test">
                <Menu>
                <ext:Menu ID="Menu1" runat="server">
                <Items>
                <ext:Formpanel ID="Formpanel1" runat="server">
                <Items>
                <ext:FieldContainer ID="FieldContainer1" runat="server" Layout="HBoxLayout">
                <items>
                <ext:TextField>
                
                </ext:TextField>
                </items>
                </ext:FieldContainer>
                <ext:FieldContainer ID="FieldContainer2" runat="server" Layout="HBoxLayout">
                <items>
                <ext:TextField>
                
                </ext:TextField>
                </items>
                </ext:FieldContainer>
                </Items>
                </ext:Formpanel>
                </Items>
                </ext:Menu>
                </Menu>
                </ext:Button>
                </Items>
    </ext:Toolbar> 
    </body>
    Is there any hint how to implement a formpanel inside a menu without losing the focus?

    Regards
    Last edited by fabricio.murta; Sep 20, 2017 at 12:40 AM.

Similar Threads

  1. [CLOSED] [#627] TreePanel loses focus when node is expanded
    By RCN in forum 3.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 14, 2015, 11:58 AM
  2. [CLOSED] Textarea loses focus on mouse out in a Menu control
    By Fergus in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Aug 27, 2013, 10:14 AM
  3. [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
  4. [CLOSED] Grid Filter loses focus
    By mjessup in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 20, 2010, 11:53 AM
  5. [CLOSED] Focus on textfield inside a tab
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 10, 2008, 1:32 PM

Tags for this Thread

Posting Permissions