Page 1 of 1
Flash check fails with NS 1.9.9.57
Posted: Sun Mar 21, 2010 11:29 am
by Titioz
Hi,
since update in NS 1.9.9.57, I have problem with flash.
For example, you can check this problem on "
http://www.drakkarduweb.fr/2010/ken-le- ... eaming-340".
I reinstall NS 1.9.9.50 and it works fine with this old version of NS.
Titioz.
Re: Flash check fails with NS 1.9.9.57
Posted: Sun Mar 21, 2010 12:31 pm
by Giorgio Maone
Fixed, thanks, please check
latest development build.
Re: Flash check fails with NS 1.9.9.57
Posted: Sun Mar 21, 2010 2:45 pm
by Titioz
Good, it's OK with NS 1.9.9.58
Re: Flash check fails with NS 1.9.9.57
Posted: Sun Mar 21, 2010 10:20 pm
by mpz
NS 1.9.9.57 seemed to run a little slow on youtube, even just turning javascript on and off with video object blocked. Went back to 1.9.9.50 and it's much snappier again. Will try 1.9.9.58 and see if there's any difference.
Re: Flash check fails with NS 1.9.9.57
Posted: Sun Mar 21, 2010 10:44 pm
by Giorgio Maone
mpz wrote:NS 1.9.9.57 seemed to run a little slow on youtube, even just turning javascript on and off with video object blocked.
It's just perception.
The placeholder replacements now happen all together on DOMContentLoaded (i.e. when the HTML document finished to load, not necessarily with subresources such as images or frames), rather than immediately after the replaced object has been blocked.
This prevents some subtle layout bugs which resulted in invisible or wrongly sized placeholders, but can be perceived as a delay in NoScript operation (while, in reality, everything happens faster even though slightly later).