Closed
Bug 269725
Opened 21 years ago
Closed 21 years ago
Get Msgs status bar messages show in child window if one is open, not main mail window
Categories
(SeaMonkey :: MailNews: Message Display, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: bugzilla, Assigned: Bienvenu)
References
Details
(Keywords: fixed-aviary1.0)
Attachments
(1 file)
7.51 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a5) Gecko/20041113
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a5) Gecko/20041113
Discovered in Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a5)
Gecko/20041028 and it's the same in the latest build.
Reproducible: Always
Steps to Reproduce:
1. Open Mail&News. Press the "get msgs" button - it works, so it's all ok.
2. Go to your mail account and open any message in a separate window.
3. Go back to the main Mail&News window and press the "get msgs" button.
Actual Results:
The button is "dead" - does nothing when you press it :-)
Additional steps for more details:
4. Now press the "get msgs" button of the message window. It works.
5. Without closing any window, open another Mail&News windows.
6. Press "get msgs" in the new window. It works.
7. In that new window, repear the steps 2 & 3, and the button will be dead also
in the new window.
It'm sorry for the spam & not testing it a bit more. In fact, the button
actually works, and what doesn't work it's the status bar of the Mail&News window.
Severity: normal → trivial
Summary: Get msgs button not working after opening a message → Staus bar not showing the get msgs status after opening a message
As I see it, the Get Msgs status bar messages are actually appearing in the
message display (child) window instead of the main mail window. Seamonkey build
2004111204.
CONFIRMING. This has regressed since Build 20041025.
I'm upgrading this to Normal since it looks to the user as if the Get Msgs
button is not working. Had me fooled for days!
Suggested description: Get Msgs status bar messages show in child window if one
is open, not main mail window.
Severity: trivial → normal
Status: UNCONFIRMED → NEW
Ever confirmed: true
Investigating further, I find that once you close the message display (child)
window, there is then NO status line display at all of Get Msgs progress.
Assignee | ||
Comment 4•21 years ago
|
||
yes, I see this too. That's not good.
Assignee: sspitzer → bienvenu
Assignee | ||
Comment 5•21 years ago
|
||
not sure why this would have regressed - the underlying code has been broken
forever, from what I can tell...the fix is to pass in the msg window as an
element of the aruments array, instead of caching the message window in the
singleton folder data source.
Assignee | ||
Comment 6•21 years ago
|
||
Comment on attachment 166141 [details] [diff] [review]
proposed fix
pay no attention to the try catch stuff when calling getURIForViewIndex - I
guess I forgot to check that into the trunk from before...
Attachment #166141 -
Flags: superreview?(mscott)
Updated•21 years ago
|
Attachment #166141 -
Flags: superreview?(mscott) → superreview+
Assignee | ||
Updated•21 years ago
|
I don't see this fixed in Mozilla lastest trunk builds... has the patch only
been merged in the aviary 1.0 branch?
Thanks!
Summary: Staus bar not showing the get msgs status after opening a message → Get Msgs status bar messages show in child window if one is open, not main mail window
Confirmed. The problem is NOT FIXED in Seamonkey 2004111805 on Windows.
Shouldn't this be reopened since it's a MailNews bug? Or is it considered
fixed since merging the Thunderbird code, when it happens, should fix it?
Updated•21 years ago
|
Product: Browser → Seamonkey
As the fix doesn't seems to be included in Mozilla/5.0 (Windows; U; Windows NT
5.0; en-US; rv:1.8a5) Gecko/20041124 or it's included but doesn't works and this
bug was filled for Mail&News, I'm reopening it.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 10•21 years ago
|
||
equivalent seamonkey part checked in - sorry for the confusion.
Status: REOPENED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 11•21 years ago
|
||
Verified / Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a5) Gecko/20041125.
Thank you very much for the fast fix!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•