MaterialDesignInXAML / MaterialDesignInXAML/MaterialDesignInXamlToolkit

Navigation between transitioner slides not working

Open
#2,783 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug evaluation required
Dominant language
C#
Stars
16.3k
Forks
3.5k
Avg merge
1d 22h
Merged PRs (30d)
8

Description

### 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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the navigation problem with the MainWindow transitioner, the nested Sells transitioner, and the UserControl slides named in the report. Test returning to SellType, HomeScreen, and CustomerName from each nested slide, then verify that every route loads the requested parent slide consistently.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
desktop
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.