[Mono-bugs] [Bug 78080][Nor] New - UserControl,
BringToFront wrong behavior
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 11 17:06:49 EDT 2006
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 roger.jakobsson at jorosoft.se.
http://bugzilla.ximian.com/show_bug.cgi?id=78080
--- shadow/78080 2006-04-11 17:06:49.000000000 -0400
+++ shadow/78080.tmp.662 2006-04-11 17:06:49.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 78080
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: WinXP and Linux Ubuntu
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Windows.Forms
+AssignedTo: peter at novonyx.com
+ReportedBy: roger.jakobsson at jorosoft.se
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: UserControl, BringToFront wrong behavior
+
+Description of Problem:
+When using BringToFront on a UserControl in a Panel, the z-order doesn't
+work correctly
+
+Steps to reproduce the problem:
+1. Create an UserControl
+2. Add it to a Panel from code
+3. Add another instance of the UserControl to the same Panel
+4. Use BringToFront() on the UserControls to flip between them
+
+Actual Results:
+Weird behavior, in Windows nothing happens, in Linux it just behaves
+weird.
+
+Expected Results:
+Bringing the correct UserControl to front.
+
+How often does this happen?
+Always
More information about the mono-bugs
mailing list