Skip to content

PortableColorPicker not show popup when FluentTheme is set #50

@Mateusz-Nejman

Description

@Mateusz-Nejman

AvaloniaPixiColorPickerFluent.zip

PortableColorPicker not work when FluentTheme is added to App.axaml, but when I add SimpleTheme, it works fine. In attachment I added simple avalonia project with not working case, and If you uncomment SimpleTheme in App.axaml, everything seems to be working. In not working I mean Popup isn't shown and color isn't set to PortableColorPicker Toggle Button.

For those who don't want to check attachment:

App.axaml
` <Application.Styles>

<templates:PixiPerfectColorPickerTheme />
</Application.Styles>`

MainView.axaml
`

<colorpicker:PortableColorPicker ColorState="{Binding #main.ColorState, Mode=TwoWay}" Width="40" Height="40"/>
`

FluentTheme:
image

SimpleTheme:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions