NoScript stops CSS being applied in XUL apps

Bug reports and enhancement requests
Post Reply
MikeRatcliffe
Posts: 2
Joined: Thu Jul 22, 2010 9:02 am

NoScript stops CSS being applied in XUL apps

Post 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?
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7 (.NET CLR 3.5.30729)
MikeRatcliffe
Posts: 2
Joined: Thu Jul 22, 2010 9:02 am

Re: NoScript stops CSS being applied in XUL apps

Post by MikeRatcliffe »

Oh, the relevant Firebug issue is at:
http://code.google.com/p/fbug/issues/detail?id=3255
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7 (.NET CLR 3.5.30729)
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: NoScript stops CSS being applied in XUL apps

Post 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).
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7
Post Reply