Hi all!
Looks like after updated from 2.3.0 to 2.3.2 admin products grid started to work weirdly. Please check the screenshot. After scrolling down the list of products, the top block of search & filters starts to move up and then freezes on the screen and top of this block disappears and over it I see the list of scrolling items. Is this not ended feature or some new bug?
Hi @zirkonus
No there is no such kind of bug found in Magento version 2.3.2
Infact recently i have done the same kind of task and its working fine for me.
So have you run necessary commands after upgradation of this ?
Also from the filters box disable few of the fields so that it will not showcase you as scrolling
Not sure why its move up - can you check like any extension you have installed is conflicting with this grid or any custom module ? may be because extension is not compatible with current version so.
Require to debug more - because its not the listed bug
Hope it helps !
Hi @zirkonus
It looks like you same problem with static folder or cache.
Goto Magento 2 root directory -> pub -> static and remove static folder and remove var/cache, var/composer_home, var/generation, var/page_cache, var/view_preprocessed
Then run,
php bin/magento setup:static-content:deploy
I hope this will help you