Closed
Bug 98561
Opened 23 years ago
Closed 23 years ago
very bad table layout on URL
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
WONTFIX
mozilla0.9.9
People
(Reporter: alexsavulov, Assigned: attinasi)
References
()
Details
Attachments
(3 files)
unlike "the others" our browser displays this page very ugly, with big gaps
between the images. there is some freakin' javascript on the page that seems to
cause this kind of layouting.
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
the problem is that the suckers use a *.jpg file that does not exist as a spacer
image (forget what I wrote about javascript).
we do not display/dimension the cells correctly if the file is missing
that's why the incremental reflow takes that long
Comment 3•23 years ago
|
||
hmmm... if it is the broken image that is causing the rendering gaps than this
is related to bug 41924. Dupe or depends?
Reporter | ||
Comment 4•23 years ago
|
||
Reporter | ||
Comment 5•23 years ago
|
||
well yes, is sure related to that bug but not really a dup. let's say it depends
on that one. the problem here is that cells consider the bogus image as an
empty content and so they do not display. whatever...
there is another concern about this kind of tables we have here. obviously the
folks that use this kind of table dimensioning are using the spacer cells as a
ruler for the colspan/rowspan cell. the missing images are causing a big
performance decrease be cause of the many incremental reflow passes that hve to
be done until the column widths are calculated (and then at the end we're still
wrong :-) check the test cases with "opera".
Depends on: alttext
Reporter | ||
Comment 6•23 years ago
|
||
Assignee | ||
Comment 8•23 years ago
|
||
Not related to bug 97619 - this was broken back in NS6.1 (mozilla0.9.2). The fix
for 97619 has no impact on the layout of callingcards.com
Comment 9•23 years ago
|
||
Mozilla replaces broken images with the ALT text. Because there's no ALT text
for the spacer jpg, it's just replaced by nothing. See also bug 98017 (same
problem).
Assignee | ||
Comment 10•23 years ago
|
||
So, the question is, do we try to emulate IE here, or just leave what we have?
We do need to revisit our missing-image handling policy, so maybe this should be
considered for Quirks mode....
Status: NEW → ASSIGNED
Updated•23 years ago
|
Target Milestone: --- → mozilla0.9.9
Assignee | ||
Comment 11•23 years ago
|
||
Decided not to fix it - please provide compelling reason if you reopen.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•