[Mono-dev] [Mono-Dev] [PATCH] System.Web.UI.WebControls.Style.cs, System.Web.UI.WebControls.TreeNodeStyle.cs

Igor Zalmanovich igorz at mainsoft.com
Tue Sep 5 07:57:51 EDT 2006


Hi All,

 

I am working on TreeView control and all classes that it depends on.

 

I found that TreeNodeStyle does not work properly, in particular the
ViewState feature (see corresponding test case).

 

The best design solving it is to make base Style class "to know" that
some property of inherit style class was set.

and this requires changing the base Style class.

 

This refactoring makes Style class more flexible for inheriting and
reuse.

 

See files attached.

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060905/0964d785/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: TreeNodeStyle.patch
Type: application/octet-stream
Size: 7985 bytes
Desc: TreeNodeStyle.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060905/0964d785/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: StyleRefactorring.patch
Type: application/octet-stream
Size: 36456 bytes
Desc: StyleRefactorring.patch
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20060905/0964d785/attachment-0001.obj 


More information about the Mono-devel-list mailing list