Closed
Bug 381799
Opened 18 years ago
Closed 18 years ago
If page offers a broken Feed, Firefox does not display an error message to the user.
Categories
(Firefox Graveyard :: RSS Discovery and Preview, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 350365
People
(Reporter: sendmail.to, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
Open the Feed as in the URL. (I will attach a testcase soon).
Nothing is displayed -> because the Feed is broken.
We should offer an error message.
We already do this, but with a little mistake.
Below I post something from the page preview (it's from the German Firefox)
<div id="feedError" style="display: none;" dir="ltr">
<h1>Fehler beim Verarbeiten des Feeds</h1>
<p>Beim verarbeiten des Feeds ist ein Fehler in der Anwendung aufgetreten. Sie können den Feed trotzdem abonnieren, Falls Sie wissen, was er ist. Der Fehler lautet:</p>
<p id="errorCode"/>
</div>
I think we should drop style="display: none;", because this prevents showing the error message.
http://lxr.mozilla.org/mozilla1.8/source/browser/components/feeds/content/subscribe.xhtml#47
Reproducible: Always
Occurs also on trunk.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a4pre) Gecko/20070426 Minefield/3.0a4pre
Updated•18 years ago
|
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
•