I also tested with a fresh Firefox Profile, but I made a mistake by including the <script> tag in the test HTML file.
1. Remove line 9 "<script> </script>" from test.html 2. Open Firebug on test.html 3. Inspect <div class="header">, and disable background-color * OK * 4. Reload page 5. The rule .header disappears in the Style Panel (sometimes it reappears after 5 seconds) * BAD * 6. Inspect <h1>, and disable color. Rule for h1 disappears in Style Panel and doesn't update the Browser View *BAD * Hopefully that was a better explanation. -rocky On Tuesday, July 3, 2012 1:31:13 AM UTC-7, Sebastian Zartner wrote: > > Thanks for the test case files. Though unfortunately I still can't > reproduce the problem. > > My steps: > > 1. Opened Firebug on the test page > 2. Switched to the *HTML* panel > 3. Inspected the <h1> element > => The *Style* side panel showed two rules, h1, h2, h3, h4, h5, h6 and > body (inherited from body) (OK) > 4. Reloaded the page > => The *Style* side panel still showed the two rules (OK) > 5. Disabled the color property of the h1, h2, h3, h4, h5, h6 rule > 6. Inspected the <h2> element > => The *Style* side panel still showed the two rules (OK) > > Did you already try to reproduce that problem on a fresh Firefox > profile<http://getfirebug.com/wiki/index.php/FAQ#Installing_in_a_clean_profile>with > just Firebug installed? > Can you provide clear steps like I gave them, which reproduce the problem? > > Sebastian > -- 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/firebug
