https://bugzilla.novell.com/show_bug.cgi?id=646984
https://bugzilla.novell.com/show_bug.cgi?id=646984#c0 Summary: Stylesheet inclusion inconsistency between Mono and MS.NET Classification: Mono Product: Mono: Class Libraries Version: 2.8.x Platform: x86-64 OS/Version: Windows 7 Status: NEW Severity: Normal Priority: P5 - None Component: Sys.Web AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- Created an attachment (id=395174) --> (http://bugzilla.novell.com/attachment.cgi?id=395174) Testcase for the issue User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 On Mono CSS files for the StyleSheetTheme are always appended to the head section of the Page. On MS.NET it's the opposite: StyleSheetTheme Css files are included as the first items of the head section. Due to cascading nature of the CSS, this results in different styling of the page and leads to unexpected results. Reproducible: Always Steps to Reproduce: 1. Add and specify StyleSheetTheme for the Page. 2. Create a HTML <link> element inside the <head> tag of the Page. Actual Results: CSS files of the StyleSheetTheme are appended to the head element. Expected Results: CSS files of the StyleSheetTheme should be inserted as first nodes of the head element. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
