Closed
Bug 366454
Opened 19 years ago
Closed 16 years ago
Incorrect display of HTML table in yahoo group message in yahoo email or gmail
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: hua.ding, Unassigned)
Details
(Keywords: testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
HTML table in some emails distributed from Yahoo group cannot be displayed to the full width in Firefox 2.0. The issue doesn't exist for Internet Explorer.
The symptom is that the sponsor links appended by Yahoo Group was displayed at the right side of the HTML table and cropped it. It was supposed to be displayed underneath the HTML table.
I will attach the complete HTML pages.
Reproducible: Always
Steps to Reproduce:
1.Whenever I open the email in Yahoo email or Gmail
2.
3.
Updated•19 years ago
|
Component: General → Layout: Tables
Product: Firefox → Core
QA Contact: general → layout.tables
Version: unspecified → 1.8 Branch
this should be converted into testcase from the archive in order to judge it.
Keywords: testcase-wanted
Comment 3•17 years ago
|
||
I tried to keep the testcase as simple as possible, but I did leave in some of the coloring to make the overlap more obvious. Hope this helps.
Comment 4•17 years ago
|
||
The problem here is this line in the original:
<div style="padding: 0pt 15px 0pt 0pt; width: 490px; float: left;">
Changing the 490px to 600px gets the correct output. I don't know html, so I'm not sure if this is a bad html issue or a firefox/mozilla issue though.
Keywords: testcase-wanted → testcase
The div pushes the reminder of the table into to the overflow this should overlap.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•