[Webkit-unassigned] [Bug 32706] New: <noscript> is taking effect even though the Javascript is enabled, when XHTMLMP is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 18 03:19:44 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32706

           Summary: <noscript> is taking effect even though the Javascript
                    is enabled, when XHTMLMP is enabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: charles.wei at torchmobile.com.cn


<noscript> is designed for browsers that doesn't support Javascript , or
Javascript is  disabled.   But It's working even when Javascript is enabled
with WebKit,  this happens when XHTMLMP is enabled.

to verify ,  use the following html snippets:

<html>
<noscript>
    <meta http-equiv=refresh content="0; URL=http://www.google.com" />
</noscript>

<body>
    If you see this text and not re-directed to google when your browser is
Javascript enabled, it succeeds,  otherwise it fails .
</body>
</html>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list