diff options
author | Sebastian Geerken <devnull@localhost> | 2014-03-17 12:29:03 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-03-17 12:29:03 +0100 |
commit | 6fce91eb42af3d1bd2e023202df5493c57c7992e (patch) | |
tree | 726a74386de8b686ed8b485930470b092fc45453 /dw/outofflowmgr.cc | |
parent | 50f3f696e87869333efcdb6d54abfc6b3a5726ed (diff) |
Comment.
Diffstat (limited to 'dw/outofflowmgr.cc')
-rw-r--r-- | dw/outofflowmgr.cc | 9 |
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(); |