Skip to content

Repro project for dotnetcore/BootstrapBlazor#8323

Pre-release
Pre-release

Choose a tag to compare

@h2ls h2ls released this 25 Aug 01:24
0ae1cb0

issue dotnetcore#8323 (bug(table): 当列中存在超宽内容时,拖动改变其中一个列宽时,会导致 colgroup > col 上的值应该有的没有了) 的独立复现工程。

  • .NET 10 + Blazor Web App 全局 Interactive Server,与 issue 附件环境一致
  • 引用 NuGet BootstrapBlazor 10.9.2(修复前基线,可复现 bug)
  • 复现条件:IsFixedHeader + AllowResizing + 列未设置 Width + 超宽内容
  • 用法:解压后 dotnet run,浏览器 F12 观察 colgroup > col 的 style,来回拖动列宽不松开鼠标
  • 验证修复:将 csproj 中 BootstrapBlazor 的 PackageReference 改为指向 PR 分支源码的 ProjectReference 后 Ctrl+F5 刷新对比