문제

When I view noscript in Chrome I'm seeing raw html displayed when JavaScript is turned off.

This:

<!DOCTYPE html>
<head></head>
<body>
<noscript>
    <div>No Javscript</div>
</noscript>
</body>

Will display:

<div>No Javscript</div>

This used to work, so I'm guessing there was a regression, but I can't find anything about it on the web. In other browsers(safari, firefox), I don't see the HTML. I'm using Chrome 26.0.1410.43 on OS X 10.7.5

도움이 되었습니까?

해결책

Refreshing the page twice fixes this issue.

And it only appears when you first switch to disabling javascript (i.e. someone who browses with javascript disabled would not experience it)

다른 팁

Ah, I spoke too soon. Turning off AdBlock is the answer.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top