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=76373 --- shadow/76373 2005-10-08 12:23:08.000000000 -0400 +++ shadow/76373.tmp.9592 2005-10-08 14:24:32.000000000 -0400 @@ -2,13 +2,13 @@ Product: Mono: Class Libraries Version: 1.1 OS: other OS Details: SUSE 9.3 Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Wishlist Component: Sys.Web AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -43,6 +43,53 @@ Explorer when the page is hosted with Mono. ------- Additional Comments From [EMAIL PROTECTED] 2005-10-08 12:23 ------- Created an attachment (id=15886) CSS-Styling test case + +------- Additional Comments From [EMAIL PROTECTED] 2005-10-08 14:24 ------- +I copied some of the tag attributes from the source view in Internet +Explorer, to see if I could tell what what causing the difference. +It appears that IIS6 is adding a couple CSS styles ("border- +style:solid;border-collapse:collapse") which are not being added by +Mono. + +Here are the two versions: + +Mono 1.1.9.1 version: + +<table +cellpadding="2" +cellspacing="0" +rules="all" +border="1" +id="DataGrid1" +style="background-color:LightGoldenrodYellow;border- +color:DarkRed;border-width:1px;color:Black;"> + +<tr style="background-color:Tan;font-weight:bold;"> + +<tr> + +<tr style="background-color:PaleGoldenrod;"> + +IIS6 ASP.NET 1.1 version + +<table +cellspacing="0" +cellpadding="2" +rules="all" +bordercolor="DarkRed" +border="1" +id="DataGrid1" +style="color:Black;background-color:LightGoldenrodYellow;border- +color:DarkRed;border-width:1px;border-style:solid;border- +collapse:collapse;"> + +<tr style="background-color:Tan;font-weight:bold;"> + +<tr> + +<tr style="background-color:PaleGoldenrod;"> + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
