Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.6.2
-
None
-
Windows XP, Vista, 7
Description
A QTextImageFormat can be inserted as inline, left or right floated. After insertion, they can be deleted by keypress. But floated QTextImageFormats leaves a blank square behind them, that can not be removed, it looks like an anonymous frame.
I do not understand why QTextImageFormat inherits QTextCharFormat and not QTextFrameFormat - in fact the latter supports a lot of properties that one would expect for an image, while the former does not. For example floating positioning, the lack of which might be the cause for the extra frame?
Project attached to reproduce this problem. Please fix this problem as soon as posible!