https://bugs.kde.org/show_bug.cgi?id=508405
Méven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/syst |https://invent.kde.org/syst |em/dolphin/-/commit/a781067 |em/dolphin/-/commit/fc028e3 |3de828fec0861c11062491adaa8 |443900f0b393bf1b82432b97277 |5c8a00 |ab55c4 --- Comment #7 from Méven <[email protected]> --- Git commit fc028e3443900f0b393bf1b82432b97277ab55c4 by Méven Car, on behalf of Māris Nartišs. Committed on 01/04/2026 at 08:02. Pushed by meven into branch 'release/26.04'. DolphinTabPage: Prevent re-entrant signal activation for slotViewActivated When switching tabs with split view enabled and the filter bar visible, a storm of activation calls is triggered and at the end signal/slot connections for both views is a mess (no listeners, navigation buttons linked to unfocused view etc.). Disconnect DolphinTabPage slot when it changes its own state. Related: bug 508554, bug 512011, bug 511076, bug 503576 (cherry picked from commit a7810673de828fec0861c11062491adaa85c8a00) M +41 -1 src/dolphintabpage.cpp M +9 -0 src/dolphintabpage.h M +48 -0 src/tests/dolphinmainwindowtest.cpp https://invent.kde.org/system/dolphin/-/commit/fc028e3443900f0b393bf1b82432b97277ab55c4 -- You are receiving this mail because: You are watching all bug changes.
