Closed
Bug 339391
Opened 18 years ago
Closed 18 years ago
message pane scrollbars jump to the top when new junk mail comes in
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird2.0
People
(Reporter: mscott, Assigned: Bienvenu)
References
Details
(Keywords: fixed1.8.1.2)
Attachments
(1 file)
(deleted),
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
Bug 331159 ended up regressing Bug 220173. If you are reading a message that has scrollbars in the message pane, and the folder gets new mail that gets marked as junk, we end up re-loading the message you are reading, causing the scrollbars to jump back to the top.
Reporter | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Comment 1•18 years ago
|
||
David, did you end up fixing this in the back end recently? I seem to remember reviewing a change that might have fixed this regression from 331159 as well.
Comment 3•18 years ago
|
||
I can additionally confirm this behaviour on Max OSX (10.3) with Thunderbird version 2 beta 2 (20070116). Scrolls to top of message when Junk mail is processed after get mail, but not when a normal message is received.
Assignee | ||
Comment 4•18 years ago
|
||
I'll look into this.
Assignee: mscott → bienvenu
Status: ASSIGNED → NEW
Assignee | ||
Comment 5•18 years ago
|
||
Is the mail just marked as junk, or does it also get moved to the junk folder? Is it marked as junk by the bayesian junk filter, or a normal filter?
Reporter | ||
Comment 6•18 years ago
|
||
Hey David, the mail you are reading isn't getting marked as junk, but the front end gets the notification when the junk filter processes incoming messsages other than the one you are reading and it can't tell that it wasn't this message so it tries to reload it, thinking the junk state has changed. see comment 0 and the hacky work around we used to have in Bug 220173 to prevent the message from getting reloaded.
Assignee | ||
Comment 7•18 years ago
|
||
This seems to be working for me in imap and pop3 accounts.
I turned off my mail filters, and my ab whitelisting. Then, I selected an html message which I then scrolled a couple pages using the space bar. Then, I got some new mail, which was analyzed for junk status (neither were junk). I didn't see any scrolling.
Should I mark the current message as junk so that it thinks the junk status has changed because the incoming messages(s) aren't junk?
Reporter | ||
Comment 8•18 years ago
|
||
I see it when new mail comes in and gets marked as junk while I'm reading a non junk message.
Comment 9•18 years ago
|
||
Seeing this as well on pop3... uber annoying.
Assignee | ||
Comment 10•18 years ago
|
||
ah, so a new incoming message needs to get marked as junk for this to happen...I'll try that.
Assignee | ||
Comment 11•18 years ago
|
||
this seems to be working for me...I tried marking a message as non-junk and it was reloaded...
Attachment #254837 -
Flags: superreview?(mscott)
Reporter | ||
Comment 12•18 years ago
|
||
Comment on attachment 254837 [details] [diff] [review]
use new mechanism to find out if junk bar state has changed
ooh way to use the new isFlagSet stuff.
I think you can use kMsgNotificationJunkBar instead of 2 for the argument though.
Attachment #254837 -
Flags: superreview?(mscott) → superreview+
Comment 13•18 years ago
|
||
Where the heck is that hero flag... because this was getting on my nerves.
Assignee | ||
Comment 14•18 years ago
|
||
fixed on trunk and branch (I hope!)
You need to log in
before you can comment on or make changes to this bug.
Description
•