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 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 [EMAIL PROTECTED]  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 [EMAIL PROTECTED]  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 :)
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to