MaterialDesignInXamlToolkit icon indicating copy to clipboard operation
MaterialDesignInXamlToolkit copied to clipboard

Navigation between transitioner slides not working

Open alxmath opened this issue 3 years ago • 1 comments

Bug explanation

I have a project with the following structure:

It has a MainWindow with a transitioner with 5 slides (HomeScreen, SellType, CustomerName, Sells, Logout) where Sells slide has a transitioner with 3 slides (Subgroups, Products, ProductConfig).

There is a routine in Sells to return to SellType slide in MainWindow. The problem is that when the slide loaded in Sells transitioner is Subgroups the SellType load normally, but when it's the Products slide, the transitioner doesn't load the SellType.

However, when I set the routine in Sells slide to return to HomeScreen and Subgroups slide is loaded in Sells transitioner, nothing happens, but if Products slide is loaded, Home screen is loaded.

If I set the routine in Sells slide to return to CustomerName, all slides in Sells transitioner are capable to load it normally.

The slides here are UserControls.

Version

4.5.0

alxmath avatar Jul 15 '22 19:07 alxmath

Hello Seems like this is old issue and related to very fast switching between slides. If I understood correctly, you can see the same behavior in Demo app in Transitions section (with slides) - just try to press Left Arrow and Right Arrow on keyboard faster than animations are ends - you may notice that some slides are not shown at all.

Erapchu avatar Nov 29 '22 04:11 Erapchu