Bug 421189

Summary: Contextual-Action icons filled in black
Product: [Frameworks and Libraries] frameworks-kirigami Reporter: mtmcp
Component: generalAssignee: Marco Martin <notmart>
Status: RESOLVED DUPLICATE    
Severity: normal CC: nate
Priority: NOR    
Version: Master   
Target Milestone: Not decided   
Platform: Compiled Sources   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:
Attachments: Before and after contextual actions are collapsed

Description mtmcp 2020-05-08 14:50:46 UTC
Created attachment 128256 [details]
Before and after contextual actions are collapsed

SUMMARY
Colored icons are being overridden by a black color when contextual actions are moved to a dropdown.

STEPS TO REPRODUCE
1. Using the following:
    Kirigami.ApplicationWindow {
        id: app; width: 320; height: 240;

        pageStack.initialPage: Kirigami.Page {
            title: "Test Page"
            actions.contextualActions: [
                Kirigami.Action {
                    text: "Help"
                    iconName: "emblem-question"
                }
            ]
        }
    }

2. Resize window to force-collapse the contextual-actions.
3. Click to expand the contextual-actions and the icon is filled in black.

OBSERVED RESULT
Icon is filled in black.

EXPECTED RESULT
Icon should be the same as it appears in the toolbar, with colors and appearance intact.


SOFTWARE/OS VERSIONS
KDE Frameworks Version: master
Qt Version: 5.12.7

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2022-08-25 13:20:32 UTC

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