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@winehq.org ReportedBy: nerv@dawncrow.de CC: jacek@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)