https://bugs.kde.org/show_bug.cgi?id=379443
Thomas Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |ASSIGNED --- Comment #4 from Thomas Fischer <[email protected]> --- (In reply to m_louis30 from comment #3) > The slowdown is still trivially reproducible by loading the provided > citation in kbibtex 0.9.2 and navigating to the Authors tab in the editor. I > assume this is why the bug didn't get closed after the first answer, so I > switch it back to CONFIRMED. The problem is due to the inefficient management of widgets used to edit the list of authors. The problem is not noticable for shorter lists (let's say 10), but with 3100 authors, like the provided example, it becomes a problem. I have refactored the code to avoid creating and tearing down author list widgets. This saves some time, but there is still some noticable delay. Please check if the provided commit (in my personal KBibTeX clone repository) fixes your problem (or at least mitigates it). https://invent.kde.org/thomasfischer/kbibtex/commit/fc1154b6d217d8dffdd3462822af500f2670f4a2 -- You are receiving this mail because: You are watching all bug changes.
