[OPEN] [#771] TagField's Editable set to false

  1. #1

    [OPEN] [#771] TagField's Editable set to false

    On the following sample proceed through the following steps:

    • Expand TagField
    • Select Ext.NET
    • Collapse or unfocus TagField
    • Expand TagField - It will not expand

    It works as expected if TagField's Editable is set to true.
    <!DOCTYPE html>
    <html>
    <head id="Head1" runat="server">
    </head>
    <body>
        <ext:ResourceManager Theme="Crisp" runat="server" ScriptMode="Debug" />
        <ext:TagField Width="500" Editable="false" HideSelected="true" runat="server">
            <Items>
                <ext:Tag Text="Ext.NET" Value="1" />
                <ext:Tag Text="Bridge.NET" Value="2" />
            </Items>
        </ext:TagField>
    </body>
    </html>
    Thanks in advance.
    Last edited by Daniil; Mar 27, 2015 at 9:13 PM. Reason: [OPEN] [#771]
  2. #2
    Hi Raphael,

    Thank you for the report! Created an Issue.
    https://github.com/extnet/Ext.NET/issues/771

    Raphael, please let us know if you find a fix or a workaround for this problem.

Similar Threads

  1. [CLOSED] TagField : How to allow duplicate Tag in TagField
    By matrixwebtech in forum 2.x Legacy Premium Help
    Replies: 13
    Last Post: Dec 31, 2014, 1:51 PM
  2. [CLOSED] combobox editable=false without cursor
    By supera in forum 2.x Legacy Premium Help
    Replies: 11
    Last Post: Mar 06, 2014, 5:49 PM
  3. [CLOSED] TriggerField: Editable=false doesn't work
    By reinout.mechant@imprss.be in forum 2.x Legacy Premium Help
    Replies: 15
    Last Post: May 27, 2013, 11:24 AM
  4. Replies: 6
    Last Post: Dec 19, 2012, 6:33 PM
  5. Replies: 2
    Last Post: Nov 09, 2011, 5:00 AM

Posting Permissions