https://bugs.documentfoundation.org/show_bug.cgi?id=141210

Michael Stahl (allotropia) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Michael Stahl (allotropia) <[email protected]> ---
this is because the selection highlighting in Writer completely ignores drawing
objects.

if you put Writer text frame/image/embedded object there, its area will be "cut
out" of the selection - and if it is selected and positioned outside of the
selected text rectangle, it will be highlighted separately.

this all happens in SwRootFrame::CalcFrameRects(), this check excludes drawing
objects:

                if ( !pFly )
                    continue;

one obvious issue is that drawing objects can be rotated freely but Writer flys
only in 90deg steps, so one rectangle isn't necessarily good way to highlight
(or cut-out) a drawing object, this needs some extra stuff.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to