Open
Bug 271933
Opened 20 years ago
Updated 2 years ago
Make shrink-to-fit boxes not reflow so much
Categories
(Core :: Layout: Block and Inline, enhancement)
Core
Layout: Block and Inline
Tracking
()
NEW
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
Details
(Keywords: perf, Whiteboard: [reflow-refactor])
Make shrink-to-fit boxes not reflow so much.
This is a followup bug from bug 201897 comment 64:
------- Additional Comment #64 From David Baron 2004-11-22 12:11 PDT
...it would be nice if you could avoid the second pass under most conditions.
Reporter | ||
Comment 1•20 years ago
|
||
I think this is impossible from the abs.pos. (or float) level.
We need to add support for this in the generic block reflow code, it needs to
be aware of this shrink-to-fit state and adjust its given available width
on the fly if that is possible...
Whiteboard: [reflow-refactor]
Updated•20 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•