Closed Bug 4256 Opened 26 years ago Closed 25 years ago

Table doesn't reflow properly when row gets style changed reflow command

Categories

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

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: peterl-retired, Assigned: karnaze)

Details

(Whiteboard: [Makingtest] csbooton@myna.com)

Attachments

(1 file)

Try the following, the cells don't reflow properly despite the fact that the row gets a reflow command. <html> <head> <style> tr[name="foo"] { background-color: red; font-size: 200%; } </style> </head> <body> <button onclick="document.getElementById('row1').setAttribute('name', 'foo')"> Click me! </button> <table> <tr id="row1">This<td>will<td>show<td>a<td>reflow<td>bug</tr> <tr><td>This<td>is<td>a<td>normal<td>row</tr> </table> </body> </html>
Status: NEW → ASSIGNED
Target Milestone: M6
Moving to M8.
This works for me using the 1999062408 build, the first row of the table becomes red,and the text gets real big. I'll attach a test case file to tets it, but it looks like it's worksforme. Curisly this does NOT work in 4.5
Whiteboard: [Makingtest] csbooton@myna.com
No, this still doesn't work. Yes the text gets big, but the row and table don't grow to make the text fit like it should. This won't work in Nav 4.5 because it doesn't support HTML4.0 button, CSS2 attribute selectors or DOM level 1.
Moving to M9.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Using 8/5 Apprunner, verifying bug fixed
*** Bug 71841 has been marked as a duplicate of this bug. ***
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: