[Mono-bugs] [Bug 81092][Blo] New - CssClass property ignored after r73707

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Mar 9 11:26:51 EST 2007


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 dna at informatik.uni-kiel.de.

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

--- shadow/81092	2007-03-09 11:26:51.000000000 -0500
+++ shadow/81092.tmp.25103	2007-03-09 11:26:51.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 81092
+Product: Mono: Class Libraries
+Version: unspecified
+OS: GNU/Linux [Other]
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: Sys.Web
+AssignedTo: grendello at gmail.com                            
+ReportedBy: dna at informatik.uni-kiel.de               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: CssClass property ignored after r73707
+
+Description of Problem:
+After r73707
+(http://lists.ximian.com/pipermail/mono-patches/2007-March/088596.html) no
+Css style classes are applied to GridView and DetailsView.
+
+my SkinFile.skin
+<asp:DetailsView runat="server" CssClass="DetailsView" BorderStyle="None"
+GridLines="None" Width="100%">
+    <FieldHeaderStyle CssClass="FieldHeader" />
+    <HeaderStyle CssClass="ViewHeader" />
+</asp:DetailsView>
+
+<asp:GridView runat="server" GridLines="None" CellPadding="5"
+CellSpacing="1"  Width="100%">
+    <RowStyle CssClass="RowStyle" />
+    <HeaderStyle CssClass="GridHeader" />
+    <AlternatingRowStyle CssClass="AlternatingRowStyle" />
+</asp:GridView>
+
+The css style definitions are missing in the page output.
+Works before r73707 and with .net 2.0


More information about the mono-bugs mailing list