Closed Bug 185815 Opened 22 years ago Closed 20 years ago

misaligned text in rendering of spanish version of hotmail

Categories

(Core :: Layout: Tables, defect)

x86
Windows 98
defect
Not set
trivial

Tracking

()

RESOLVED DUPLICATE of bug 167408

People

(Reporter: hfmeza, Assigned: dbaron)

Details

(Keywords: testcase)

Attachments

(4 files)

User-Agent:       Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3a) Gecko/20021212
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3a) Gecko/20021212

In the spanish version of hotmail, when you look at a message's page, the text
"Versión compatible con la impresora" (Printer compatible version) appears
overlapping a drop-down select ("colocar en carpeta", move to folder). 

This doesn't occur in the english version of hotmail, maybe because texts are
shorter in that version.

It seems to be related to the style sheet, since changing the name of
hotmail___906000056.css to hotmail___906000056.css.bak in the files directory
causes the text to be aligned properly.

Reproducible: Always

Steps to Reproduce:
1. 
2. 
3.
This is a message in the spanish version of Hotmail, including css files.
Confirmed:
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4a) Gecko/20030401

Same file displays without overlap in Opera v.6 & 7.
This file contains the minimum HTML/CSS required to duplicate this bug.
By the way, I'm not at all sure this is a CSS issue, it looks more like a
table-layout problem to me.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Attached file Testcase
After playing a little with that last attachment, I found that the problem
seems to be caused by:

1. The padding in the .pbttn class 

padding-left: 4px;
padding-right: 4px;

If these 2 lines are removed, the text is shown properly.

AND/OR

2. The fixed width of the table 

width="590"

If the width is removed or increased, the page renders correctly.
Component: Style System → Layout: Tables
Attached file another testcase
Comment #5 is spot on, the padding is the problem, the new testcase just makes 
it a little more obvious.

*** This bug has been marked as a duplicate of 167408 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Keywords: testcase
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: