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

Scrollbar not working when size of the block gets changed

Open simnovus opened this issue 5 years ago • 1 comments

Actual Behaviour: When page loads, canvas scrollbar is working as expected. But when the size of block changes and due to dynamic content, if another scrollbar appears beside the canvas scrollbar, then I am not able to move the canvas scrollbar. It is working here: Screenshot from 2019-09-11 18-09-14 It stopped working here: Screenshot from 2019-09-11 18-19-01

Version: 0.22.12 OS: Ubuntu 19.04

simnovus avatar Sep 11 '19 12:09 simnovus

Is it possible to create a reproduction of the issue? Without seeing a reproduction I can only speculate, but it appears that the grid element is too large for the parent. Maybe the parent is eating up the mouse down event? Maybe try making the parent's style overflow: visible? If you can create a reproduction I can be of more assistance.

TonyGermaneri avatar Sep 11 '19 17:09 TonyGermaneri