Closed
Bug 686
Opened 27 years ago
Closed 26 years ago
reflow of tables doesn't reposition caption
Categories
(Core :: Layout: Tables, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: angus, Assigned: buster)
References
()
Details
If you have a caption in a table that does not specify size, and the the table
resizes itself as it loads the content in contains, the caption is not properly
recentered above the table unless you force a reflow.
The URL given is a good test case - load the url - notice the caption appears on
the left side above the table. Now force a reflow by resizing. Notice the
caption goes to the middle where it should be...
Reporter | ||
Updated•26 years ago
|
Component: Unknown → HTMLTables
Reporter | ||
Comment 1•26 years ago
|
||
Pushing testcase from checkmate to mozilla.org and updating "URL" field
Since you're doing the table incremental reflow code I'm giving you back
the bug
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
this bug is fixed now that nsTableOuterFrame supports incremental reflow.
the reflow occurs and the caption is properly centered.
verified fixed with the 11/30 build on NT/win98.
You need to log in
before you can comment on or make changes to this bug.
Description
•