[CLOSED] TagField problem in SVN revision: 6250

  1. #1

    [CLOSED] TagField problem in SVN revision: 6250

    Hi,

    I have downloaded latest revision: 6250 ... previous had the same problem.
    There is a problem with tag selection from dropdown menu.

    As an example please use: https://examples3.ext.net/#/Form/Tag/TagField/

    1. Basic - you can remove tag, drop down works, crash when selecting value
    2. Forcing Value - drop down doesn't work
    3. Hide Select - you can remove tags, cannot add as drop down doesn't work
    4. Floating - the same issue as Hide Select
    5. Action - Tags can be added from code behind but not from drop down


    Tags were still working in Ext.Net 3.0 (extJs 5.0.1).
    Last edited by Daniil; Feb 04, 2015 at 4:39 PM. Reason: [CLOSED]
  2. #2
    Hi Matt,

    Thank you for the report!

    Probably, the reason is the same for all 5 cases. Hopefully, I will be able to fix it soon.
  3. #3
    Another warning...

    Overriding existing mapping: 'widget.tagfield' From 'Ext.form.field.Tag' to 'Ext.net.TagField'. Is this intentional?
  4. #4
    Apologize for the delay. It was a little bit tough to fix it, because working on that I discovered quite a bunch of other issues.

    I hope it is good now in the revision #6284 (trunk). Please update and retest.

    Got rid of the warning message as well. Thank you for pointing out that issue!
  5. #5
    Hi Danill,

    Thank you for fixing it. I was looking forward as I am going to use it in my "coding panel".

    I confirm, it is working now.

    There is a tiny issue... probably it can be fixed by overriding some css (haven't looked into that yet)

    Basically if you open drop down menu twice, the border of the menu is dotted and black ... like in the picture below:

    Click image for larger version. 

Name:	dotted-border-problem-2nd-open.png 
Views:	5 
Size:	8.6 KB 
ID:	19871


    <%@ Page Language="C#" %>
    
    <!DOCTYPE html>
    
    <html>
    <body>
    	<form runat="server">
    		<ext:ResourceManager runat="server" />
    
    		<ext:TagField
    			ID="tagIssue"
    			runat="server"
    			Text="Issues"
    			ForceSelection="true"
    			Editable="false"
    			Width="300"
    			HideTrigger="true"
    			InputMoving="false">
    
    			<Items>
    				<ext:Tag Value="1" Text="Issue #1" />
    				<ext:Tag Value="2" Text="Issue #2" />
    				<ext:Tag Value="3" Text="Issue #3" />
    				<ext:Tag Value="4" Text="Issue #4" />
    				<ext:Tag Value="5" Text="Issue #5" />
    			</Items>
    		</ext:TagField>
    	</form>
    </body>
    </html>



    ... and another issue...

    Unfortunately you still cannot place TagField on Toolbar... (some dataSource exception is thrown). It is not a big deal at the moment. I can't remember if I started new thread about that ... if not I will (as low priority)
  6. #6
    1. The dotted line. Seems, this helps:
    Ext.view.BoundList.override({
        focusable: false
    });
    2. TagField inside Toolbar. Yes, you have already started a thread. I will be investigating it today.
    http://forums.ext.net/showthread.php?51371

Similar Threads

  1. [CLOSED] [1.2] Problem since revision 3809
    By juane66 in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: Feb 08, 2012, 9:44 AM
  2. [CLOSED] [1.0] Problem with revision 3409
    By juane66 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 18, 2011, 7:54 PM
  3. [CLOSED] [1.0] Problem with revision 2973
    By juane66 in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Aug 10, 2010, 11:35 AM
  4. [CLOSED] [1.0] Problem with last revision
    By juane66 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: May 12, 2010, 8:15 AM
  5. [CLOSED] [1.0] problem with revision 2550
    By juane66 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 13, 2010, 6:56 PM

Tags for this Thread

Posting Permissions