[Libreoffice-bugs] [Bug 142294] MAILMERGE: Starting "Insert → Field → More Fields" second time leads to hang of LO.
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue May 18 08:59:23 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=142294
Mike Kaganski <mikekaganski at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |caolanm at redhat.com
--- Comment #3 from Mike Kaganski <mikekaganski at hotmail.com> ---
The problem is in SwDBTreeList::ShowColumns, which never leaves iteration. It
gets a "biblio" item (I tested with the default bobliography), calls
'GotoRootLevelParent' on it, so it now points to "Bibliography", collapses the
row, sees that it has no children (gets a dummy entry), and gets "next", which
is "biblio" again.
Caolan: do you have an idea what's wrong here? I don't quite see what is the
intended logic here.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210518/911a46dd/attachment.htm>
More information about the Libreoffice-bugs
mailing list