Showing posts with label bugzilla. Show all posts
Showing posts with label bugzilla. Show all posts

Tuesday, January 24, 2012

Weird Thunderbird Bug

Since I upgraded my Thunderbird to version 9 if could no longer paste tables from OpenOffice.org Calc to Thunderbird as a table... they always get inserted as graphics.
Paste-without-format would just copy the plain text, but - of course - no format.
The problem has also been reported with Microsoft Office and LibreOffice.

I did not really notice the first couple of times, until co-workers started to complain that they no longer could copy/paste elements from my "tables" because they were images.

Did some searching on the web and found the bug ... indeed introduced in TB9 supposed to be fixed in FB10 (have to test this on a vbox):

The actual problem is when Thunderbird parses the meta-data of the clipboard, it does a locale-specific parse of a decimal number (the version)... but the version string will always contain a dot (.) and never a comma (,), since it is not really a decimal number. So there is a difference between e.g. German and English system(!) locale, i.e. the problem will appear on German windows, but not on English windows.

Changing the decimal symbol to a dot (.) in the Windows system settings will actually "fix" (circumvent) this problem. I just tested this.
Not sure, which system-wide setting I should keep now...

As I noticed in the bug, the fix is to treat the version as a string, not a (decimal) number.... That's better.

Saturday, December 29, 2007

Bugzilla RSS vs Google Reader

I've been monitoring the Mozilla Lightning bugs in bugzilla for a while now using an RSS feed of bugzilla into my Google Reader.
I frequently noticed that the information on some bugs was not complete, but did not really care.
Today's view however, was the best so far and comes with quite some aesthetic touch:


You can really watch as Google Reader tries to retrieve the feed and fails, tries again 3 hours later, gets some more date, and fails ... etc etc ... ad inf.

But it looks great.

Friday, September 28, 2007

3365 unconfirmed Thunderbird bugs

Yesterday I opened a Thunderbird bug/enhancement. While I was in bugzilla I ran quick query and found that
3365 bugs against Thunderbird are currently still unconfirmed
. (btw: FireFox has 5406 which is - relatively speaking - less)

Ahem... about time someone started to work on them...