dotnetcore / dotnetcore/BootstrapBlazor
bug(Tab): 在 auto per 模式下工作不正常
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 393
- Avg merge
- 9h 47m
- Merged PRs (30d)
- 64
Description
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
一、使用 Bootstrap Blazor Web App Auto(Perpage/component) 模板创建项目,创建后使用MainLayout 发现以下问题
1.ShowCollapseBar设置为true 时,会出现两个收缩隐藏按钮
2.ShowSplitBar设置为true时,不能拖动调整左侧菜单栏大小
3.UseTabSet设置为true时,还是单标签
4.ShowToolbar设为true时,刷新、全屏按钮 无效
5.ShowTabExtendButtons设置为true时,扩展按钮都无效
二、Tabs 标签页组件问题
从官网复制的例子,不管点击哪个标签都会跳到 “/” 页面 (该例子在示例代码
的counter页面下)
### Expected Behavior
以上问题在Globa Server模式下没有问题
我想知道是我代码中存在问题么,麻烦您解答
### Interactive render mode
Interactive Auto (Server, then client)
### Steps To Reproduce
[BootstrapBlazorApp1.zip](https://github.com/user-attachments/files/24658493/BootstrapBlazorApp1.zip) 这是我的示例代码
### Exceptions (if any)
_No response_
### .NET Version
NET9.0
### Anything else?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.