[Libreoffice-bugs] [Bug 143268] Slow response in document with many tables after Table tree is expanded in Navigator

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Sep 13 20:05:50 UTC 2021


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

--- Comment #34 from David <genericinet+libreoffice.org at gmail.com> ---
(In reply to Jim Raykowski from comment #33)
> (In reply to Jim Raykowski from comment #32)
> > An improvement in response can be seen if the second argument to
> > SwEditShell::GetTableFrameFormat is changed from true to false in the member
> > loop.
> >
> No good! Changing the second argument to false causes tables that are
> deleted to show their name greyed out in the Tables list.

I've been using my own compiled version for about a week now.  I've added
'return false;' to the beginning of 'case RES_AUTOFMT_DOCNODE:' case in
sw/source/core/table/swtable.cxx.  So far I have not seen any negative
ramifications.  If these statements need to be executed for some reason
(although why they need executed for every keystroke I'd have to have
explained), the simplest work-around (though not the best solution IMO) to
mitigate the affects of the table tracking would be to add a context menu to
disable the table tracking (while still listing the tables and other targets).

Yes, it's always been slow, but before 7.0 table tracking wasn't always
happening and so the affects weren't always noticed.

-- 
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/20210913/c9c3be19/attachment.htm>


More information about the Libreoffice-bugs mailing list