Closed Bug 5999 Opened 25 years ago Closed 25 years ago

{float} Image within table is truncated

Categories

(Core :: Layout, defect, P2)

defect

Tracking

()

VERIFIED FIXED

People

(Reporter: elig, Assigned: buster)

References

()

Details

(Whiteboard: [TESTCASE])

* TITLE/SUMMARY Image within table is truncated on stopbadtherapy.com (broken out of bug #5923) * STEPS TO REPRODUCE 0) Launch Apprunner 1) View http://www.prometheus-music.com/gecko/stopbadtherapy3.html (broken out of http://www.stopbadtherapy.com) * RESULT - What happened The sbt.gif image (located within a table, with text on its right, extending across the rest of the page) is largely truncated; only about 10 row of pixels are drawn. - What was expected Text to flow around image, a la Comm 4.5. * REGRESSION - Occurs On Mac OS Apprunner (5.5.99 M5 build) Win32 Apprunner (4.8.99 AM optimized build [NT 4, Service Pack 3]) - Doesn't Occur On Communicator 4.5 for Mac OS (RTM) Linux Apprunner (4.8.99 AM build; text overlaps image) * CONFIGURATIONS TESTED - [Mac] Power Mac 8500/120 (233 Mhz 604e), 64 MB RAM (VM on; 1 MB of VM used), 1024x768 (Thousands of Colors), Mac OS 8.6 - [Win32] Vectra VL (233 Mhz P2), 96 MB RAM, 800x600 (True Color), NT 4.0 SP3. - [Linux] Vectra VL (266 Mhz P2), 96 MB RAM.
* SIMPLIFIED HTML SNIPPET (stopbadtherapy3.html) <HTML> <BODY> <TABLE WIDTH=100%> <TR><TD><A NAME="pagetop"><A HREF="helpout.html#protectyourfamily""> <IMG BORDER=NO ALIGN=left WIDTH=140 HEIGHT=105 SRC="http:// www.stopbadtherapy.com/images/sbt.gif" ALT="Stop Sign Logo: Stop Bad Therapy!"> </A> </TD> <TD ALIGN=CENTER> <CENTER><I>To protect consumers and <A HREF="reform/subind.html">reform</A> the mental health industry by <A HREF="helpout.html">requiring</A> informed consent for mental therapies.</I></CENTER> </TD> </TR> </TABLE> </BODY> </HTML>
Assignee: rickg → kipp
Kipp -- this looks like a legit regression.
Status: NEW → ASSIGNED
Target Milestone: M15
Whiteboard: [TESTCASE]
Simplified testcase available. Marking as [TESTCASE]... PROBLEM Image is truncated when in a table.
Priority: P3 → P2
Summary: Image within table is truncated → {float} Image within table is truncated
Target Milestone: M15 → M9
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
There were several problems. First, if the content in a table cell ended with a below-current-line floater then the table cell would be sized wrong (fixed in the area frame code). Secondly, a subtle line layout issue was uncovered - floaters would not be placed on the current line if there was an empty span element (e.g. <B></B>) on the line.
Status: RESOLVED → VERIFIED
Fixed in the July 16th build.
You need to log in before you can comment on or make changes to this bug.