Page 1 of 1

NoScript stops CSS being applied in XUL apps

Posted: Thu Jul 22, 2010 9:10 am
by MikeRatcliffe
We have a problem when NoScript is set to it's default settings as it prevents styles from being applied to Firebug's Panels.

e.g. When we change a tree nodes class from class="someClass" to class="someClass highlightOpen" the highlightOpen style is not applied.

Because we rely upon changing styles this way in Firebug in most panels this is causing problems.

Do you have any advice on how we can work around this issue?

Re: NoScript stops CSS being applied in XUL apps

Posted: Thu Jul 22, 2010 9:14 am
by MikeRatcliffe
Oh, the relevant Firebug issue is at:
http://code.google.com/p/fbug/issues/detail?id=3255

Re: NoScript stops CSS being applied in XUL apps

Posted: Thu Jul 22, 2010 11:01 am
by Giorgio Maone
I'm investigating, but this doesn't seem a CSS-related issue.
Rather the class is properly set on the objectBox node and its ancestors, but as far as I can see through Venkman and DOMI, these nodes are never connected to a DOM tree (their ancestor is a DIV, rather than a document).