SUMMARY In prior versions (at least 18.04.3 and earlier), the text colour of tabs changed from black to dark purple when there was new content on the tab, and then changed back to black when the tab was selected. With 18.12.0, the tabs change to dark purple, but never back to black when selected anymore. STEPS TO REPRODUCE 1. Open two tabs. 2. In one tab, run "sleep 10 && echo". Immediately switch to the other tab. 3. After 10 seconds, the first tab will change to dark purple. 4. Select that dark-purple tab. OBSERVED RESULT The dark-purple tab remains dark purple, no matter what I do. EXPECTED RESULT Upon selecting the dark-purple tab, it should change back to black. SOFTWARE/OS VERSIONS KDE Plasma Version: 5.14.4 KDE Frameworks Version: 5.53.0 Qt Version: 5.11.3
Created attachment 117096 [details] fix for bug Looks like this was broken by commit 83ebda5bf4a31405af53fe8dc18797fb32fd6d5e Author: Tomaz Canabrava <tcanabrava@kde.org> Date: Wed Jul 4 11:07:39 2018 +0200 Use QTabBar: drop tons of code ...which dropped the currentTabChanged slot attachment for some reason. Added it back (updated to current code) and things work again! (Patch attached)
I can't reproduce this on master; I'll try to figure out what fixed it and backport it
On master, it looks like it was fixed in: commit 7a43e3b2cde05a70a38c0bcac39051b675425bf9 Author: Tomaz Canabrava <tcanabrava@kde.org> Date: Mon Dec 10 10:01:09 2018 -0500 Don't duplicate the tabs when Spliting the View I'm not sure it makes sense to backport this, as it looks to be more involved than just fixing issues...?
Ok, I don't think I'm going to backport that - I'll look at your patch - thanks
Fixed on master already. Backport/alternative patch is possible.
Git commit 7dfae7a7b526706c3e2f27b54842d487f753db75 by Kurt Hindenburg. Committed on 26/12/2018 at 14:44. Pushed by hindenburg into branch 'Applications/18.12'. Fix regression on tab color not reverting back to 'no activity' color Already fixed in master with new tab code. FIXED-IN: 18.12.1 M +2 -0 src/ViewContainer.cpp https://commits.kde.org/konsole/7dfae7a7b526706c3e2f27b54842d487f753db75
*** Bug 396689 has been marked as a duplicate of this bug. ***
*** Bug 402621 has been marked as a duplicate of this bug. ***