Devextreme-reactive: ColumnChooser causes page to stretch out vertically on page refresh

Created on 10 May 2018  路  4Comments  路  Source: DevExpress/devextreme-reactive

Encountering a weird issue where ColumnChooser is causing the page to stretch out vertically causing a scrollbar and enabling user to scroll down the page. This happens only right after when I refresh the page the grid is on. If i open the column chooser and close it, the empty space below the grid disappears. I have no idea how to debug this further. Can you please help? I don't want to have to disable ColumbChooser because of this bug.

Thanks a lot if you can take a look.

Grid question

Most helpful comment

@jimmycarlinco I encountered the same problem. This issue originates from the Material UI lib that Reactive Grid depends on. Please take a look at this post.

As a quick remedy, you can make your container overflow-y: hidden if it is okay not to scroll vertically.

All 4 comments

OK, I found this popper element that is positioned way off:
https://imgur.com/a/RRfUgbC

Can somebody tell me why is this happening? :)

@jimmycarlinco I encountered the same problem. This issue originates from the Material UI lib that Reactive Grid depends on. Please take a look at this post.

As a quick remedy, you can make your container overflow-y: hidden if it is okay not to scroll vertically.

That would mean making body overflow-y: hidden which is definitely gonna break things for me. Uhh.. Poppers also acting wierd in other places. Very annoying. If anyone has any other suggestions please.

This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

linuxhype picture linuxhype  路  3Comments

pbalzano91 picture pbalzano91  路  3Comments

acentfrio picture acentfrio  路  3Comments

bloolizard picture bloolizard  路  3Comments

franklixuefei picture franklixuefei  路  3Comments