Our blazing fast Grid component built with pure JavaScript


Post by artbil »

Hello,

You can reproduce the bug here https://bryntum.com/examples/grid/basic/. You must resize the columns enough to have a horizontal scroll (I didn't find a demo with a horyzontal scroll). Then if you try to edit a cell, the position of the editor will have a wrong x position :

screenshot.png
screenshot.png (36.45 KiB) Viewed 808 times

Could you fix it as fast as possible as it is a big problem ? When can we have a fix for that ?

Regards,
Artbil


Post by Animal »

This will be fixed in the next release after the impending 4.3.

I am working on a branch in which cell editors are injected into the cell on demand instead of being floating and positioned so that they appear on top of the cell.

Here is what happens running my local branch:

Screenshot 2021-10-06 at 13.49.28.png
Screenshot 2021-10-06 at 13.49.28.png (34.22 KiB) Viewed 804 times

Post by artbil »

Thanks looks good !

Is there a workaround or a quick fix in 4.2.7 ? We really need to update our old Bryntum version to fix our application.

Artbil


Post by Animal »

I actually cannot reproduce it at https://bryntum.com/examples/grid/basic/ on Chrome. What browser and OS?


Post by artbil »

I am on Firefox and windows, it seems to work on other browsers.


Post by Animal »

Yes, reproduced on Firefox.


Post Reply