Closed Bug 98561 Opened 23 years ago Closed 23 years ago

very bad table layout on URL

Categories

(Core :: Layout, defect)

defect
Not set
normal

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.
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
hmmm... if it is the broken image that is causing the rendering gaps than this is related to bug 41924. Dupe or depends?
Attached file new local testcase
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
Is it also related to bug 97619 ?
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
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).
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
Target Milestone: --- → mozilla0.9.9
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.

Attachment

General

Created:
Updated:
Size: