Hello,
We have setShowRollOverCanvas() set to true on a TreeGrid which sometimes contains a large amount of data and a vertical scrollbar. There is an issue that when the user moves their mouse (without clicking on anything), it causes the grid to almost randomly scroll back and forth vertically, to the point where the grid is not usable. I isolated the cause of this, after I noticed that when I disable the rollover canvas, this stops happening. Is there some framework issue causing this? I looked through all the code and it is specific to the rollover canvas, and even when I make the rollover canvas code extremely simple, it still happens. Only when I actually set setShowRollOverCanvas() to false does this behavior stop.
A video of the behavior recorded by a user is here:
We have setShowRollOverCanvas() set to true on a TreeGrid which sometimes contains a large amount of data and a vertical scrollbar. There is an issue that when the user moves their mouse (without clicking on anything), it causes the grid to almost randomly scroll back and forth vertically, to the point where the grid is not usable. I isolated the cause of this, after I noticed that when I disable the rollover canvas, this stops happening. Is there some framework issue causing this? I looked through all the code and it is specific to the rollover canvas, and even when I make the rollover canvas code extremely simple, it still happens. Only when I actually set setShowRollOverCanvas() to false does this behavior stop.
A video of the behavior recorded by a user is here:
Comment