Closed Bug 3191 Opened 26 years ago Closed 25 years ago

table column is truncated in build 02.19.99

Categories

(Core :: Layout: Tables, defect, P2)

x86
Windows 95
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: andreww, Assigned: karnaze)

References

()

Details

(Whiteboard: [TESTCASE] handling of <td width="%"> (sic))

Attachments

(1 file)

When you go to this page in Gecko, look at the link listings - which are
truncated - then compare this to 4.5's view.  Looks like the table cell column
is getting shortened
Parsing? or Tables? -- notice the <td width="%">

 ========= testcase -- derived from original URL  =======

<html><head></head><body>
<!-- Feb 19 win 95 .. produces a tall, vertical table -->
<!-- NOTICE the TD: <td width="%">                    -->
<!--                        ...^   huh?               -->
<!-- The UL/LI is not required; legacy of original URL -->

 <table border>
  <tr>
    <td width="%">
      <ul>
        <li>blah blah blah blah blah blah blah
      </ul>
    </td>
  </tr>
</table>
</body></html>

  ========= testcase =====================================
Status: NEW → ASSIGNED
We are treating width=% like width=0% and handling it differently than Nav4.5.
Target Milestone: M6
Moving to M6.
Moving to M8
Whiteboard: [TESTCASE]
Whiteboard: [TESTCASE] → [TESTCASE] handling of <td width="%"> (sic)
Moving to M9.
I just tested this on Windows 98 with M7 Apprunner and the test seems to pass.
Is this Win95 only or has it been fixed?

I do notice the search box in the original URL is getting pushed against the top
image.  That may bee correct and Nav 4.6 may be wrong.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
The original problem and test case look ok on WinNT debug. I don't notice the
problem reported in the 7/2 comments either.
Status: RESOLVED → VERIFIED
Using 8/5 Apprunner, verifying bug fixed.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: