Hi Christian.
The first bug is known to us, but we can't fix it easily. The problem
is that you have change a "user-agent" style sheet given by Firefox.
Unfortunately edits on the user-agent style sheet seem to alter
Firefox directly. We don't know how to prevent this. At least we
should prevent edits on user agent style sheets.
The simple way to avoid this problem is to uncheck the Style side
panel option "Show User Agent CSS". Then those tempting entries will
not be shown and you can't edit them.
Of course you will say "But I want to see all of the CSS", Which is
why we did not simply remove the Show User Agent CSS feature once we
realized that edits would fail.
In other words, we don't have the resources to make a correct fix yet,
so we left a dangerous but useful feature in place rather than remove
it.
I'll ask the Firefox team to see if there is a fix from their side.
I could not reproduce the second problem, I guess it could be the same
reason. Please try unchecking the Style panel option Show User Agent
CSS and let us know if that fixes the problem. (If you have edited the
User agent CSS, you have to exit and restart Firefox).
jjb
On Jul 3, 1:57 am, "
meefs...@googlemail.com" <
meefs...@googlemail.com>
wrote:
> Hi John,
>
> Ok, maybe I was too fast, and I did the second check on a more
> simple html page with the img element, those only style is the
> text-align property of the surrounding <CENTER>-Tags.
>
> So, actually I encountered two different bugs:
>
> First Bug:
> ===========
> Go tohttp://
mindvent.de/bug.php
> You should see an almost blank page with a text
> inside a div "This is a test for _firebug_".
>
> Inspect the span containing the underlined "firebug" text.
> You should see this:
http://mindvent.de/fbug/screen1.png
>
> Now scroll down inside the Style view to the inherited style
> of the center tag (seehttp://
mindvent.de/fbug/screen2.png).
> And then try to disable the "text-align: center".
>
> After you've done this, the style for the center tag is completely
> removed. The page itself didn't change. Now reload the page. You
> should see this:
http://mindvent.de/fbug/screen3.png
>
> Now you can reload the page as often as you want. There's
> no way to recover to the original state. Additionally every other
> page using the center-tag is now left aligned (e.g. Google,
> seehttp://
mindvent.de/fbug/screen4.png) The only thing you
> can do is restarting Firefox.
> ===========
>
> Second Bug:
> =============
> Go tohttp://
www.smashdown.net
> Inspect the #indexHeader div (the only containing the
> logo image). Seehttp://
mindvent.de/fbug/screen5.png
>
> Remove the "font-family" style from #indexHeader. Then
> remove the "font-size" attribute. After removing "font-size"
> the #indexHeader "title" in the style section disappears,
> the "font-size: 12px" attribute is still there, altough we've
> removed it (seehttp://
mindvent.de/fbug/screen6.png).
>
> And now try to remove "font-size: 12px" again. The #indexHeader
> section in the Style-view is removed completely and the design
> is broken (seehttp://
mindvent.de/fbug/screen7.png).