[Mono-bugs] [Bug 492307] New: ASP.NET OnTreeNodePopulated raised more times than needed

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Apr 5 21:21:57 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=492307


           Summary: ASP.NET OnTreeNodePopulated raised more times than
                    needed
    Classification: Mono
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: gonzalo at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=284157)
 --> (http://bugzilla.novell.com/attachment.cgi?id=284157)
Test case

Run xsp2 on the attached test case.
Click on 0, then 1 from the children nodes, then 2 from the new children.
The output on the console is:
0
0-0
0-0
0-0-1
0-0
0-0-1
0-0-1-2

But it should be:
0
0-0
0-0-1
0-0-1-2

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list