With NoScript 1.9.7 enabled and blocking my domain, a test page with a pure CSS menu (absolutely no JS on the page at all) is being totally screwed up. The <a> links from the CSS menu are being duplicated at the bottom of the page with the following style added in:
"visibility: visible; display: block;"
this is, of course, rather odd.
Website: http://www.muckingabout.net/
Allowing scripts fixes the problem, but since there are no scripts on the page, there shouldn't be a problem in the 1st place.
Alexsha
NoScript 1.9.7 duplicating CSS menu links
NoScript 1.9.7 duplicating CSS menu links
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: NoScript 1.9.7 duplicating CSS menu links
Did you check latest development build 1.9.7.2?
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)
Re: NoScript 1.9.7 duplicating CSS menu links
Links are still duplicated, however, the inline style is now:
position: absolute; visibility: visible; display: block;
position: absolute; visibility: visible; display: block;
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1
Re: NoScript 1.9.7 duplicating CSS menu links
Yes, they do show, in red, at the bottom of the page, even with 1.9.7.2.
(At least in FF2, NoScript 1.9.6.95, it shows as expected.)
Note that muckingabout is NOT allowed. (If Allowed, the issue is not seen.)
(At least in FF2, NoScript 1.9.6.95, it shows as expected.)
Note that muckingabout is NOT allowed. (If Allowed, the issue is not seen.)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.22) Gecko/20090605 SeaMonkey/1.1.17
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: NoScript 1.9.7 duplicating CSS menu links
Does the problem persist if you put just one visible (or at least, having layout -- e.g. transparent) link anywhere on that page?
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)
Re: NoScript 1.9.7 duplicating CSS menu links
Added:
<div><a href=".">Test Link</a></div>
to the visible content and that fixed the menu link duplication.
/boggle
It's not a problem to add links, I was going to at some point, but that effect without any visible links seems odd.
<div><a href=".">Test Link</a></div>
to the visible content and that fixed the menu link duplication.
/boggle
It's not a problem to add links, I was going to at some point, but that effect without any visible links seems odd.
Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: NoScript 1.9.7 duplicating CSS menu links
It's a feature meant to allow some navigation on pages where links are accessible/visible only if you've got Javascript enabled.Alexsha wrote:It's not a problem to add links, I was going to at some point, but that effect without any visible links seems odd.
You can turn it off by toggling the noscript.jsredirectIgnore about:config preference to true.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.1) Gecko/20090715 Firefox/3.5.1 (.NET CLR 3.5.30729)