[Mono-bugs] [Bug 79787][Maj] New - Controls not shown when Form.ShowInTaskbar is false
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 30 10:37:34 EST 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 levap at bansky.net.
http://bugzilla.ximian.com/show_bug.cgi?id=79787
--- shadow/79787 2006-10-30 10:37:34.000000000 -0500
+++ shadow/79787.tmp.11307 2006-10-30 10:37:34.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 79787
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: Windows XP SP 2 Czech
+Status: NEW
+Resolution:
+Severity: 080 Two weeks
+Priority: Major
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: levap at bansky.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Controls not shown when Form.ShowInTaskbar is false
+
+Description of Problem:
+Controls like TabControl, TextBox, PictureBox (maybe others) is not shown
+when Form.ShowInTaskbar is set to false
+
+Steps to reproduce the problem:
+1. Create form with controls (tab, textbox, picturebox)
+2. set ShowInTaskbar property to false
+3. Show this form from application MainForm
+
+Actual Results:
+Controls not shown
+
+Expected Results:
+Controls to be visible
+
+How often does this happen?
+Everytime
+
+Additional Information:
+This bug is new in 1.1.18 - older version was fine.
More information about the mono-bugs
mailing list