[Bug 30922] New: iexplore http://html5test.com/ says Javascript is not enabled

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jun 15 16:43:10 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=30922

             Bug #: 30922
           Summary: iexplore http://html5test.com/ says Javascript is not
                    enabled
           Product: Wine
           Version: 1.5.6
          Platform: x86-64
               URL: http://html5test.com/
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mshtml
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: nerv at dawncrow.de
                CC: jacek at codeweavers.com
    Classification: Unclassified


Reverting 6c6744f80066f0aa46939a2d4c0af9c34f932e8b helps, still the problem
needs to be fixed in builtin jscript.dll

I tried to analyse it as much as i can and i'd say it wrongly handles 

-- snip --
 if(H.match("Unix")){this.os.name="Unix"}
-- snip --

from /scripts/useragents.js after getting called from within

-- snip --
 Browsers = new UserAgents(navigator.userAgent, {
   useFeatures:        true,
   detectCamouflage:    true
 });
-- snip --

(initialize:function(I,H))

I hope this helps

What i also found while reading is that OmNavigator_javaEnabled returns FALSE:

-- snip --
 *enabled = VARIANT_FALSE;
-- snip --

(most likely unrelated, but i'm not sure)

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list