[Mono-bugs] [Bug 81423][Nor] New - TreeView: ExpandAll issue when handle is not created
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Apr 22 07:02:45 EDT 2007
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 gert.driesen at pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=81423
--- shadow/81423 2007-04-22 07:02:45.000000000 -0400
+++ shadow/81423.tmp.15727 2007-04-22 07:02:45.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 81423
+Product: Mono: Class Libraries
+Version: 1.2
+OS: GNU/Linux [Other]
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: gert.driesen at pandora.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: TreeView: ExpandAll issue when handle is not created
+
+Invoking TreeView.ExpandAll before the handle is created results in:
+
+* a scrollbar thumb that is not positioned correct
+* wrong nodes that are scrolled into view
+
+This issue only affects the 1.0 profile, and is probably a regression
+introduced by revision 76029 (which fixes part of bug #80284).
+
+As a result, the ExpandAll_Tree_NotCreated test also fails on the 1.0
+profile.
+
+To reproduce, compile and run the attached code snippet on the 1.0
+profile.
+
+Note: the repro behaves differently (but correct) on the 2.0 profile. To
+get the corresponding instructions compile with the NET_2_0 symbol
+defined.
More information about the mono-bugs
mailing list