Page view counter

REPORT YOUR BUGS 2.0

Last post 01-08-2004 7:41 PM by drwatson. 16 replies.

Sort Posts:

  • REPORT YOUR BUGS 2.0

    08-22-2003, 1:10 PM
    • Loading...
    • Bill2clone
    • Joined on 01-28-2003, 10:04 AM
    • Posts 1,995
    • Points 9,975
    Acknowledgements to: freedom1029 / Atlantez / rich.marcel / viksi / sanathwic / Weston Binford / joteke / Arkangyl / fump

    Read Rob Howard's post first.
    view post 186072
    Please follow the example below to report bugs that the ASP.NET team may take into account.

    -----------------------------------------------------------
    IEWebControls.exe (2.xx.xx.x) - Microsoft.Web.UI.WebControls.dll (1.0.x.xxx) - Framework 1.x - ".Net editor"
    TREEVIEW / TOOLBAR / TABSTRIP/ MULTIPAGE:
    [PROBLEM]
    [SUGGESTION]
    [SOLUTION]
    -----------------------------------------------------------
    (no spaces)
    < b>txt in bold</b >
    < color="red">txt in red</color >
    < post>316976</post > to add view post 316976
    < code>preformatted code</code >
    -----------------------------------------------------------

    Any help / addition highly appreciated
    to keep contact with ASP.NET team.
  • Re: NETSCAPE

    08-22-2003, 1:12 PM
    • Loading...
    • Bill2clone
    • Joined on 01-28-2003, 10:04 AM
    • Posts 1,995
    • Points 9,975
    originally posted by freedom1029

    IEWebControls.exe 2.11.15.0 - Microsoft.Web.UI.WebControls.dll (1.0.2.226) - Framework 1.0 - ?.Net editor?

    TREEVIEW:
    [PROBLEM]
    in Netscape 7.1, Treeview not responding to node expand or collapse.
    Also the font size set in DefaultStyle is not respected.
  • Re: IE 6.0 & XP

    08-22-2003, 1:14 PM
    • Loading...
    • Bill2clone
    • Joined on 01-28-2003, 10:04 AM
    • Posts 1,995
    • Points 9,975
    originally posted by Atlantez

    IE WebControls.exe 2.11.15.0 - Microsoft.Web.UI.WebControls.dll (1.0.2.226) - Framework 1.0.3705.0 - ?.Net editor?

    TREEVIEW:
    [PROBLEM]
    Unfolding/Folding the Items with AutoPostBack=True to handle the events seems to crash at random when using this Control with IE6.0 under XP.

    Using Opera 7 or NS 7 does not crash at all. I can fold/unfold at any rate with almost indefinite repeating of this action, solid as a rock. IE locks up :(

    [SUGGESTION]
    Disable PostBack event for folding/unfolding when clicking on the +/- and only for the items (Node.Text) to minimize the amount of postback occurances

    [SOLUTION]
    Wish I knew :(
  • Re: TREEVIEW

    08-22-2003, 1:26 PM
    • Loading...
    • Bill2clone
    • Joined on 01-28-2003, 10:04 AM
    • Posts 1,995
    • Points 9,975
    originally posted by rich.marcell

    IE WebControls.exe 2.1x.xx.x - Microsoft.Web.UI.WebControls.dll (1.0.2.xxx) - Framework 1.x.xxxx.x - ?.Net editor?

    TREEVIEW:
    [PROBLEM]
    I'm creating the treenodes in VB.Net codebehind one root node with about 5 levels under it with a hand-ful of nodes at each level. I've got autopostback=true (I want to handle the TViewSelectionChanged event). I also have a listbox control on the same page. Both the listbox and the treeview are initialized on the first Page_Load (If Not IsPostBack ...) and then rely on viewstate for keeping up.

    The system works fine for a while (defined as anywhere from 1 to 20 or so clicks on a +/- sign to expand/contract a node) and then stops working. I can change the selection in the listbox, sometime change the expand/contract status of treeview nodes and select other controls but nothing I do causes a postback anymore. When this state happens, the +/- signs have usually disappeared (although sometimes they disappear but the system continues to operate correctly). Also, if I move the mouse arrow up to the title bar of IE, an hourglass appears.

    It does eventually come back. Even more interesting is when it does come back, the - sign and dotted vertical & horizontal line images are missing. IE shows error boxes where they should be. Somethings going on with it trying to find the images and not (with some kind of timeout happening?).

    I've also noticed that sometimes the +/- and other graphics disappear even when the page continues working.

    It appears to be related to SmartNavigation. If I turn that off, the problems go away.

    I've read info that's suggested that SmartNavigation was buggy but better in .Net 1.1. I tried just switching to 1.1 framework and the problem still persisted. I haven't upgraded Visual Studio so don't know if that would make a difference.

    [SUGGESTION]
    view post 316424
  • Re: REPORT YOUR BUGS 2.0

    09-05-2003, 4:43 PM
    • Loading...
    • Weston Binford
    • Joined on 08-26-2002, 2:11 PM
    • Austin, Texas
    • Posts 38
    • Points 190

    IEWebControls.exe (2.11.15.0) - Microsoft.Web.UI.WebControls.dll (1.0.2.226) - Framework 1.1.4322 - Visual Studio.NET 2003

    TREEVIEW:

    [PROBLEM]

    The TreeNodeSrc property allows you to specify a file name to populate the tree. If you set this property programmatically and call TreeView.DataBind(), then the XML file will be locked and can not be modified.

    The problem is being caused by an XmlTextReader that is not being closed in the ReadXmlSrc method of the TreeView class.

    [SUGGESTION]

    In TreeView.ReadXmlSrc, replace the following code:

    string xml = reader.ReadInnerXml();

    with the following code:

    string xml = reader.ReadInnerXml();
    reader.Close();

    [SOLUTION]

    The suggestion is one possible solution.

    Weston Binford

    Trason Consulting, Inc.

    wbnospam@yahoo.com

    (yes, it is a real e-mail address)
  • Re: BROWSER

    09-08-2003, 9:14 AM
    • Loading...
    • Bill2clone
    • Joined on 01-28-2003, 10:04 AM
    • Posts 1,995
    • Points 9,975
    originally posted by freedom1029

    IE WebControls.exe 2.11.15.0 - Microsoft.Web.UI.WebControls.dll (1.0.2.226) - Framework 1.0.3705.0 - ?.Net editor?

    TREEVIEW:
    [PROBLEM]
    With Autopostback = "false"

    Browser: Crazy Browser
    Everything Works great expand and collapse. Fonts are respected.

    Browser: IE6
    Everything Works great expand and collapse. Fonts are respected.

    Browser: Netscape 7.01
    Collapse and expand do not respond at all. Fonts are way bigger.
    Sugestions: have two seperate properties to set the css or font for netscape and for IE

    With Autopostback = "true"

    Browser: Crazy Browser
    Expand or collapse works for the first click only. After that nothing respond except the navigate url

    Browser: IE6
    As the page load a Pop up window for error on page appears:
    line: 183
    Char: 28
    Error: Expected ';'
    Code: 0
    URL:http//www.clemex.com/test/imaging.aspx

    it seems to correspond to line:
    theform = document.Menu1:_ctl0;
    of the javascript function __doPostBack

    Then expand or collapse work for the first click only. Also on that click the pop up window reappears with the same error. After that nothing respond except the navigate url

    Browser: Netscape 7.01
    Nothing works not even the navigate url.

    [SUGGESTION]
    I wish I could give suggestions as what to do to correct the problem but I dont know how to debug the treeview. Is it possible to debug it in the htc file or in the javascript function? If someone could explain to me how I can do that I would be glad to give it a try. I am using VS 7.0

    Autopostback is presently set to true so if some of you want to visit my test pages with different browsers please do so and let me know the results.
  • Re: TREEVIEW CODE

    09-08-2003, 9:18 AM
    • Loading...
    • Bill2clone
    • Joined on 01-28-2003, 10:04 AM
    • Posts 1,995
    • Points 9,975
    originally posted by viksi

    IE WebControls.exe 2.1x.xx.x - Microsoft.Web.UI.WebControls.dll (1.0.2.xxx) - Framework 1.x.xxxx.x - ?.Net editor?

    TREEVIEW:
    [PROBLEM]
    User needs a treeview control which shows multitiered data with the following business rules :-
    1. If a node is checked / unchecked all the child nodes also get checked / unchecked.
    2. If all the child nodes of a parent nodes are checked/unchecked (i.e. with the same status) the parent node also gets checked/unchecked.
    3. The data has to be retrived from the tree and inserted into the database.

    the Microsoft tree view control has a few bugs ..
    1. if a client side oncheck event handler is used then no oncheck events are sent to the server.
    2. The getAttribute("checked") does not return whether the control is currently checked or not but it returns whether its state has been toggled or not.
    3. If checkbox is checked programmatically (i.e. using a script) , no event is generated on the server or the client.
    4. The checked state of the node is inconsistant if manual / programmatical checkbox toggling is done.

    [SOLUTION]
    1.When the page is loaded the code gets a list of all the nodes which were checked via a recursive function which stores the node indexes in a comma seperated list.
    2. When a node is checked the code checks whether the node is in the list of initially checked list , if yes then the code toggles the value being sent by the node.getAttribute("checked") method.
    3. All child and parent nodes are checked using the above returned value.
    4. To send the new values to the server the queueEvent method is used. But we have to send the values of the nodes that were clicked using the script too.

    To achieve this a recursive function goes thru the treeview control and picks up the nodes whose state has changed , these nodes are put in the viewstate of the control using the queueEvent("checked",nodeindex) method.
    3. when u use a getAttribute("Checked") see if this control was initially checked.. if yes then invert the value you got from the getattribute method.

    [unsolved PROBLEM]
    One problem that is still unsolved is the problem with the GUI.

    Nodes that are already checked at the time of pageload have a problem when valuse are changed via script. If the node is checked manually and again toggled using a script , the node sometimes fails to refresh visibily; which means that even though the node is checked/unchecked the node displays as unchecked. The program reads this node as checked/ unchecked correctly and sends the values back to the server too.

    This problem has been posted to microsoft , but microsoft does not support IE webcontrols currently.


    <%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm8.aspx.vb" Inherits="WebApplication6.WebForm8"%>
    <%@ Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls, Version=1.0.2.226, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <title>WebForm5</title>
    <script event="oncheck" for="treeview1">

    cb=treeview1.getTreeNode(treeview1.clickedNodeIndex);

    var nodeid=cb.getNodeIndex();

    //isChecked(cb);
    //var searchstring=","+ nodeid +",";
    if (defaultchecked(cb))// if this node was not in the original checkeds then we use it normally
    {
    cb.setAttribute("Checked", !cb.getAttribute("Checked"), 0);
    }

    bChecked=isChecked(cb);
    TraverseChildren(cb.getChildren(),bChecked) ;
    refreshtree(treeview1.getChildren());

    checkParents(cb); // now we get the parents
    if (cb.getParent()!=null)
    {
    if (cb.getParent().getParent()!=null)
    {
    //alert("getting grandparents");
    checkParents(cb.getParent());
    }
    }
    </script>
    <script>




    ///main scripts **************************

    var strvals;

    function isChecked(Node)

    {//alert("inside isChecked");
    var oNode=Node;

    return oNode.getAttribute("Checked");

    }

    //following funciton checks if all the siblings of a Checked nodes have the same value is that node
    //if yes then it checks the parent
    function checkParents(oNode)
    {
    var ind=oNode.getNodeIndex();
    //alert ("node="+ind);
    //ind=ind.toString;
    //alert(ind.indexOf(".");
    var oParent=oNode.getParent();
    if (oParent==null)
    {
    //alert("baap is null");
    return ;
    }
    ///alert(oParent.getNodeIndex());
    //alert ("node="+isChecked(oNode));
    //alert("parent="+isChecked(oParent);
    ///alert(isChecked(oNode));
    ///alert(isChecked(oParent));
    if (oParent.getAttribute("Checked")==oNode.getAttribute("Checked")) //both have the same value dont bother doing anything
    {
    alert ("parent and child have the same ischecked")
    return ;
    }
    var siblings = oParent.getChildren();
    // alert('siblings= '+siblings.length);
    if (siblings.length==1)//only one child go ahed and check the parent
    {
    //oParent.setAttribute("checked",oNode.getAttribute("checked")) ;
    oParent.setAttribute("Checked", !oParent.getAttribute("Checked"), 0);
    //alert ("no siblings for this guy ");

    }
    else
    {
    var flag=true;
    for(t=0;t<siblings.length;t++)
    {
    if (siblings[t].getAttribute("Checked")!=oNode.getAttribute("Checked"))
    flag=false;
    }
    if (flag)
    {
    oParent.setAttribute("Checked", !oParent.getAttribute("Checked"), 0);
    //alert("setting parent");
    }
    else
    {
    //alert("all the siblings do not have similar flags");
    }
    }

    }

    // Recursive function that traverses through the tree and checks/unchecks the nodes
    function TraverseChildren(oColl, bChecked){
    var oChild;
    for (var i=0;i<oColl.length;i++){
    oChild = oColl[i];

    // Check/Uncheck the current node by accessing the setAttribute
    (bChecked) ? oChild.setAttribute("Checked", false) : oChild.setAttribute("Checked", true);
    if (oChild.getAttribute("Checked")!=bChecked)
    {
    oChild.setAttribute("Checked", bChecked,0);
    }
    // If you only want to select 1st level children
    // you'll have to comment this line out...
    TraverseChildren(oChild.getChildren(), bChecked);
    }
    }


    function refreshtree(oColl)
    {
    var oChild;
    for (var i=0;i<oColl.length;i++)
    {
    oChild = oColl[i];

    oChild.setAttribute("Checked",oChild.getAttribute("Checked"),0);
    refreshtree(oChild.getChildren());
    }
    }
    function checkvals(oColl)
    {
    var oChild;
    var nodeindex;
    for (var i=0;i<oColl.length;i++)
    {
    oChild = oColl[i];
    nodeindex=oChild.getNodeIndex();
    searchstring=","+nodeindex+",";
    //alert(searchstring + strvals.indexOf(searchstring));
    if (oChild.getAttribute("Checked")&&(strvals.indexOf(searchstring)==-1))
    {
    treeview1.queueEvent("oncheck",nodeindex);
    }
    if ((oChild.getAttribute("Checked")==false)&&(strvals.indexOf(searchstring)!=-1))
    {
    treeview1.queueEvent("oncheck",nodeindex);
    }
    checkvals(oChild.getChildren());
    }

    //return false;
    }

    function defaultchecked(oNode)
    { // this function tells us whether this node was Checked when the page load
    var indexid=oNode.getNodeIndex();
    var searchstring=","+indexid+",";
    if (strvals.indexOf(searchstring)!=-1)
    return true;
    return false;

    }
    </script>
    <script event="onclick" for="treeview1">

    node=treeview1.getTreeNode(treeview1.clickedNodeIndex);
    //node.setAttribute("checked",!node.getAttribute("checked"));
    var bChecked=node.getAttribute("Checked");
    // ( bChecked)?node.setAttribute("Checked",false):node.setAttribute("Checked",true);
    //(bChecked) ? oChild.setAttribute("checked", false) : oChild.setAttribute("checked", true);
    // modifyNode(node, "checked", bChecked,!bChecked);
    window.status=node.getAttribute("Checked");
    // alert(node.getAttribute("innerhtml"));
    alert(node.getAttribute("outerhtml"));
    </script>


    <script event="onload" for="window">
    strvals=",";
    populatestrvals(treeview1.getChildren());
    //c.innerHTML=strvals;
    function populatestrvals(oColl)
    {
    var oChild;
    for (var i=0;i<oColl.length;i++)
    {
    oChild = oColl[i];
    // Check/Uncheck the current node by accessing the setAttribute
    if (oChild.getAttribute("Checked"))
    {
    strvals=strvals+oChild.getNodeIndex()+",";
    }
    populatestrvals(oChild.getChildren());

    }
    }
    </script>
    <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR">
    <meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
    <meta name="vs_defaultClientScript" content="JavaScript">
    <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
    </HEAD>
    <body MS_POSITIONING="GridLayout">
    <form id="Form1" method="post" runat="server">
    <iewc:treeview id="treeview1" style="Z-INDEX: 101; LEFT: 253px; POSITION: absolute; TOP: 114px" runat="server">
    <iewc:TreeNode CheckBox="True" Text="root1" Expanded="True">
    <iewc:TreeNode CheckBox="True" Text="document1"></iewc:TreeNode>
    <iewc:TreeNode CheckBox="True" Text="document2"></iewc:TreeNode>
    <iewc:TreeNode CheckBox="True" Text="document2"></iewc:TreeNode>
    <iewc:TreeNode CheckBox="True" Text="document2"></iewc:TreeNode>
    <iewc:TreeNode CheckBox="True" Text="document2"></iewc:TreeNode>
    <iewc:TreeNode CheckBox="True" Text="document2"></iewc:TreeNode>
    <iewc:TreeNode CheckBox="True" Text="document3"></iewc:TreeNode>
    <iewc:TreeNode CheckBox="True" Text="document2"></iewc:TreeNode>
    </iewc:TreeNode>
    <iewc:TreeNode Checked="True" CheckBox="True" Text="folder1" Expanded="True">
    <iewc:TreeNode CheckBox="True" Text="document2"></iewc:TreeNode>
    </iewc:TreeNode>
    <iewc:TreeNode CheckBox="True" Text="document2"></iewc:TreeNode>
    <iewc:TreeNode CheckBox="True" Text="document2">
    <iewc:TreeNode CheckBox="True" Text="Node1">
    <iewc:TreeNode CheckBox="True" Text="Node1"></iewc:TreeNode>
    </iewc:TreeNode>
    </iewc:TreeNode>
    </iewc:treeview>
    <asp:Button id="Button1" style="Z-INDEX: 102; LEFT: 329px; POSITION: absolute; TOP: 399px" runat="server" Text="sever button"></asp:Button></form>
    <div id="c">
    </div>
    </body>
    </HTML>

    //*****************************************************
    on the pageload event in the code behind file add - where button1 is the server side submit button
    button1.Attributes.Add("onclick","return checkvals(treeview1.getChildren())");
  • Re: TREEVIEW

    09-08-2003, 9:31 AM
    • Loading...
    • Bill2clone
    • Joined on 01-28-2003, 10:04 AM
    • Posts 1,995
    • Points 9,975
    originally posted by sanathwic

    IE WebControls.exe 2.11.15.0 - Microsoft.Web.UI.WebControls.dll (1.0.2.226) - Framework 1.0 - Visual Studio.Net

    TREEVIEW:
    [PROBLEM]
    When I Click on the Nodes Property on the Property page I get an error saying that the Specified cast is not valid.

    TOOLBAR:
    [PROBLEM]
    I get the same error when I use the ToolBar control, go to the properties of the control, select Items and click the Add button.
  • Re: INSTALL

    09-08-2003, 9:33 AM
    • Loading...
    • Bill2clone
    • Joined on 01-28-2003, 10:04 AM
    • Posts 1,995
    • Points 9,975
    originally posted by sanathwic

    IE WebControls.exe 2.11.15.0 - Microsoft.Web.UI.WebControls.dll (1.0.2.226) - Framework 1.0 - Visual Studio.Net

    WEBCONTROLS:
    [PROBLEM]
    When you build the WebControls using the 1.1 framework you cannot add the controls to the ToolBar of VS.Net. It will complain that there are no components to be added.....
  • Re: XML TREEVIEW

    09-10-2003, 8:59 AM
    • Loading...
    • Bill2clone
    • Joined on 01-28-2003, 10:04 AM
    • Posts 1,995
    • Points 9,975
    originally posted by joteke

    IE WebControls.exe 2.1x.xx.x - Microsoft.Web.UI.WebControls.dll (1.0.2.226) - Framework 1.1.4322 - Visual Studio.Net

    WEBCONTROLS:
    [PROBLEM]
    while running the build.bat file, it gives a warning message . the following is the exact message.

    C:\Program Files\IE Web Controls>build.bat
    Microsoft (R) Visual C# .NET Compiler version 7.10.3052.4
    for Microsoft (R) .NET Framework version 1.1.4322
    Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.

    src\treeview.cs(1193,13): warning CS0618: 'System.Xml.Xsl.XslTransform.Transform(System.Xml.XPath.XPathNavigator,
    System.Xml.Xsl.XsltArgumentList, System.IO.Stream)' is obsolete: 'You should pass XmlResolver to Transform()
    method'

    [SUGGESTION]
    This has nothing to do with the TreeView. It is one change that happened from Framework version 1.0 to 1.1 in System.Xml.Xsl.XslTransform class.

    Transform method of the XslTransform was changed to accept XmlResolver instances and the old methods not accepthing this param were made obsolete (that's why you see the warning when compiled, but it does not affect the working of the control). Changing to the updated method is recommended but not must (at least not in .NET 1.1)

    Dan Wahlin wrote about the specifical issue I discussed as follows:
    They added that extra parameter mainly to make things a little more secure in cases where multiple types of documents may be involved in a transformation. If you pass null (Nothing in VB.NET) then you won't be able to use the document() function to resolve external XML documents. In that case you'd have to create a new XmlUrlResolver and pass it in as the XmlResolver parameter.

    Also note that the Load() method of XslTransform has changed somewhat in that you can't automatically import or include remote XSLT stylesheets (or call script) into a master stylesheet. Now you need to pass "evidence" to allow scripts within XSLT and other stylesheets to run properly as well as a resolver.

    Dan Wahlin article at www.fawcette.com

    I am not aware of any other specific 1.1-related issue.
  • Re: REPORT YOUR BUGS 2.0

    09-25-2003, 11:35 AM
    • Loading...
    • xmlguy
    • Joined on 09-11-2003, 11:26 AM
    • Posts 24
    • Points 120
    I had the same message, but the entire tool box control has gone grey on me. I ignored it, (.NET 1.1 and vs.net 2003 upgrade) all the files are copied etc.

    on right click in the toolbox, after add/customize i browse to the DLL location and try to add and it still doesnt work, although I see them in .NET tab

    The entire toolbox controls are diabled. please help I have beenf ighting this for two days now.


    when I try to remove it from the GAC, using gacutil -r it failed, saying there was nothing there?
  • Re: TREEVIEW

    10-29-2003, 12:31 AM
    • Loading...
    • stevensonp
    • Joined on 10-28-2003, 11:27 PM
    • Posts 1
    • Points 5
    I am getting the same problem with these (Treeview and Toolbar) "Specified cast is not valid". Has anyone found a solution this issue yet? I'm getting frustrated as I am wasting alot of time trying to find a fix or work-around.
  • TreeView Intermittent Error - (solution)

    11-06-2003, 7:40 AM
    • Loading...
    • Arkangyl
    • Joined on 08-06-2002, 7:43 AM
    • Richmond, Va
    • Posts 14
    • Points 70
    I've used the TreeView Control extensively throughout several of my enterprise applications. Unfortunately, I had run across two machines that were having client side issues with the treeview control.

    [PROBLEM]
    When clicking the [+/-] on a node, the page will hang and the tree will not finish drawing. This usually means that the graphics for the lines and the [+/-] do not get rendered to the page. The page continues to work [i.e. loading...] yet never loads and hangs. If you try to refresh the page, it goes blank and doesn't finish loading.

    [Resolution]
    While this does not happen on all versions of IE, it has been known to occur on version 6.0.2800.1106.xpsp2.030422-1633 [Update Versions: SP1;q822925;q330994].

    To fix the problem I found that going to the "Settings" for IE, on the "General Tab" for Temporary Internet Files, and setting the "Check for Newer Version of Stored Pages" to "Never" or "Automatically" on the client machines, makes this problem go away.

    [Conclusion]

    I think that the tree is crashing as it requests the images. However, I still have testing to do and I will post a followup.
    --::Thinking Clearly - Clearly Thinking::--
  • Re: TreeView Intermittent Error - (solution)

    11-14-2003, 5:39 AM
    • Loading...
    • fump
    • Joined on 01-15-2003, 8:02 AM
    • Posts 29
    • Points 145
    IEWebControls.exe (2.11.15.0) - Microsoft.Web.UI.WebControls.dll (1.0.2.226) - Framework 1.1.4322 - Visual Studio.NET 2003

    TREEVIEW:
    [PROBLEM]
    Sometimes, treeview does not display correctly.
    +/- images does not appear and the page freezes the browser.
    I noticed some HTTP 304 errors on treeview.htc and treeview's images, could it explain the problem ?

    IE : 6.0.2800.1106
    IE : 6.0.2800.1106.xpsp2.030422-1633 [Update Versions: SP1;q822925;q330994].

    thanks
  • Re: TreeView Intermittent Error - (solution)

    11-16-2003, 8:53 AM
    • Loading...
    • lishaohua_cn
    • Joined on 07-14-2003, 11:54 AM
    • Posts 4
    • Points 20
    Sorry, but the treeview still gets hand if I click the [+] frequently, even though I set IE Setting to "Automatically".
    This cannot make problem go away. :(

    And it does not seem to occur only on [IE 6.0.2800.1106.xpsp2.030422-1633 ].
Page 1 of 2 (17 items) 1 2 Next >