Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PortableColorPicker not show popup when FluentTheme is set #50

Open
Mateusz-Nejman opened this issue Sep 21, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@Mateusz-Nejman
Copy link

Mateusz-Nejman commented Sep 21, 2024

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

@flabbet flabbet added the enhancement New feature or request label Sep 24, 2024
@flabbet
Copy link
Member

flabbet commented Sep 24, 2024

Hello, We didn't make Fluent Theme for Color Picker, but feel free to contribute!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants