Failing to scroll with "view-headers-all" - still

Discussion of bugs in Mozilla Thunderbird
Post Reply
User avatar
BvdB
Posts: 90
Joined: October 28th, 2006, 3:04 am
Location: Berlin, Germany

Failing to scroll with "view-headers-all" - still

Post by BvdB »

In June 2003 someone posted this bug:
http://forums.mozillazine.org/viewtopic.php?t=13445

"Running under Windows June 12 build, when I view headers all, the headers pane is not scrollable even if the window is too small to see all the headers. This is true in bith the preview pane and when viewing the message in its own window. "

Now after 3,5 years, with TB 1.5.0.9 under WIndows XP this issue is still unresolved - right?

// Bernd
User avatar
Daifne
Moderator
Posts: 123071
Joined: July 31st, 2005, 9:17 pm
Location: Where the Waters Meet, Wisconsin

Post by Daifne »

User avatar
BvdB
Posts: 90
Joined: October 28th, 2006, 3:04 am
Location: Berlin, Germany

Post by BvdB »

Ok, thanks.
Still - the purpose of an extension seems to be to extend features for people with special applications.
But this seems to be a simple bug - so how about _fixing_ it in Thunderbird instead?
User avatar
Daifne
Moderator
Posts: 123071
Joined: July 31st, 2005, 9:17 pm
Location: Where the Waters Meet, Wisconsin

Post by Daifne »

How would I do that? I'm just another use like yourself. We all are here.
User avatar
BvdB
Posts: 90
Joined: October 28th, 2006, 3:04 am
Location: Berlin, Germany

Post by BvdB »

Hey, I'm not asking you to to it, I just wanted to propose that we classify this a "real bug" and post it on bugzilla.
.. Ok, it's there already, more than once, like:
https://bugzilla.mozilla.org/show_bug.cgi?id=223132

"Reported: 2003-10-21" - so if it took them 4 years it must be a HEAVY problem .. strange.
Last edited by BvdB on February 13th, 2007, 9:51 am, edited 1 time in total.
alta88
Posts: 1029
Joined: January 28th, 2006, 3:08 pm

Post by alta88 »

what's even more ludicrous is that this (from here) is one possible fix (can be tuned etc.). extension not necessary.

Code: Select all

#msgHeaderView { 
   max-height: 20em !important;
   overflow: auto !important;
   }


leaves ya speechless, no?
User avatar
BvdB
Posts: 90
Joined: October 28th, 2006, 3:04 am
Location: Berlin, Germany

Post by BvdB »

.. which needs the "Stylish" extension to get installed.

And, once again, there are two separate aspects here, one is how I get my problem solved, the other is how to improve a software we like and propagate. My (second) remark was more about the latter.
alta88
Posts: 1029
Joined: January 28th, 2006, 3:08 pm

Post by alta88 »

no, Stylish makes such things easier but is not required. you just put that bit of css code into your userchrome.css file in your profile - do a search if you need more details.

as to your second point, you can file a bug and the developers can either address it or not.
User avatar
BvdB
Posts: 90
Joined: October 28th, 2006, 3:04 am
Location: Berlin, Germany

Post by BvdB »

Yes, thanks.
Nonetheless, it might even be the case that workarounds like the ones you mention hinder the bug from being prioritized and fixed.
The idea is to get the basic installation work flawlessly - ok?
Post Reply