Closed
Bug 265143
Opened 20 years ago
Closed 16 years ago
Em-sized borders with border-collapse do not adjust after text resizing
Categories
(Core :: Layout: Tables, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: steven, Unassigned)
References
Details
(Keywords: testcase)
Attachments
(1 file)
583 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.3
If you have a table with border-collapse: collapse, and give a cell a relative
border width in ems, then the border does not change width if you change the
text size in the browser.
Doing a refresh forces a recalculation and displays the correct width.
Reproducible: Always
Steps to Reproduce:
1. Load example provided
2. Change the text size in your browser
Actual Results:
The red border did not change size, even though it is specified as a relative
border.
Expected Results:
The red border should change size along with the text size.
fixed by the checkin for bug 258377
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•