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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2006-07-31 06:25 ------- Created an attachment (id=17377) Style.cs.diff + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
