Closed
Bug 337041
Opened 19 years ago
Closed 19 years ago
feeds failes rendering if the rss item doesn't have summary
Categories
(Firefox Graveyard :: RSS Discovery and Preview, defect)
Firefox Graveyard
RSS Discovery and Preview
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 2 alpha2
People
(Reporter: masayuki, Assigned: masayuki)
References
()
Details
Attachments
(2 files)
|
1.42 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.22 KB,
patch
|
Details | Diff | Splinter Review |
See this rss.
http://www.d-toybox.com/studio/weblog/show.php?mode=rss&ver=2.0
Fx cannot render all items in the RSS file.
| Assignee | ||
Comment 1•19 years ago
|
||
Attachment #221222 -
Flags: review?
| Assignee | ||
Comment 2•19 years ago
|
||
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•19 years ago
|
Attachment #221222 -
Flags: review? → review?(bugs)
| Assignee | ||
Updated•19 years ago
|
Attachment #221222 -
Flags: approval-branch-1.8.1?(bugs)
Comment 3•19 years ago
|
||
You could just use |if (summary && summary.length > MAX_CHARS)|
| Assignee | ||
Comment 4•19 years ago
|
||
(In reply to comment #3)
> You could just use |if (summary && summary.length > MAX_CHARS)|
yeah, but the creating text node is not needed if the summary is null.
| Assignee | ||
Comment 5•19 years ago
|
||
oh, this is fixed by bug 336903.
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=subscribe.js&branch=&root=/cvsroot&subdir=mozilla/browser/components/feeds/content&command=DIFF_FRAMESET&rev1=1.6&rev2=1.7
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•19 years ago
|
Attachment #221222 -
Flags: review?(bugs)
Attachment #221222 -
Flags: approval-branch-1.8.1?(bugs)
Updated•7 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•