Closed
Bug 266231
Opened 20 years ago
Closed 19 years ago
very large font when viewing message body
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
EXPIRED
People
(Reporter: david250, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20041025 After successful login to Yahoo Mail, after clicking on the subject of any message, the full message is shown in a very large font. This has happened every time with recent nightly builds up to 10/25/2004 . This bug *does not* occur in 1.7.3, i.e.: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910 Reproducible: Always Steps to Reproduce: 1. login to yahoo mail 2. click on Inbox 3. click on the subject of any message Actual Results: The message was displayed in a huge font. Expected Results: It should have displayed the message in size 12 font, approximately.
Comment 1•20 years ago
|
||
Reporter, what do you mean by "size 12"? Your Mozilla pref is set in px, which is 16 unless you have changed it. 16px translates to 12pt, but only if your system DPI is still the Windows default 96. pt sizes vary with DPI, and many people use other DPI settings, making pt a poor choice for sizing text on web pages. At higher DPI settings, 12pt can be very large and inappropriate. Go to Yahoo "mail options" -> "general preferences" and check your "font size". Setting it to "smaller" will likely solve your problem. The css for that page is a massive 34K http://us.js1.yimg.com/us.yimg.com/lib/pim/r/medici/6_16_2/mail/us/mail_blue_all.css in which there seems to be conflicting rules for the main message body: body{font:small/1.2em arial,helvetica,clean,sans-serif;font:x-small;} html>body{font:83% arial,helvetica,clean,sans-serif;} div#message tt{font-size:1.2em;font:x-small;} I suspect this needs to be moved to TE. I haven't looked in any browser except current trunk (Linux & OS/2).
OS: Windows 2000 → All
| Reporter | ||
Comment 2•20 years ago
|
||
(In reply to comment #1) > Reporter, what do you mean by "size 12"? Your Mozilla pref is set in px, [...] That I expected the e-mail body to be displayed on the screen with characters about the same size (in cm or inches) as Notepad font size 12. Having opened Notepad and typed some text, what I wanted was Notepad size 10. In what was rendered with the build of Oct. 25, it looked more like Notepad size 15. Hence, I've reverted to stable 1.7.3 but will login to Bugzilla occasionally.
| Reporter | ||
Comment 3•20 years ago
|
||
(In reply to comment #1) [...] > Go to Yahoo "mail options" -> "general preferences" and check your "font size". > Setting it to "smaller" will likely solve your problem. [...] Ok. I did that (change setting to smaller) and now message bodies are the size I want them to be. My problem is solved with that setting change. Now I'm using: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a5) Gecko/20041027
| Reporter | ||
Comment 4•20 years ago
|
||
(In reply to comment #3) [...] I tried changing "mail options" -> "general preferences" -> Font Size from Normal to Larger to Smaller and back again in Yahoo! Mail. The line below, from an email from Bugzilla, is always 20.9 cm in width from first '-' to last '-' : ------- Additional Comments From ezcos@yahoo.com 2004-10-27 21:22 PDT ------- This is fine by me. Also, checking/unchecking checkbox: Preferences -> Fonts -> Allow documents to use other fonts has no effect: always 20.9 cm (ok by me). An idea: perhaps have: "Allow documents to use other fonts" checked (Enabled) by default?? Currently using: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a5) Gecko/20041027
Updated•20 years ago
|
Product: Browser → Seamonkey
Comment 5•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/
Comment 6•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•