Closed Bug 56492 Opened 25 years ago Closed 24 years ago

kia.com - Layout of table is bad that contains MAP elements.

Categories

(Tech Evangelism Graveyard :: English US, defect, P2)

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: chrispetersen, Assigned: bc)

References

()

Details

Attachments

(1 file)

Build: 2000101308 Platform: All Expected Results: Map images in the table should be flush in the table. What I got: Map images are misaligned in table. Steps to reproduce: 1) Go to http://www.kia.com/noflash_index.html 2) Table renders on page but it's content (MAP images) are misaligned.
Changing QA owner
QA Contact: chrisd → petersen
The sample test case contains multiple map elements in a single TD element. If you look at the test case, You will see a gap between the first, second, and third images. The gap is caused by a BR element which inserted after each </MAP>.
The third image is split into two Map elements. There isn't a BR between them so that is why there it's gap present.
Nominating for RTM. Page layout is very poor.
Buster, all of the images in the attachment are in a single cell, so this is probably a line layout issue.
Assignee: karnaze → buster
Priority: P3 → P2
Please see the discussion in bug 11431. We made a decision that for NS6, <MAP> would default to display: block. That's because the rule for <MAP> is: 1) if it contains only <AREA> tags as children, it is display: none 2) otherwise, it is display: block We can't represent this rule in CSS, and we don't have time to hard-code it into the layout code for NS6 RTM. So I think the only thing left we have to do is evangelize. This page can be fixed very simply, without effecting the layout in any other major browser, by adding: <style> map { display: none; } </style> to the head of the document.
Assignee: buster → blakeross
Component: HTMLTables → Evangelism
Depends on: 11431
QA Contact: petersen → zach
No longer depends on: 11431
Severity: normal → major
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.6
Page is rendered correctly. Fixed in the Oct 31 build.
Keywords: vtrunk
-> evangelism@telocity.com for my evangelism bugs. removing the now-depreciated evangelism-related keywords. setting platform to All.
Assignee: blakeross → evangelism
Status: ASSIGNED → NEW
Target Milestone: mozilla0.6 → Future
Keywords: vtrunk
Blake - can you close this?
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
Summary: Layout of table is bad that contains MAP elements. → kia.com - Layout of table is bad that contains MAP elements.
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Target Milestone: Future → ---
Version: other → unspecified
fixed
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Verified 2002022703/WinXP
Status: RESOLVED → VERIFIED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: