[Mono-bugs] [Bug 82081][Wis] Changed - Flat buttons have a border even when bordersize is set to 0

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jul 16 16:09:28 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 monkey at jpobst.com.

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

--- shadow/82081	2007-07-16 15:26:27.000000000 -0400
+++ shadow/82081.tmp.13067	2007-07-16 16:09:28.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 82081
 Product: Mono: Class Libraries
 Version: 1.2
 OS: unknown
 OS Details: 
-Status: REOPENED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: Windows.Forms
 AssignedTo: monkey at jpobst.com                            
 ReportedBy: albright at wesay.org               
 QAContact: mono-bugs at ximian.com
@@ -117,6 +117,23 @@
 
 Another difference I noticed is that on Mono, the form with focus 
 does not highlight on mouseover. For other buttons it works fine.
 
 Feel free to close the bug report, if these "issues" are not worth 
 fixing.
+
+------- Additional Comments From monkey at jpobst.com  2007-07-16 16:09 -------
+r82056.
+
+I fixed the double focus issue.  I don't know what the outer one was
+for, the inner one is correct, and I fixed it's color.
+
+I fixed the mouseover while focused to work.
+
+The focus size changing on MS is actually that when the form is
+active, the focus rectangle is shown.  When the form is not active,
+the focus rectangle is not shown, and it draws the regular border.  We
+do everything but draw the (0 sized) border when the form is inactive.
+ That seems like a bug and I am not going to replicate it unless
+someone has some strong feelings about it.  :)
+
+I think that's all, closing again.  You can reopen if I missed something.


More information about the mono-bugs mailing list