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

SwitchContent not work on Firefox browser #114

Open
Nix1983 opened this issue Apr 21, 2023 · 2 comments
Open

SwitchContent not work on Firefox browser #114

Nix1983 opened this issue Apr 21, 2023 · 2 comments

Comments

@Nix1983
Copy link

Nix1983 commented Apr 21, 2023

I use this code:

<SwitchContent Animation="SwitchAnimation.Flip" ActiveChanged="OnAgrementChanged"> <DefaultTemplate> <Icon IconType="@TablerIcons.Thumb_down" style="height:22px;" TextColor="TablerColor.Danger" /> </DefaultTemplate> <ActiveTemplate> <Icon IconType="@TablerIcons.Thumb_up" style="height:22px;" TextColor="TablerColor.Teal" /> </ActiveTemplate> </SwitchContent>

In Firefox browser are shown both icons at same time. In all other browser it work.

I use FireFix browser version 112.0.1 with default settings

@Nix1983
Copy link
Author

Nix1983 commented Apr 21, 2023

This happens just in SwitchContent with animation Flip.

@ricred
Copy link
Contributor

ricred commented Jan 30, 2024

I have tested the provided code above with Firefox 122.0 (64-bit) with default settings and it works correctly - showing thumbs up or thumbs down - not both at the same time.

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

No branches or pull requests

2 participants