[FIXED] [#904] [3.3] ComboBox HideBaseTrigger Bug

  1. #1

    [FIXED] [#904] [3.3] ComboBox HideBaseTrigger Bug

    Hi,

    we use combobox for Asp.Net Mvc, and use HideBaseTrigger for ComboBox, then we add two new triggers on it. The page have a chain of comboboxes, when first combo select value we set other two to ReadOnly = true, and list of triggers hide, but when we set ReadOnly = false, combo show all trigger and BaseTrigger too. Is this a bug? Now we add script that hide BaseTriggers after we set ReadOnly = false.
    Last edited by Daniil; Sep 21, 2015 at 9:26 AM. Reason: [FIXED] [#904] [3.3]
  2. #2
    Hi Andrey,

    Thank you for the report!

    Created an Issue:
    https://github.com/extnet/Ext.NET/issues/904

    Here is a test case.

    Example
    <%@ Page Language="C#" %>
    
    <!DOCTYPE html>
    
    <html>
    <head runat="server">
        <title>Ext.NET v3 Example</title>
    </head>
    <body>
        <form runat="server">
            <ext:ResourceManager runat="server" />
    
            <ext:Button runat="server" Text=".setReadOnly(false)" Handler="App.ComboBox1.setReadOnly(false);" />
    
            <ext:ComboBox ID="ComboBox1" runat="server" HideBaseTrigger="true" />
        </form>
    </body>
    </html>
    Fixed in the revision 6571 (trunk). It goes to the 3.3 release.

Similar Threads

  1. Replies: 5
    Last Post: Mar 15, 2013, 4:24 AM
  2. Replies: 4
    Last Post: Nov 30, 2011, 5:25 AM
  3. Replies: 4
    Last Post: Sep 28, 2011, 8:57 AM
  4. [CLOSED] Combobox: How to remove the duplicate items in the combobox?
    By csssi_coolite in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 09, 2011, 9:34 AM
  5. Replies: 1
    Last Post: Apr 17, 2011, 1:21 PM

Tags for this Thread

Posting Permissions