I have been using firebug for as long as I can remember and ran into an issue which is causes some significant lag in my work flow. Does anyone know how to fix a bug in which CSS live edit fails to work? I use to be able to click the css details, edit them on the spot, and preview them live before I made the changes.
Firebug 1.10.0 Firefox 14.0.1
This plugin is the best and thank you for your continued development!
No I don't think it is related to acebug since i don't use acebug. Sometimes I can edit CSS without a problem but sometimes if I click through the DOM tree the current style is not visible and if I try to add or change old ones they just disappear and nothing happens. This happens in Facebook when I try to change settings in the inner iFrame. If I fully refresh the page firebug continues to work as supposed to be. This happend after I updated to 1.10.
> No I don't think it is related to acebug since i don't use acebug.
> Sometimes I can edit CSS without a problem but sometimes if I click through
> the DOM tree the current style is not visible and if I try to add or change
> old ones they just disappear and nothing happens. This happens in Facebook
> when I try to change settings in the inner iFrame. If I fully refresh the
> page firebug continues to work as supposed to be. This happend after I
> updated to 1.10.
Sorry Honza, I can't reproduce it yet. It seems totally random. Can't figure out a pattern. I thought it might be a common problem with the new version. That's why I looked up this group to maybe find a hotfix or something.
Nope I went through the tests and it's not the same thing. Even though I can see the "you can create a rule" it disappears pretty fast and the styles show up.
This case doesn't always show no style. It is mixed sometimes. So I can see a part of the style but not the full style. And If I try to add a new style to the existing the whole css disappears but the changes are not applied.
I see. This might be a conflict with another extension. I suggest you follow the steps at our wiki page<https://getfirebug.com/wiki/index.php/I_found_a_Firebug_Bug%21>and let us know if that fixes your problem. Btw. are you the same person as the initial poster? So we can make sure it's the same issue.
No I'm not the starter but his problem sounds similar so I think we might have the same issue. I had some Problems during the update process with flashbug. I think firebug includes flashbug in the new version right ?
Will try to figure out if one extension is causing the problem. But like I said it seems random so it might take a while.
> No I'm not the starter but his problem sounds similar so I think we might > have the same issue. > I had some Problems during the update process with flashbug. I think > firebug includes flashbug in the new version right ?
yeah exactly i mixed up firecookie and flashbug :)
Another thing i realized is that firebug doesn't show and highlight changes in the DOM tree of the iframe. I add a class via jquery and I see the changes in the styles tab but the DOM tree stays unchanged and i cannot see the yellow changes flashing. I disabled / enabled this setting but no change. If I change the page in the iframe i can see that the html is changing in the DOM tree. I don't want to mess up with problems here so if you want I will add or search for a similar topic to seperate the problems.