palantir/blueprint
Table2 no longer interactive if column drag passed the first column position
开放
#5,769 创建于 2022年11月23日
P1Package: tableType: bughelp wanted
仓库指标
- 星标
- (20,263 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Environment
- Package version(s): Table 4.7.7
- Operating System: macOS Version 12.6.1
- Browser name and version: Chrome Version 107.0.5304.110 (Official Build) (arm64)
Steps to reproduce
- Drag any column to reorder it to be the first column, but release the drag passed the first column position
Blueprint Documentation - drag passed first column breaks table.webm
Actual behavior
The table is stuck in column reorder mode and is no longer interactive.
Expected behavior
The select column becomes the first column, but more importantly, the table is still interactive.
Possible solution
If pointer-events: all; is removed from the invisible overlay (.bp4-table-reordering-cursor-overlay), the column does not move as expected, but the table remains interactive for the user.