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)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: chrispetersen, Assigned: bc)
References
()
Details
Attachments
(1 file)
1.53 KB,
text/html
|
Details |
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.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 3•25 years ago
|
||
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>.
Reporter | ||
Comment 4•25 years ago
|
||
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.
Reporter | ||
Comment 5•25 years ago
|
||
Nominating for RTM. Page layout is very poor.
Comment 6•25 years ago
|
||
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
Updated•25 years ago
|
Severity: normal → major
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.6
Reporter | ||
Comment 8•25 years ago
|
||
Page is rendered correctly. Fixed in the Oct 31 build.
Keywords: vtrunk
Comment 9•25 years ago
|
||
-> evangelism@telocity.com for my evangelism bugs.
removing the now-depreciated evangelism-related keywords.
setting platform to All.
Assignee: blakeross → evangelism
Status: ASSIGNED → NEW
Updated•25 years ago
|
Target Milestone: mozilla0.6 → Future
Comment 10•24 years ago
|
||
Blake - can you close this?
Comment 11•24 years ago
|
||
Reassigning evangelism bugs to bclary@netscape.com.
Assignee: evangelism → bclary
Assignee | ||
Updated•24 years ago
|
Summary: Layout of table is bad that contains MAP elements. → kia.com - Layout of table is bad that contains MAP elements.
Assignee | ||
Comment 12•24 years ago
|
||
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
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•