[Mono-bugs] [Bug 73746][Wis] New - [2.0] TreeView fires OnSelectedNodeChanged on every PostBack
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Mar 2005 19:53:21 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by grompf@sublimeintervention.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73746
--- shadow/73746 2005-03-15 19:53:21.000000000 -0500
+++ shadow/73746.tmp.22865 2005-03-15 19:53:21.000000000 -0500
@@ -0,0 +1,41 @@
+Bug#: 73746
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: OSX 10.3.8
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: grompf@sublimeintervention.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [2.0] TreeView fires OnSelectedNodeChanged on every PostBack
+
+Run the attached aspx file on MS ASP.NET 2.0 and click the following path:
+
+Root
+Expand
+NewNode
+Button
+
+The label will read:
+
+SelectedNodeChanged
+SelectedNodeChanged
+OnClick
+
+On mono the label will read:
+
+SelectedNodeChanged
+SelectedNodeChanged
+SelectedNodeChanged
+SelectedNodeChanged
+SelectedNodeChanged
+OnClick
+
+-kangaroo