Closed
Bug 4256
Opened 26 years ago
Closed 26 years ago
Table doesn't reflow properly when row gets style changed reflow command
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
FIXED
M9
People
(Reporter: peterl-retired, Assigned: karnaze)
Details
(Whiteboard: [Makingtest] csbooton@myna.com)
Attachments
(1 file)
(deleted),
text/html
|
Details |
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>
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M6
Assignee | ||
Comment 1•26 years ago
|
||
Moving to M8.
Comment 2•26 years ago
|
||
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
Comment 3•26 years ago
|
||
Updated•26 years ago
|
Whiteboard: [Makingtest] csbooton@myna.com
Reporter | ||
Comment 4•26 years ago
|
||
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.
Assignee | ||
Comment 5•26 years ago
|
||
Moving to M9.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
Using 8/5 Apprunner, verifying bug fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•