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

Transitions don't work when Loaded event is binded to command #3602

Closed
osekj opened this issue Jun 17, 2024 · 3 comments
Closed

Transitions don't work when Loaded event is binded to command #3602

osekj opened this issue Jun 17, 2024 · 3 comments
Labels
bug evaluation required Items is pending review or evaluation by the team Waiting on feedback Additional information is needed. Stale items with this label may be closed.

Comments

@osekj
Copy link

osekj commented Jun 17, 2024

Bug explanation

<i:EventTrigger EventName="Loaded"> <i:InvokeCommandAction Command="{Binding LoadedCommand}" /> </i:EventTrigger>

When having Loaded event binded to ViewModel's command transitions are not fired. Removing the mentioned binding helps.

Version

4.9

@osekj osekj added bug evaluation required Items is pending review or evaluation by the team labels Jun 17, 2024
@MichelMichels
Copy link
Member

MichelMichels commented Jun 17, 2024

Could you elaborate? Where is this code residing?

Also, is there a specific reason why you are targeting an older version?

@MichelMichels MichelMichels added the Waiting on feedback Additional information is needed. Stale items with this label may be closed. label Jun 23, 2024
@osekj
Copy link
Author

osekj commented Jul 9, 2024

Sorry for the late response as my concept have changed and it was no longer needed, I have since finished upgrading to 5.0 and trying it once more everything works fine and animation can be seen.

@MichelMichels
Copy link
Member

Thanks for the follow-up. I'll close the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug evaluation required Items is pending review or evaluation by the team Waiting on feedback Additional information is needed. Stale items with this label may be closed.
Projects
None yet
Development

No branches or pull requests

2 participants