I'm not sure if this could be considered a bug since it's chrome-scope code, but I thought I'd ask anyway. Here's what's happening: I'm writing a Firefox addon that (among other things), loads a stylesheet for a particular site using the stylesheet service: https://developer.mozilla.org/en/XPCOM_Interface_Reference/nsIStyleSheetService
In the stylesheet file I'm using the @-moz-document url-prefix to restrict the style rules to that one domain. The problem is that the style rules loaded from the stylesheet in chrome code don't seem to show up in firebug even though they are being applied to the current web page document. I've created a small test extension to show you what I mean: http://dl.dropbox.com/u/2067588/styleSheetTest%40forboden.com.xpi Here's a screenshot: http://dl.dropbox.com/u/2067588/ssExtTestScrSht.png - you can see that even though the div has an aqua background, the style rule is not showing up in firebug. -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
