Closed
Bug 171428
Opened 23 years ago
Closed 22 years ago
table does not consisently resize when stylesheets are changed programmatically.
Categories
(Core :: Layout: Tables, defect, P3)
Core
Layout: Tables
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: ibl, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b) Gecko/20020721
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1b) Gecko/20020721
in the page at http://www.cs.odu.edu/~ibl/bugzilla.html, the table is
programmatically resized by applying stylesheets. The sheet is selected by
using the links in the bar at the top of the page. The stylesheets basically
change the font size. The table should automatically resize when the font size
is changed. Sometimes it resizes but mostly not, so the text spills out of the
confines of the table. The font size, however, does resize properly.
This displays as I want in IE 5.5 and 6.0
Reproducible: Always
Steps to Reproduce:
1.go to http://www.cs.odu.edu/~ibl/bugzilla.html
2. click on XXsmall
3. Click on Medium
play with it
Actual Results:
The table did not resize when the font resized as the new style sheet was applied
Expected Results:
The table should have resized to accomodate the font resizing.
Comment 1•23 years ago
|
||
Confirmed in 1.1 final. Can someone test this on a nightly?
URL: //http://www.cs.odu.edu/~ibl/bugzilla... → http://www.cs.odu.edu/~ibl/bugzilla.html
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•23 years ago
|
||
Confirmed in today's nightly on Linux. This is a table reflow problem, looks like.
Assignee: dbaron → karnaze
Component: Style System → HTMLTables
OS: Windows 2000 → All
QA Contact: ian → amar
Hardware: PC → All
Updated•23 years ago
|
Priority: -- → P3
Comment 4•23 years ago
|
||
mass reassign to default owner
Assignee: karnaze → table
QA Contact: amar → madhur
Target Milestone: Future → ---
Updated•23 years ago
|
Target Milestone: --- → Future
Comment 5•22 years ago
|
||
This worksforme in a current build; one of bernd's changes to style change
reflow handling in tables must have fixed this.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•