aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dw/outofflowmgr.cc9
1 files changed, 2 insertions, 7 deletions
diff --git a/dw/outofflowmgr.cc b/dw/outofflowmgr.cc
index 53d021c2..852acf6b 100644
--- a/dw/outofflowmgr.cc
+++ b/dw/outofflowmgr.cc
@@ -1898,13 +1898,8 @@ void OutOfFlowMgr::getAbsolutelyPositionedExtremes (Extremes *cbExtr,
void OutOfFlowMgr::ensureAbsolutelyPositionedSizeAndPosition
(AbsolutelyPositioned *abspos)
{
- // TODO Similar to floats, changes of the available size of the
- // containing block are not noticed; which is a bit more severe as
- // for floats. Find a general solution for both floats and
- // absolutely positioned blocks.
-
- // TODO Compare to ensureFloatSize: some parts are
- // missing. Nevertheless, a simpler approach should be focussed on.
+ // No work is done anymore on this, since widget sizes will be
+ // redesigned before absolute positions are finished.
if (abspos->dirty) {
Style *style = abspos->widget->getStyle();