Closed Bug 346374 Opened 18 years ago Closed 18 years ago

Using a web reader as default reader doesn't skip the preview page to go straight to the web reader

Categories

(Firefox Graveyard :: RSS Discovery and Preview, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME
Firefox 2

People

(Reporter: Waldo, Unassigned)

Details

The preview is shown because |wccr.getAutoHandler(TYPE_MAYBE_FEED)| returns null; I'm not 100% sure why yet:

http://lxr.mozilla.org/mozilla/source/browser/components/feeds/src/FeedConverter.js#197

Consequently, we fall through to the preview page code further down the method.  I'm not entirely sure what the right fix is here, but it probably involves WebContentConverter.js hacking.

This is present on both branch and trunk.
This happens both with and without patches from bug 344651, FYI.
Hmm, so now I'm not reproducing it -- investigating...
Maybe this was just a trunk issue -- can still reproduce it there.
The _init method on WebContentConverter is never being called, so the hash of autohandlers is never populated.  Somehow, it looks like the profile-after-change observer notification either isn't being received or isn't being fired.
I fixed this a while ago.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
Target Milestone: Firefox 2 beta2 → Firefox 2
Product: Firefox → Firefox Graveyard
You need to log in before you can comment on or make changes to this bug.