I am noticing some strange behavior from Firebug 1.4.1 in Firefox 3.5.1, which I believe is a bug. On the HTML tab, if I am viewing the style of an element with the "Show User Agent CSS" option enabled, and I try to disable one of the user agent rules, all of the rules disappear. Is this supposed to happen? Is there any simple way to get them back?
If I reload the page, the rules that disappeared come back, but the rule I disabled is gone on all the pages I have open in my browser, and pages I inspect after that. The only way I have managed to get those back is to restart the browser. Does anyone know a simpler way to do that? You can test this bug with the following simple document: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http:// www.w3.org/TR/html4/loose.dtd"> <html><head> <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'> <title>Firebug test</title> </head> <body> <p>hi</p> </body></html> Load this page, try to inspect the paragraph, look at the user agent CSS, disable a rule (for example, display: block), and all the user agent rules for p tags disappear. Reload the page, and the other rules come back, but the "display: block" rule is gone. Try using Firebug to inspect p tags on other sites, and the "display: block" rule will be gone. Is there a way to disable this behavior? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
