Closed
Bug 275488
Opened 20 years ago
Closed 19 years ago
It is scroll injustice at the print preview of RSS.
Categories
(MailNews Core :: Feed Reader, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 111432
People
(Reporter: sugar.waffle, Assigned: mscott)
References
()
Details
When wheel scrolling is performed by the print preview of a RSS report, the scroll bar of a print preview does not follow. Therefore, adjustment is lost, when a scroll bar is slid and a preview is scrolled. This problem is not generated in the print preview of E-mail. Reproducible: Always Steps to Reproduce: 1. It subscribes to RSS and the print preview of a report is performed. 2. wheel scrolling is performed. Actual Results: The scroll bar of a print preview does not follow wheel scrolling. Expected Results: The scroll bar of a print preview follow wheel scrolling. Windows XP Pro SP1 thunderbird 1.0 release version
Comment 1•20 years ago
|
||
What is happening is: the body of the RSS is an external web page contained in an <iframe> in the message. The mousewheel scrolls the iframe if the cursor is placed over the iframe (bug 187043), but if over the rest of the document, it scrolls the entire document. The CSS styling for the <iframe> is set up in such a way to scroll just fine when within a window; but in the print preview, that styling fails for a couple of reasons -- the mouse scrolling doesn't work right, and if the RSS page is pretty long, it gets truncated at the bottom of the page rather than extending to multiple pages (bug 113217).
Comment 2•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
*** This bug has been marked as a duplicate of 111432 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•