Closed Bug 86022 Opened 23 years ago Closed 23 years ago

cell padding "collapses" when font size/face changed in preferences

Categories

(Core :: Layout: Tables, defect)

x86
Linux
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 80817

People

(Reporter: andrew_mackinnon_2000, Assigned: karnaze)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux 2.0.36 i586; en-US; rv:0.9.1) Gecko/20010607
BuildID:    2001060713

The cell padding of a table cell seems to "collapse" when I change the font size
or font face, without actually reloading the page. The problem goes away when I
reload. What I mean by "collapse" is that the cell padding is not rendered, and
text goes all the way to the edge of the cell.

Reproducible: Always
Steps to Reproduce:
1. Create a table with a cellpadding greater than 0 (20 is good) and a border of 1.
2. Change either the font size or the font face in the preferences. Then click
OK. Or click "View > Text Size > (any number there)".

Actual Results:  The cellpadding seems to disappear as the table is rendered as
if the cellpadding was 0, after changing the preferences but before reloading.

Expected Results:  The cellpadding should be rendered as if it existed after the
font size/face change.

<table border="0" cellspacing="0" cellpadding="20">
<tr>
<td>
What happened to the cellpadding after I changed the font size?
</td>
</tr>
</table>
Maybe a dupe of 80817.
I agree

*** This bug has been marked as a duplicate of 80817 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
 verified that this is dupe of bug# 80817
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.