[FIXED] in 11.0.40 file:/// documents don't react to events unless scripts are allowed

Post a reply

Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: [FIXED] in 11.0.40 file:/// documents don't react to events unless scripts are allowed

[FIXED] in 11.0.40 file:/// documents don't react to events unless scripts are allowed

by Giorgio Maone » Tue Aug 25, 2020 11:43 am

Fixed in 11.0.41 (already in auto-update).

[FIXED] in 11.0.40 file:/// documents don't react to events unless scripts are allowed

by Cal » Tue Aug 25, 2020 9:40 am

Noscripti 11.0.40 was loaded sometime within the last day.

I have this simple webpage which I load into Firefox as a local file:
<!DOCTYPE html>
<html>
<body
<p>
<a href="#searches">Searches</a>
</p>
<h1><a name="searches">Searches</a></h1>
</body>
</html>

When I right click on "Searches" nothing happens.
I now disable Noscript.
When I right click on "Searches" it now gives me the normal choices.
I now enable Noscript but do not reload the page.
When I right click on "Searches" it still gives me the normal choices.
I now reload that page.
When I right click on "Searches" nothing happens.

Other software was also updated recently including Windows 10 stuff, JDK, Adobe stuff.

Top