palantir/blueprint

Entire Frozen Column Scroll Up/Down When Press Arrow Up/Down Keys

开放

#4,237 创建于 2020年7月22日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (2,167 个派生)batch import
Browser: ChromePackage: tableType: bughelp wanted

仓库指标

星标
 (20,263 个星标)
PR 合并指标
 (平均合并 43天 10小时) (30 天内合并 27 个 PR)

描述

Please check the Codesandbox and use the steps to reproduce to observe the issue, thank you.

Environment

  • Package version(s): blueprintjs core@3.17.1, table@3.6.0, react@16.8.5, react-router-dom@5.1.0
  • Operating System: MacOS@10.15.5
  • Browser name and version: Google Chrome@83.0.4103.116 (Official Build) (64-bit)

The latest version of blueprintjs packages still have this issue.

Code Sandbox

https://codesandbox.io/s/gracious-jepsen-oivtr

Steps to reproduce

  1. Open the sandbox.
  2. When you see the table click any cell of "Dollars" column.
  3. When you see the popup dialog press Esc in keyboard, the popup dialog should be closed.
  4. Press Down/Up arrow key in keyboard.

Actual behavior

Observe the frozen column(Dollars column) will be entirely scroll down/up.

Expected behavior

Click "Close" button or click outside to close the popup dialog does not trigger this issue.

贡献者指南