Bug 442118 - application header is displayed even though Kirigami.ApplicationHeaderStyle.None is set in the page
Summary: application header is displayed even though Kirigami.ApplicationHeaderStyle.N...
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.85.0
Platform: Manjaro Linux
: NOR normal
Target Milestone: Not decided
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-07 10:51 UTC by Jonah Brüchert
Modified: 2021-09-17 13:20 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.87


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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