Today I opened a bottle of Champagne: FF Bug fixed after 4y

Discussion of general topics about Mozilla Firefox
Post Reply
thoste
Posts: 317
Joined: June 7th, 2003, 12:45 am

Today I opened a bottle of Champagne: FF Bug fixed after 4y

Post by thoste »

Today I opened a bottle of Champagne.

Firefox fixed in v101 the most annoying bug - finally - after only 4 years:

I am talking about this one:
https://bugzilla.mozilla.org/show_bug.cgi?id=1471546

Glad, that Firefox development team is able to fix tiny bugs in such a short time.

Chances are that the optimization speed will soon be faster than that of a snail.
User avatar
BruceAWittmeier
Posts: 3076
Joined: June 9th, 2008, 10:53 am
Location: Near 37.501685 -80.147967

Re: Today I opened a bottle of Champagne: FF Bug fixed after

Post by BruceAWittmeier »

Very nice. I fixed the problem with the .CSS code from morat.
I often take a long windy road to my destination. Upon arrival, I wonder how I missed the shortcut.
thoste
Posts: 317
Joined: June 7th, 2003, 12:45 am

Re: Today I opened a bottle of Champagne: FF Bug fixed after

Post by thoste »

which CSS code?
User avatar
BruceAWittmeier
Posts: 3076
Joined: June 9th, 2008, 10:53 am
Location: Near 37.501685 -80.147967

Re: Today I opened a bottle of Champagne: FF Bug fixed after

Post by BruceAWittmeier »

thoste wrote:which CSS code?
Here is the thead discussion -- Thank you, morat.
http://forums.mozillazine.org/viewtopic ... #p14912635
I often take a long windy road to my destination. Upon arrival, I wonder how I missed the shortcut.
thoste
Posts: 317
Joined: June 7th, 2003, 12:45 am

Re: Today I opened a bottle of Champagne: FF Bug fixed after

Post by thoste »

Ok, thank you.
But as far as I can see the Detail Pane at the bottom of the right Bookmark Manager side is always hidden when I put

#detailsPane
{
display: none !important;
}
***/

#editBMPanel_tagsRow
{
display: none !important;
}

#editBMPanel_keywordRow
{
display: none !important;
}



into UserChrome.css.

Can I always show it?
Even when no bookmark is selected?
User avatar
BruceAWittmeier
Posts: 3076
Joined: June 9th, 2008, 10:53 am
Location: Near 37.501685 -80.147967

Re: Today I opened a bottle of Champagne: FF Bug fixed after

Post by BruceAWittmeier »

You only need the bottom 2 pieces:

Code: Select all

#editBMPanel_tagsRow
{
display: none !important;
}

#editBMPanel_keywordRow
{
display: none !important;
}
I often take a long windy road to my destination. Upon arrival, I wonder how I missed the shortcut.
thoste
Posts: 317
Joined: June 7th, 2003, 12:45 am

Re: Today I opened a bottle of Champagne: FF Bug fixed after

Post by thoste »

It works.
Thank you
User avatar
BruceAWittmeier
Posts: 3076
Joined: June 9th, 2008, 10:53 am
Location: Near 37.501685 -80.147967

Re: Today I opened a bottle of Champagne: FF Bug fixed after

Post by BruceAWittmeier »

You're welcome :)
I often take a long windy road to my destination. Upon arrival, I wonder how I missed the shortcut.
Post Reply