[Mono-bugs] [Bug 80185][Cos] New - The (optional) layered windows feature does not work properly

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Dec 8 06:36:29 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 georgegiolfan at yahoo.com.

http://bugzilla.ximian.com/show_bug.cgi?id=80185

--- shadow/80185	2006-12-08 06:36:28.000000000 -0500
+++ shadow/80185.tmp.9764	2006-12-08 06:36:29.000000000 -0500
@@ -0,0 +1,48 @@
+Bug#: 80185
+Product: Mono: Class Libraries
+Version: 1.2
+OS: Windows XP
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Cosmetic
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: georgegiolfan at yahoo.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: The (optional) layered windows feature does not work properly
+
+Description of Problem:
+The (optional) layered windows feature does not work properly.
+
+Steps to reproduce the problem:
+Compile and run the following program.
+using System.Windows.Forms;
+class TestForm : Form {
+    static void Main() {
+        Application.Run(new TestForm());
+    }
+    public TestForm() {
+        Opacity = 0.5;
+        Text = 
+OSFeature.Feature.IsPresent(OSFeature.LayeredWindows).ToString();
+    }
+}
+
+Actual Results:
+A normal window titled "True".
+
+Expected Results:
+A partially transparent window titled "True" or a normal window titled 
+"False".
+
+How often does this happen? 
+Always.
+
+Additional Information:
+A possible fix would be to simply make 
+OSFeature.Feature.IsPresent(OSFeature.LayeredWindows) return false.


More information about the mono-bugs mailing list