Open
Bug 449732
Opened 17 years ago
Updated 6 years ago
GetLoadedMessage() fails
Categories
(SeaMonkey :: MailNews: Message Display, defect)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
NEW
People
(Reporter: eyalroz1, Unassigned)
Details
(Keywords: regression)
I can't get the loaded message's URI with GetLoadedMessage(), from a load event handler. I was able to do this until 2006-11-24 nightly; since 2006-11-25 it fails.
(not sure this is the right component, the reorg is confusing)
Comment 1•17 years ago
|
||
Are you talking about the message window,
or, the main three pane messenger window?
I found two GetLoadedMessage() functions in SeaMonkey.
| Reporter | ||
Comment 2•17 years ago
|
||
3-pane window.
Comment 3•17 years ago
|
||
| Reporter | ||
Comment 4•17 years ago
|
||
It's weird that nobody else has noticed this before.
Comment 5•17 years ago
|
||
Well OnLoadMessenger() calls setTimeout(delayedOnLoadMessenger, 0); which then initializes things. Perhaps you could check for |gHaveLoadedMessage| before trying to run GetLoadedMessage()?
Updated•16 years ago
|
Version: unspecified → 1.9.1 Branch
Comment 7•6 years ago
|
||
(In reply to :aceman from comment #6)
Did comment 5 help?
FWIW his last login is 3+ months ago. Do you consider this to be a bug, or user error?
Flags: needinfo?(acelists)
Keywords: qawanted
I don't know, but GetLoadedMessage() only exists in suite.
Component: Backend → MailNews: Message Display
Flags: needinfo?(acelists)
Product: MailNews Core → SeaMonkey
Version: 1.9.1 Branch → Trunk
| Reporter | ||
Comment 9•6 years ago
|
||
:wsmwk I'm sorry, I've just not had the time to look into this. I realize that might mean the bug gets closed. I'll reopen if and when I see this again. No, that comment had not helped but I don't remember why.
Flags: needinfo?(eyalroz)
You need to log in
before you can comment on or make changes to this bug.
Description
•