Closed
Bug 662855
Opened 13 years ago
Closed 13 years ago
window.top.content is null (unable to view feed entries)
Categories
(SeaMonkey :: MailNews: Message Display, defect)
SeaMonkey
MailNews: Message Display
Tracking
(seamonkey2.2 fixed, seamonkey2.3 fixed)
RESOLVED
FIXED
seamonkey2.4
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
Attachments
(1 file)
(deleted),
patch
|
neil
:
review+
InvisibleSmiley
:
feedback+
Callek
:
approval-comm-aurora+
Callek
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #644983 +++
STR:
- install webtabs from http://jonathan.protzenko.free.fr/webtabs@momo.ca.xpi
- open a twitter tab
- switch to the main mail:3pane tab
- select multiple threads (so that you get the MultiMessageSummary)
- switch to the twitter tab
- switch back to the main mail:3pane tab
- click on one of your RSS feeds
- there should be a message displayed ; instead, the message pane is blank, and the error console reads
Error: window.top.content is null
Source File: chrome://messenger/content/mailWindowOverlay.js
Line: 3072
This happens *without* Thunderbird Conversations. Double-clicking on a feed item fixes the issue.
This patch:
* Ports fix from TB bug
* Matches position of early return with TB as comment in code suggests.
Attachment #538245 -
Flags: review?(jh)
Comment 2•13 years ago
|
||
Comment on attachment 538245 [details] [diff] [review]
Switch feed to use getBrowser [Checked in: Comment 4]
I'm not an official MailNews reviewer, and don't know how to test the "broken" case, but feeds still seem to work with the patch applied, so f+ it is.
Attachment #538245 -
Flags: review?(jh) → feedback+
Attachment #538245 -
Flags: review?(neil)
Comment 3•13 years ago
|
||
Comment on attachment 538245 [details] [diff] [review]
Switch feed to use getBrowser [Checked in: Comment 4]
Seems reasonable, although I think what's happening is that the Thunderbird conversations code must be messing with which browser is the active browser thus confusing the code that populates the content property.
[Why do we still have code using XPCNativeWrapper?]
Attachment #538245 -
Flags: review?(neil) → review+
Comment on attachment 538245 [details] [diff] [review]
Switch feed to use getBrowser [Checked in: Comment 4]
http://hg.mozilla.org/comm-central/rev/172703bbcfee
Attachment #538245 -
Attachment description: Switch feed to use getBrowser → Switch feed to use getBrowser [Checked in: Comment 4]
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.4
Comment 5•13 years ago
|
||
Comment on attachment 538245 [details] [diff] [review]
Switch feed to use getBrowser [Checked in: Comment 4]
Thunderbird patch landed on comm-aurora.
Attachment #538245 -
Flags: approval-comm-aurora?
Comment on attachment 538245 [details] [diff] [review]
Switch feed to use getBrowser [Checked in: Comment 4]
We probably want it on comm-beta too.
Attachment #538245 -
Flags: approval-comm-beta?
Updated•13 years ago
|
Attachment #538245 -
Flags: approval-comm-beta?
Attachment #538245 -
Flags: approval-comm-beta+
Attachment #538245 -
Flags: approval-comm-aurora?
Attachment #538245 -
Flags: approval-comm-aurora+
Comment 7•13 years ago
|
||
Updated•13 years ago
|
status-seamonkey2.2:
--- → fixed
status-seamonkey2.3:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•