[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
Thu Aug 3 08:20: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 13:52:18.000000000 -0400
+++ shadow/78968.tmp.15867 2006-08-03 08:20:33.000000000 -0400
@@ -61,6 +61,14 @@
modifications to the Label and TreeView classes which force
unconditional generation of the above CSS attribute.
------- Additional Comments From gonzalo at ximian.com 2006-07-31 13:52 -------
What's the point of using the ViewState in AlwaysRenderTextDecoration?
Wouldn't that be fine with a regular instance field?
+
+------- Additional Comments From grendello at gmail.com 2006-08-03 08:20 -------
+If the control using the style modifes the property in its OnPreRender
+handler, then it would be enough and we can guarantee that for the
+controls in the standard library. But if a 3-rd party control/page
+sets the property somewhere else (e.g. in Page_Load during
+non-postback) then its value wouldn't be preserved during the
+postback. I guess so, at least :)
More information about the mono-bugs
mailing list