MaterialDesignInXAML / MaterialDesignInXAML/MaterialDesignInXamlToolkit
Navigation between transitioner slides not working
还没有人认领这个 Issue。
- 主要语言
- C#
- 星标
- 16.3k
- 派生
- 3.5k
- 平均合并
- 1 天 22 小时
- 30 天内合并 PR
- 8
描述
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
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
使用报告中命名的 MainWindow transitioner、嵌套的 Sells transitioner 和 UserControl slides 重现导航问题。从每个嵌套 slide 测试返回 SellType、HomeScreen 和 CustomerName,然后验证每个 route 都能一致地加载所请求的 parent slide。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp
- 领域
- desktop
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100