noscript blocking _blank from whitelisted site

Bug reports and enhancement requests
Post Reply
javatexan
Posts: 1
Joined: Wed Jan 20, 2010 8:02 pm

noscript blocking _blank from whitelisted site

Post by javatexan »

Noscript appears to be blocking forms destined to _blank from sites added to the Whitelist feature. If I completely disable noscript in firefox, I can see the popups fine (exception added to firefox popup block seems to be working fine); but with noscript on...no popups. I need the popups because it is creating a report for all my products, one product report per blockup.

I am not terribly sure which part of NoScript is canceling the _blanks though...sorry.

I have a javascript on this website that goes through the appropriate forms and submits them one/one.
Looping through the forms, it looks like they have
document.forms.submit();


Each form looks something like:
<form name="popcorn-8220" action="makeReport.php" method="post" target="_blank"><input type="hidden" name="id" value="171221">
<input type="hidden" name="productID" value="1712">
<input type="hidden" name="productName" value="popcorn-8220">
<input type="hidden" name="manufacturer" value="144324231">

<form name="popcorn-8222" action="makeReport.php" method="post" target="_blank"><input type="hidden" name="id" value="171222">
<input type="hidden" name="productID" value="1713">
<input type="hidden" name="productName" value="popcorn-8222">
<input type="hidden" name="manufacturer" value="144314231">
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100106 Ubuntu/9.10 (karmic) Firefox/3.5.7
User avatar
Giorgio Maone
Site Admin
Posts: 9526
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: noscript blocking _blank from whitelisted site

Post by Giorgio Maone »

Can I see a page exhibiting this behavior?
Are you using 1.9.9.39 (latest version)?
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)
Post Reply