Bug 401465 - Tab title color is not reset to default when activating a tab with changed contents
Summary: Tab title color is not reset to default when activating a tab with changed co...
Status: RESOLVED DUPLICATE of bug 396689
Alias: None
Product: konsole
Classification: Applications
Component: tabbar (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-27 13:17 UTC by Tom Warnke
Modified: 2018-12-14 12:26 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Warnke 2018-11-27 13:17:17 UTC
SUMMARY

The title of an inactive tab is colored when the contents of the hidden terminal change (e.g., when running top). This alerts the user that something happened while he was away.

Before upgrading to KDE applications 18.11.80, the tab title color was reset to the default color when the tab was activated. Now, after updating to 18.11.80, the title remains colored.

STEPS TO REPRODUCE
1. Start top in tab 1
2. Open tab 2
3. Tab 1's title becomes colored
4. Switch to tab 1

OBSERVED RESULT

Tab 1's title color is reset

EXPECTED RESULT

Tab 1's title remains colored

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: OpenSUSE LEAP 15.0 with KDE repositories
KDE Plasma Version: 5.14.3
KDE Frameworks Version: 5.52.0
Qt Version: 5.11.2

ADDITIONAL INFORMATION
Comment 1 Sergey Stolyarov 2018-12-14 06:45:21 UTC
The same behaviour when I use command line option --tabs-from-file: all tabs except the last one keep highlighted state forever.
Comment 2 Sergey Stolyarov 2018-12-14 07:37:10 UTC
Looks like the bug was introduced by this merge: https://cgit.kde.org/konsole.git/commit/?id=9836d430253f40054371440a45ceed578adba5fc
Comment 3 Sergey Stolyarov 2018-12-14 07:47:48 UTC
As a temporary workaround you can apply this style via (Settings → Configure Konsole → TabBar → Use user-defined stylesheet)

QTabBar::tab {
    color: black;
}

It will disable highlight color.
Comment 4 Christoph Feck 2018-12-14 12:26:08 UTC

*** This bug has been marked as a duplicate of bug 396689 ***