Bug 421189 - Contextual-Action icons filled in black
Summary: Contextual-Action icons filled in black
Status: RESOLVED DUPLICATE of bug 451538
Alias: None
Product: frameworks-kirigami
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: Master
Platform: Compiled Sources Microsoft Windows
: NOR normal
Target Milestone: Not decided
Assignee: Marco Martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-08 14:50 UTC by mtmcp
Modified: 2022-08-25 13:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Before and after contextual actions are collapsed (25.84 KB, image/jpeg)
2020-05-08 14:50 UTC, mtmcp
Details

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