Closed
Bug 688096
Opened 14 years ago
Closed 7 years ago
RSS Subscribe page not correctly wrapping loaded text.
Categories
(Firefox Graveyard :: RSS Discovery and Preview, defect)
Firefox Graveyard
RSS Discovery and Preview
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: pjdkrunkt, Unassigned)
References
()
Details
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0) Gecko/20100101 Firefox/7.0
Build ID: 20110916091512
Steps to reproduce:
Hit the RSS Subscribe button and the "Subscribe to" page loads.
Actual results:
Loaded feeds text displays as a jumbled mess with no line breaks.
Expected results:
Text should follow the original formatting and display line breaks. Easily fixed by adding the following to /browser/skin/feeds/subscribe.css:
#feedContent {
white-space: pre-wrap;
}
![]() |
||
Comment 1•14 years ago
|
||
Example?
Reporter | ||
Comment 2•14 years ago
|
||
Just added an example url above.
![]() |
||
Comment 3•14 years ago
|
||
Confirmed. WFM if I apply your suggested CSS Style Change.
Status: UNCONFIRMED → NEW
Component: General → RSS Discovery and Preview
Ever confirmed: true
OS: Windows XP → All
QA Contact: general → rss.preview
Hardware: x86 → All
Version: 7 Branch → Trunk
Comment 4•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
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
•