[Mono-bugs] [Bug 78968][Wis] Changed - [MS compat] MS.NET FontInfo class renders text-decoration: none

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Jul 31 06:27:33 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 grendello at gmail.com.

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

--- shadow/78968	2006-07-31 06:25:22.000000000 -0400
+++ shadow/78968.tmp.23528	2006-07-31 06:27:33.000000000 -0400
@@ -48,6 +48,15 @@
 
 
 ------- Additional Comments From grendello at gmail.com  2006-07-31 06:25 -------
 Created an attachment (id=17377)
 Style.cs.diff
 
+
+------- Additional Comments From grendello at gmail.com  2006-07-31 06:27 -------
+Indeed, MS.NET doesn't always render text-decoration: none. I wasn't
+sure how to elegantly solve the issue, so I chose to lay the burden of
+decision on whether to render the style on the control that "owns" a
+style. By default the Style class doesn't render text-decoration:
+none, which seems to be consistent with MS.NET. The diff contains
+modifications to the Label and TreeView classes which force
+unconditional generation of the above CSS attribute.


More information about the mono-bugs mailing list