Page 1 of 1
Scripts disallowed on Web Developer tools
Posted: Mon Jun 29, 2009 10:42 pm
by dpmccabe
I use the
Web Developer extension and noticed an incompatibility between the current version of Noscript and that extension.
In the Web Developer toolbar, inside "Information > View Javascript" and "CSS > View CSS", the "Collapse All" and "Expand All" links no longer work with any of the Firefox 3.5 RCs and Noscript 1.9.5 (plus a few previous versions). The individual [-] buttons next to each file's header don't collapse the text, either.
I have allowed about:blank, which is the domain that shows up in any of the Web Developer popup menus. The only way I can get those toggle links to work is to allow scripts globally.
Re: Scripts disallowed on Web Developer tools
Posted: Tue Jun 30, 2009 12:21 am
by Giorgio Maone
Investigating, thanks for your report.
Re: Scripts disallowed on Web Developer tools
Posted: Tue Jul 21, 2009 9:44 pm
by notuo
Just to comment. The same is happening with the web developer option of view document size. The expand buttons doesn't work with noscript.
Re: Scripts disallowed on Web Developer tools
Posted: Tue Jul 21, 2009 10:11 pm
by GµårÐïåñ
Giorgio stated that he is investigating and I am sure if there is an issue that has not been resolved already, it will be handled when possible. Thank you for the report.
Re: Scripts disallowed on Web Developer tools
Posted: Tue Jul 21, 2009 11:21 pm
by Giorgio Maone
This doesn't depend on a change in NoScript, but on a change in Firefox 3.5 security:
about:blank (which Web Developer "fills" dynamically with its report pages) cannot be enabled for scripting anymore if a security policy (like NoScript's) is installed.
Therefore only Web Developer's author Chris Pederick can fix this issue, by coding his pages in a way which allows their user interface to work even if content scripts are blocked.
It's not hard at all (NoScript makes it all the time, since it has elements like the plugin placeholder which necessarily need to work on non-scripted pages): all it takes is wiring the event handler from chrome, rather than embedding all the scripts inside the about:blank page itself.
I've
commented on his site about this work-around.
Re: Scripts disallowed on Web Developer tools
Posted: Wed Jul 22, 2009 12:16 am
by Guest
Well, I didn't be a pusher, just wanted to inform about another part with the same behavior.
At the end both Giorgio and Chris are in contact about this.
Let's hope for the best of both extensions.
Re: Scripts disallowed on Web Developer tools
Posted: Wed Jul 22, 2009 1:09 am
by GµårÐïåñ
...since Web Developer works fine without it.
Chris needs to understand that just because it works doesn't mean its done right.