[Libreoffice-bugs] [Bug 125388] LibreOffice hangs expanding the filter dropdown list (gtk3)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed May 22 09:58:48 UTC 2019


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

--- Comment #2 from Caolán McNamara <caolanm at redhat.com> ---
The super slow part of this is area_apply_attributes_cb in gtk's gtktreemenu.c
which is called on each row, and for each row gtk_tree_menu_get_path_item is
called and that loops through the full list of widgets in the menu looking for
the row, so it slows to uselessness

-- 
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/20190522/871191cf/attachment.html>


More information about the Libreoffice-bugs mailing list