canvas-datagrid icon indicating copy to clipboard operation
canvas-datagrid copied to clipboard

Edit input is not displayed after click on cell - Firefox

Open KevinFabre opened this issue 4 years ago • 2 comments

Expected behavior and actual behavior.

  • show input edit after click on a cell
  • input is not showed after click Uncaught TypeError: o is undefined

Steps to reproduce the problem.

https://codepen.io/KevinFabre/pen/wvWVejP

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

  • not working on firefox browser (mobile and dektop)
  • other browser seem ok

Hi, Is there some css style that cause this behavior ?

Thanks

KevinFabre avatar Nov 23 '20 15:11 KevinFabre

Hi @KevinFabre , thanks for reporting this. I can reproduce this, although I'm not sure what's going on.

If you're able to do some more debugging, that would speed things along — otherwise I'll have to see if I can find some time this weekend. On first glance, I do not believe it's related to CSS, but rather to the beginEditAt function.

canvas-datagrid

ndrsn avatar Nov 25 '20 17:11 ndrsn

I'm not able to reproduce on FF 83.0 (64-bit) maxOS 10.15.7. I'll try on windows in a bit.

TonyGermaneri avatar Nov 26 '20 21:11 TonyGermaneri