dotnetcore / BootstrapBlazor

A set of enterprise-class UI components based on Bootstrap and Blazor
https://www.blazor.zone
Apache License 2.0
2.3k stars 293 forks source link

bug(Tab): 无论 AllowDrag 设置为何值,TabItem 都可以拖拽 #3964

Closed alexinea closed 1 month ago

alexinea commented 1 month ago

Is there an existing issue for this?

Describe the bug

使用的版本:8.7.5-beta02

4eb775785ada37acad83e29aa3d24442

不管 AllowDrag 设置为 true or false,标签 TabItem 都可以通过拖拽改变顺序。

Expected Behavior

当设置为 false 时,不应当允许被拖拽

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version

8.0

Anything else?

No response

bb-auto[bot] commented 1 month ago

@alexinea Thank you for filing this issue. In order for us to investigate this issue, please provide a minimalistic repro project that illustrates the problem.