Closed
Bug 329495
Opened 19 years ago
Closed 19 years ago
Hiding and showing a <tr> with style.display = 'block' 'none' doesn't size the table properly
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 112113
People
(Reporter: davet, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
1.06 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060305 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20060305 Firefox/1.6a1
I've given two table rows ids. When I show or hide them with
document.getElementById('number2').style.display = 'none';
document.getElementById('number1').style.display = 'block';
then the table doesn't resize properly, so repeatedly clicking makes the table grow and grow. It exists in 1.5, as well as the build identifier above, but the size increase is much greater in 1.5.
Reproducible: Always
Steps to Reproduce:
1. Visit http://www.fysh.org/~davet/ffbug.html
2. Click 'number1' link
3. Click 'number2' link
4. GOTO 2
Actual Results:
The table grew.
Expected Results:
The table shouldn't grow.
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
*** This bug has been marked as a duplicate of 112113 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•