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

Oliver Specht (CIB) <[email protected]> changed:

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

--- Comment #3 from Oliver Specht (CIB) <[email protected]> ---
The endless loop is in lcl_FindSelection() in swcrsr.cxx
At the beginning there are two ShellCursors in the Ring of cursors.
One is the starting point and the second is used as end point. In the process
of search/replace when the drawing is selected that second cursor is removed
and thus can not be reached anymore.
ATM I don't know how to solve it
- should there only be one cursor in the beginning because there is no multiple
selection
- should the second one not be removed when the drawing is selected
- should the search loop detect the removal of that cursor and leave

I guess in some older version the first was true.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to