Bug 442118

Summary: application header is displayed even though Kirigami.ApplicationHeaderStyle.None is set in the page
Product: [Frameworks and Libraries] frameworks-kirigami Reporter: Jonah BrĂ¼chert <jbb>
Component: generalAssignee: Marco Martin <notmart>
Status: RESOLVED FIXED    
Severity: normal CC: espidev, nate
Priority: NOR    
Version: 5.85.0   
Target Milestone: Not decided   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed In: 5.87

Description Jonah BrĂ¼chert 2021-09-07 10:51:45 UTC
SUMMARY

Kirigami.Page {
    globalToolBarStyle: Kirigami.ApplicationHeaderStyle.None
}

doesn't seem to work any more, the application header is displayed even though it should be disabled.

This can be seen in Angelfish and QMLKonsole.

Angelfish issue: https://invent.kde.org/plasma-mobile/angelfish/-/issues/60

This is a regression that happend recently.

STEPS TO REPRODUCE
1. Start Angelfish or QMLKonsole
2. See an application header that doesn't make sense

OBSERVED RESULT
application header displayed even though it is set to None.

EXPECTED RESULT
application header being invisible.

SOFTWARE/OS VERSIONS
KDE Frameworks Version: 5.85.0
Qt Version: 5.15
Comment 2 Nate Graham 2021-09-17 13:20:06 UTC
Fixed by Devin Lin with https://invent.kde.org/frameworks/kirigami/-/commit/f31d6cfc91a33da929afe7f8821fba0b96dbb6c1 in Frameworks 5.87