https://bugs.kde.org/show_bug.cgi?id=464988

            Bug ID: 464988
           Summary: An ActionToolBar with only hidden actions does not
                    show an overflow menu
    Classification: Frameworks and Libraries
           Product: frameworks-kirigami
           Version: 5.102.0
          Platform: Other
                OS: Unspecified
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: kdelibs-b...@kde.org
          Reporter: olib...@outlook.com
                CC: notm...@gmail.com
  Target Milestone: Not decided

SUMMARY
A Kirigami ActionToolBar with all actions set to be hidden (displayHint:
Kirigami.Action.DisplayHint.AlwaysHide) will not show an overflow menu with the
hidden actions.

MINIMUM EXAMPLE
Kirigami.ActionToolBar {
        actions: [
                Kirigami.Action {
                        text: i18n("Quit")
                        icon.name: "gtk-quit"
                        displayHint: Kirigami.Action.DisplayHint.AlwaysHide
                }
        ]
}

WORKAROUND
Create an empty (unhidden) action:
        Kirigami.Action {},

OBSERVED RESULT
The toolbar is completely empty, with no overflow menu.

EXPECTED RESULT
The overflow menu should appear.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.26.90
KDE Frameworks Version: 5.102.0
Qt Version: 5.15.8

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to