[Mono-bugs] [Bug 646303] New: Problem Internet Explorer Css and	JavaScript
    bugzilla_noreply at novell.com 
    bugzilla_noreply at novell.com
       
    Wed Oct 13 16:20:21 EDT 2010
    
    
  
https://bugzilla.novell.com/show_bug.cgi?id=646303
https://bugzilla.novell.com/show_bug.cgi?id=646303#c0
           Summary: Problem Internet Explorer Css and JavaScript
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.4.x
          Platform: All
        OS/Version: Ubuntu
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: diegobcarneiro at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: DeveloperNet
           Blocker: ---
Description of Problem:
Hi, 
I am facing some problems with mono trying convert a C# application (.Net :
3.5; Windos Server 2003; IIS)
to a mono environment (mono 2.4 or 2.8; Ubuntu; Apache2).
What happens is that i am having problems with CSS and JavaScript on Internet
Explorer.
Neither of them work properly in the mono environment, but when in a .net one
they work pretty well. 
I think the mono generator may be spoiling the C# code. for example:
NET
<!--[if =lt IE 7]>=20
                       <link rel=3D"stylesheet"
href=3D"/socrates/css/estilo_home_ie7.css" =
type=3D"text/css" media=3D"screen" />
               <![endif]--><!--[if IE 7]>
MONO
<!--[if =lt IE 7]>=20
<link rel=3D"stylesheet" href=3D"css/estilo_home_ie7.css" =
type=3D"text/css" media=3D"scree=0A=
               <![endif]--><!--[if IE 7]>=0A
I noticed that "screen" /> turned "scree=0A", and so on...
-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
    
    
More information about the mono-bugs
mailing list