Page in question:
http://aioazech.net/index.html
I am running Firefox 3.6.13 and Noscript 2.0.8.1
Page appearance with noscript disabled:
http://imgur.com/VwESu.png
Page appearance with noscript enabled, site whitelisted:
http://imgur.com/kMSzT.png
In the error console I'm getting:
Warning: Error in parsing value for 'width'. Declaration dropped.
Source File: http://aioazech.net/css/style.css
Line: 79
and
Warning: Error in parsing value for 'width'. Declaration dropped.
Source File: http://aioazech.net/index.html
Line: 0
If the site is whitelisted I don't understand why noscript is still affecting it. This is the only site I've ever seen this behaviour on. I have tried disabling clearclick protection on whitelisted sites but to no effect.
Thank you to anyone taking the time to read this.
NS breaks formatting on whitelisted page.
NS breaks formatting on whitelisted page.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
-
- Ambassador
- Posts: 1586
- Joined: Fri Mar 20, 2009 4:47 am
- Location: Colorado, USA
Re: NS breaks formatting on whitelisted page.
I can confirm the problem. Sorry, but I don't have any idea how to fix it. Giorgio will probably have to look at this one.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
NoScript 2.0.8.1rc1
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
NoScript 2.0.8.1rc1
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: NS breaks formatting on whitelisted page.
This seems a Firefox layout bug triggered by NoScript checking for visible links on document load when the noscript.jsredirectIgnore about:config preference is set to false (default).
I'm working around in next dev build, thank you.
In the meanwhile (if the page is yours) you may want to fix your two CSS bugs:
(add "px", units for non-zero lengths are mandatory in every browser except IE)
I'm working around in next dev build, thank you.
In the meanwhile (if the page is yours) you may want to fix your two CSS bugs:
Source File: http://aioazech.net/css/style.css
Line: 79
Code: Select all
width: 250
(you've got an inline broken "50 0px" width declaration, should be "500px" without spaces)Warning: Error in parsing value for 'width'. Declaration dropped.
Source File: http://aioazech.net/index.html
Line: 0
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Re: NS breaks formatting on whitelisted page.
Not my site but I'll pass it along to the owner. Thanks for all your work on NoScript and for the future workaround.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
- Giorgio Maone
- Site Admin
- Posts: 9524
- Joined: Wed Mar 18, 2009 11:22 pm
- Location: Palermo - Italy
- Contact:
Re: NS breaks formatting on whitelisted page.
Done in latest development build.Teknorat wrote:the future workaround.
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13