[FIXED] [#1378] [4.2.0] Tagfield memory cpu problem

Threaded View

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

    [FIXED] [#1378] [4.2.0] Tagfield memory cpu problem

    Hi,
    There seems to be a problem with the tagfield control.

    My page was taking up a lot of cpu usage and i finally narrowed it down to the tagfield.

    if you run the following code...

    
            <ext:ResourceManager runat="server"></ext:ResourceManager>
            <ext:TagField runat="server" ID="dd"></ext:TagField>
            <ext:TagField runat="server" ID="TagField1"></ext:TagField>
            <ext:TagField runat="server" ID="TagField2"></ext:TagField>
            <ext:TagField runat="server" ID="TagField3"></ext:TagField>
    and then click on one of the tagfields you will see cpu usage for the browser go up and stay up even when page is idle (about 5% to 7% on my laptop).

    On my live page i have 3 tagfields with items in them and on a slower laptop my cpu usage jumps to over 50% and stays there. Making the page very unresponsive. This happens both locally and on live server.

    I have tried it on several different computers and with Ext.Net V3.21 and V3.3 and in Chrome and Firefox
    Last edited by Daniil; Sep 01, 2016 at 3:36 PM. Reason: [FIXED] [#1378] [4.2.0]

Similar Threads

  1. [CLOSED] TagField MaxHeight
    By pgodwin in forum 2.x Legacy Premium Help
    Replies: 5
    Last Post: Jun 30, 2015, 1:54 PM
  2. [CLOSED] TagField's HideSelected
    By RCN in forum 3.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 25, 2015, 10:37 PM
  3. [CLOSED] TagField problem in SVN revision: 6250
    By matt in forum 3.x Legacy Premium Help
    Replies: 5
    Last Post: Jan 30, 2015, 7:14 AM
  4. [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
  5. Store not working with TagField
    By GKG4 in forum 2.x Help
    Replies: 5
    Last Post: Feb 13, 2014, 5:20 AM

Tags for this Thread

Posting Permissions