https://bugs.documentfoundation.org/show_bug.cgi?id=143268
--- Comment #34 from David <[email protected]> --- (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.
