TonyGermaneri / canvas-datagrid

Canvas based data grid web component. Capable of displaying millions of contiguous hierarchical rows and columns without paging or loading, on a single canvas element.
BSD 3-Clause "New" or "Revised" License
1.42k stars 184 forks source link

Double-clicking the date field in the demo grid in docs causes an error #578

Closed jasonpolites closed 2 months ago

jasonpolites commented 2 months ago

Expected behavior and actual behavior.

Expected Double-clicking (editing) the date field and clicking away (not changing anything) should probably not crash the component

Actual It crashes the component

image

Steps to reproduce the problem.

  1. Navigate to https://canvas-datagrid.js.org/examples/format-data/
  2. Double-click one of the date fields. It will enter edit mode
  3. Click "away" from the edit field (blur/cancel the edit)
  4. Crashapalooza

Specifications like the version of the project, operating system, or hardware.

I dunno.. it's just your docs site bruh. 😉

jasonpolites commented 2 months ago

Dupe of https://github.com/TonyGermaneri/canvas-datagrid/issues/576