Bug when disabling CSS properties in the style pane (1.9.2) | mirmir | 5/24/12 3:48 AM | 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? |
Re: Bug when disabling CSS properties in the style pane (1.9.2) | Sebo | 5/24/12 4:05 AM | Do you have a test case? Do you have any other extensions installed? The only problem with disappearing styles I see is issue 5204. Also a rule just disappears from the Style side panel when I change the selector so that it's not matching the element anymore. (Which is correct.) Sebastian |
Re: Bug when disabling CSS properties in the style pane (1.9.2) | mirmir | 5/24/12 9:40 AM | On 24 Maj, 13:05, Sebo <sebastianzart...@gmx.de> wrote:Yes, I have a few other extensions. I'll try to disable them and also make a test case. > The only problem with disappearing styles I see is issue 5204<http://code.google.com/p/fbug/issues/detail?id=5204> It doesn't look like the same problem because whole rule blocks disappear not single properties. > Also a rule just disappears from the *Style* side panel when I change the > selector so that it's not matching the element anymore. (Which is correct.)I don't change selectors. |
unk...@googlegroups.com | 6/5/12 6:15 AM | <This message has been deleted.> | |
Re: Bug when disabling CSS properties in the style pane (1.9.2) | innundo | 6/5/12 6:11 AM | Exactly the same problem here. Installing Firebug 1.9.2 over 1.9.1
didn't help. Reinstalling the Firebug (1.9.2) resolved the problem :) |
Re: Bug when disabling CSS properties in the style pane (1.9.2) | Sebastian Zartner | 6/5/12 8:44 AM | Exactly the same problem here. Installing Firebug 1.9.2 over 1.9.1 Thanks for the info! Mirmir, does reinstalling also fix the problem for you? If not, please follow the steps described in our wiki and tell us if that fixed the issue. Sebastian |
Re: Bug when disabling CSS properties in the style pane (1.9.2) | Sebastian Zartner | 7/3/12 1:31 AM | Thanks for the test case files. Though unfortunately I still can't reproduce the problem. My steps:
Can you provide clear steps like I gave them, which reproduce the problem? Sebastian |
Re: Bug when disabling CSS properties in the style pane (1.9.2) | Rocky | 7/3/12 9:11 AM | I also tested with a fresh Firefox Profile, but I made a mistake by including the <script> tag in the test HTML file.
Hopefully that was a better explanation. -rocky |
Re: Bug when disabling CSS properties in the style pane (1.9.2) | Sebastian Zartner | 7/4/12 4:36 AM | Thanks for the steps. I can now reproduce that problems. I created issue 5654 to cover that. Sebastian |