https://bugs.documentfoundation.org/show_bug.cgi?id=143668
--- Comment #9 from Justin L <[email protected]> --- Despite SdOutliner::EndOfSearch having the comment // Before we display a dialog we first jump to where the last valid text // object was found. All page and view mode switching since then was // temporary and should not be visible to the user. disabling that had no effect. [And it sounded so promising...] At the very end (SdOutliner::EndSpelling), everything is restored with SdOutliner::RestoreStartPosition. However, everything works differently when I step through the code in GDB. So the screen painting must be happening in an idle loop or something. I'm not going to look at this further. Editeng stuff is just bizarre, feels completely unstable and fragile and unoptimized, and basically just incomprehensible. Any attempt to change anything is a disaster in the making. -- You are receiving this mail because: You are the assignee for the bug.
