First time contributing. I also experience this problem, and after tearing my hair out I can finally recreate it at will. Also, downgrading to Firefox 12 and Firebug 1.9.1 didn't help. (Win 7, Firefox 13.0.1 and Firebug 1.9.2, disabled all other addons)
It happens when the CSS is external and there isn't any embedded or external Javascript. Inspect an element and it works the first time, but refresh the page, then the element "loses" it's style in the Firebug Style Panel. Click another element in the Firebug HTML Panel, click to disable a style property and the styles for that element disappears from the Firebug Style Panel. To fix, add a <script> </script> block with at least a space and Firebug works as expected. Not sure about proper protocol, but I've attached the HTML and CSS files I used to test this bug, hopefully someone else can recreate it on their system. -rocky On Thursday, May 24, 2012 3:48:54 AM UTC-7, mirmir wrote: > > There seems to be a bug in the style pane when disabling CSS > properties. It doesn't always manifest itself from start, but when it > does it wont go away unless Firefox is restarted. > > It manifests itself by the disappearance of the entire rule block from > the style pane when disabling any property of that block. Sometimes > the appearance of this anomaly is preceded by a different anomaly > which is the replacement of all rule blocks for the selected HTML tag > with a message saying that the tag has no CSS rules connected to it. > > This problem makes Firebug very difficult to use for CSS debugging, to > the point of being useless for this purpose. Has anyone else > experienced this problem? -- 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 https://groups.google.com/forum/#!forum/firebugTitle: Firefox / Firebug Bug Test
Firefox / Firebug Bug Test
Heading 1
Vestibulum tortor velit, consectetur et malesuada eget, bibendum sed turpis. Phasellus nec leo nulla, sit amet faucibus leo. Maecenas a orci neque. Nunc nibh dolor, malesuada et vulputate id, rutrum et turpis. Etiam ac dolor massa. In scelerisque auctor feugiat. Nam metus sem, lobortis eu adipiscing ut, pellentesque vitae risus.
Heading 2
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam molestie, mi nec pharetra posuere, augue massa egestas elit, vitae condimentum purus ligula eget eros.
@charset "utf-8";
body{font-family:Arial,sans-serif;background:#EEE;color:#333;margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{color:#013489;}
.container{width:960px;background:#FFF;margin:0 auto;}
.header,.footer{padding:10px 20px;background-color:#94BCFE; }
.content{padding:10px 20px;}
