diff options
author | Sebastian Geerken <devnull@localhost> | 2012-10-25 21:10:38 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2012-10-25 21:10:38 +0200 |
commit | 992dc42706e58a79c5b5c55e68cd620f6785eef2 (patch) | |
tree | 59979066aa2c0261de803d2688df2c3c47eed416 /doc | |
parent | 318b6d6dc86ac6753c2b711ca4882e732a4e9888 (diff) |
Fixed bug: right floats in wide pages.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dw-out-of-flow.doc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/dw-out-of-flow.doc b/doc/dw-out-of-flow.doc index 40207f9c..a7da6698 100644 --- a/doc/dw-out-of-flow.doc +++ b/doc/dw-out-of-flow.doc @@ -381,14 +381,6 @@ been loaded, the text "Some text in a float." should not be broken anymore. Idea: dw::OutOfFlowMgr should call dw::core::Widget::setWidth. (What does dw::Table do?) -**Right floats in wide page** are put on the right side of the -allocation, which is too far right, when the page does not fit into -the window. Reproduce: test/floats4.html; the box with the greek text -should make the page wider than the window. Idea for fix: -dw::OutOfFlowMgr::sizeAllocate should deal with size hints of the -containing block (dw::Textblock::setWidth should delegate this to -dw::OutOfFlowMgr), not its allocation. - Medium Priority --------------- **Position of a text block:** Setting, |