Closed
Bug 353580
Opened 19 years ago
Closed 19 years ago
Feed Preview UI does not render correctly on http://www.engadget.com/rss.xml
Categories
(Firefox Graveyard :: RSS Discovery and Preview, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 2
People
(Reporter: marcia, Assigned: asaf)
References
()
Details
(Keywords: verified1.8.1, Whiteboard: [rc ridealong])
Attachments
(6 files)
|
218.82 KB,
image/png
|
Details | |
|
248.92 KB,
image/png
|
Details | |
|
151.78 KB,
application/xml
|
Details | |
|
65.20 KB,
image/png
|
Details | |
|
37.00 KB,
image/png
|
Details | |
|
1.58 KB,
patch
|
mconnor
:
review+
mconnor
:
approval1.8.1+
|
Details | Diff | Splinter Review |
Seen using Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1) Gecko/20060918 Firefox/2.0.
STR:
1. Set pref to show feed reader preview
2. Visit http://www.engadget.com/rss.xml.
Observe UI in screenshot that is forthcoming.
This is one of the top ten feeds on the web, so it has a bit of visibility (http://share.opml.org/rankings/)
| Reporter | ||
Comment 1•19 years ago
|
||
| Reporter | ||
Comment 2•19 years ago
|
||
I also see this on http://www.livejournal.com/stats/latest-rss.bml
Comment 3•19 years ago
|
||
Comment 4•19 years ago
|
||
Comment 5•19 years ago
|
||
This looks fixable with a little CSS, unless it's related to the XUL-in-XHTML at the top. Mano?
Comment 7•19 years ago
|
||
No, I get it on mac as well (see attachment 239462 [details]). It seems related to the huge images in the feed.
Comment 8•19 years ago
|
||
I see this on Linux (Ubuntu Dapper Drake) too. And if I make my window narrow enough, I see it on Asa Dotzler's RSS 2.0 feed (http://weblogs.mozillazine.org/asa/index.xml) as well.
On the engadget feed, on the other hand, some widths work fine, while others don't. As I make my window narrower, the yellow background alternately pops back into view and disappears.
Comment 9•19 years ago
|
||
I can reproduce on Mac as well, although I haven't been able to reproduce on Windows. Here's a screenshot of the problem on the Mac.
Comment 10•19 years ago
|
||
This is hitting bug 252241, as far as I can tell. The div that contains all the content is 30000-some pixels tall, which overflows the signed 16-bit widget coordinates that get used all over. And due to the use of border-radius, background drawing goes through FillPolygon, which doesn't ConditionRect...
At least that's consistent with what I see happening in PaintBackgroundWithSC and with the symptoms.
Depends on: 252241
| Assignee | ||
Comment 11•19 years ago
|
||
Assignee: nobody → mano
Status: NEW → ASSIGNED
Attachment #239559 -
Flags: review?(mconnor)
Attachment #239559 -
Flags: approval1.8.1?
| Assignee | ||
Updated•19 years ago
|
OS: Linux → All
Priority: -- → P1
Hardware: PC → All
Target Milestone: --- → Firefox 2
| Reporter | ||
Comment 12•19 years ago
|
||
I don't see the problem on Windows either. The interesting thing is that when I initially reported the bug, I had all of the sites open in tabs in a regular size window - there was no resizing of the window. Each time I opened up the engadget feed on Linux I saw the screenshot I attached.
Updated•19 years ago
|
Flags: blocking-firefox2? → blocking-firefox2+
Whiteboard: [rc ridealong]
Comment 13•19 years ago
|
||
Comment on attachment 239559 [details] [diff] [review]
the workaround
r+a=me, please land ASAP
its too bad we can't do this dynamically, but we'll live.
Attachment #239559 -
Flags: review?(mconnor)
Attachment #239559 -
Flags: review+
Attachment #239559 -
Flags: approval1.8.1?
Attachment #239559 -
Flags: approval1.8.1+
Comment 14•19 years ago
|
||
this is Approved for RC2
| Assignee | ||
Comment 15•19 years ago
|
||
1.8:
mozilla/browser/themes/pinstripe/browser/feeds/subscribe.css 1.1.2.13
mozilla/browser/themes/winstripe/browser/feeds/subscribe.css 1.1.2.14
Keywords: fixed1.8.1
| Assignee | ||
Comment 16•19 years ago
|
||
FWIW, you don't see this on windows because I accidentally landed the winstripe portion of this patch on trunk as part of the new theme... (assuming you were testing trunk builds).
Comment 17•19 years ago
|
||
verified on Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1) Gecko/20060928 BonEcho/2.0
Asaf, should this be resolved fixed?
Keywords: fixed1.8.1 → verified1.8.1
| Assignee | ||
Comment 18•19 years ago
|
||
not yet, need to land this on trunk first.
| Assignee | ||
Comment 19•19 years ago
|
||
mozilla/browser/themes/pinstripe/browser/feeds/subscribe.css 1.16
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
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
•