Closed
Bug 372283
Opened 19 years ago
Closed 19 years ago
preview layout issues when feed includes html in CDATA
Categories
(Firefox Graveyard :: RSS Discovery and Preview, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 3 alpha3
People
(Reporter: contact, Assigned: sayrer)
References
()
Details
(Keywords: verified1.8.1.4)
Attachments
(1 file, 1 obsolete file)
|
1.62 KB,
patch
|
asaf
:
review+
dveditz
:
approval1.8.1.4+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
the feed preview layout is altered when feed contains html in CDATA blocks (image tags) the issue is with line breaks and separation between items
tested with valid RSS2
Reproducible: Always
Steps to Reproduce:
1.preview RSS2 feed with images in CDATA blocks
2.
3.
Actual Results:
layout messed, items tabbed to the right
Expected Results:
not incremental tab between items
| Assignee | ||
Comment 1•19 years ago
|
||
maybe there is a -moz css property I can put on .feedEntry divs to get this effect, but this works too.
Assignee: nobody → sayrer
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Attachment #256938 -
Flags: review?(mano)
| Assignee | ||
Comment 2•19 years ago
|
||
Attachment #256938 -
Attachment is obsolete: true
Attachment #257253 -
Flags: review?(mano)
Attachment #256938 -
Flags: review?(mano)
| Assignee | ||
Updated•19 years ago
|
Target Milestone: --- → Firefox 3 alpha3
Comment 3•19 years ago
|
||
Comment on attachment 257253 [details] [diff] [review]
set clear on the element, not in subscribe.css
r=mano.
Attachment #257253 -
Flags: review?(mano) → review+
| Assignee | ||
Comment 4•19 years ago
|
||
Comment on attachment 257253 [details] [diff] [review]
set clear on the element, not in subscribe.css
low risk presentation fix
Attachment #257253 -
Flags: approval1.8.1.3?
| Assignee | ||
Comment 5•19 years ago
|
||
Checking in FeedWriter.js;
/cvsroot/mozilla/browser/components/feeds/src/FeedWriter.js,v <-- FeedWriter.js
new revision: 1.37; previous revision: 1.36
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 6•19 years ago
|
||
Comment on attachment 257253 [details] [diff] [review]
set clear on the element, not in subscribe.css
no one answered the 2.0.0.3 approval request, so let's assume it is going to make 2.0.0.4 instead.
Attachment #257253 -
Flags: approval1.8.1.3? → approval1.8.1.4?
Comment 7•19 years ago
|
||
Comment on attachment 257253 [details] [diff] [review]
set clear on the element, not in subscribe.css
approved for 1.8.1.4, a=dveditz for release-drivers
Attachment #257253 -
Flags: approval1.8.1.4? → approval1.8.1.4+
Comment 8•19 years ago
|
||
Robert, Please land your 1.8.1.4 approved patches as soon as possible. Code freeze was pushed out to this Friday, April 27.
| Assignee | ||
Comment 9•19 years ago
|
||
Checking in FeedWriter.js;
/cvsroot/mozilla/browser/components/feeds/src/FeedWriter.js,v <-- FeedWriter.js
new revision: 1.2.2.31; previous revision: 1.2.2.30
done
Keywords: fixed1.8.1.4
Comment 10•19 years ago
|
||
verified fixed 1.8.1.4 using Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.1.4pre) Gecko/2007042805 BonEcho/2.0.0.4pre and tested with the URL provided in this Bug, no problem on the layout/preview layout issues.
Keywords: fixed1.8.1.4 → verified1.8.1.4
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
•