Closed
Bug 343384
Opened 18 years ago
Closed 18 years ago
RSS inline preview, subscribe now and change reader do not work
Categories
(Firefox Graveyard :: RSS Discovery and Preview, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 342991
People
(Reporter: lc__fc-xx001xx, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1a3) Gecko/20060701 BonEcho/2.0a3
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1a3) Gecko/20060701 BonEcho/2.0a3
When you visit a page with RSS feed just the top part with the controls is rendered but not the inline preview. The subscribe now button and the change reader link do not work, the "using:" text shows just the RSS icon.
I've had similar problems with the latest trunk nightlies on Win XP over the last days.
Reproducible: Always
Steps to Reproduce:
1. go to http://feedhouse.mozillazine.org/rss20.xml
2. click on subscribe now
3. click on change reader
Actual Results:
The RSS feed isn't rendered in the inline preview, clicking on subscribe now and change reader doesn't open the selection window.
Expected Results:
The RSS feed gets rendered in the inline preview, clicking on subscribe now and change reader opens the selection window, the "using:" shows the currently used reader.
Loading the page with the RSS feed leads to the following errors in the error console:
Error: chan has no properties
Source File: file:///Applications/BonEcho.app/Contents/MacOS/components/FeedWriter.js
Line: 328
Error: uncaught exception: [Exception... "'[JavaScript Error: "chan has no properties" {file: "file:///Applications/BonEcho.app/Contents/MacOS/components/FeedWriter.js" line: 328}]' when calling method: [nsIFeedWriter::write]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://browser/content/feeds/subscribe.js :: SH_init :: line 46" data: yes]
Clicking on subscribe now:
Error: this._window has no properties
Source File: file:///Applications/BonEcho.app/Contents/MacOS/components/FeedWriter.js
Line: 423
Error: uncaught exception: [Exception... "'[JavaScript Error: "this._window has no properties" {file: "file:///Applications/BonEcho.app/Contents/MacOS/components/FeedWriter.js" line: 423}]' when calling method: [nsIFeedWriter::subscribe]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://browser/content/feeds/subscribe.js :: FH_subscribe :: line 58" data: yes]
Clicking on change reader:
Error: this._window has no properties
Source File: file:///Applications/BonEcho.app/Contents/MacOS/components/FeedWriter.js
Line: 377
Error: uncaught exception: [Exception... "'[JavaScript Error: "this._window has no properties" {file: "file:///Applications/BonEcho.app/Contents/MacOS/components/FeedWriter.js" line: 377}]' when calling method: [nsIFeedWriter::changeOptions]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: chrome://browser/content/feeds/subscribe.js :: SH_changeOptions :: line 54" data: yes]
*** This bug has been marked as a duplicate of 342991 ***
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•