coreui / coreui-free-react-admin-template

Open source admin template based on Bootstrap 5 and React.js
https://coreui.io/product/free-react-admin-template/
MIT License
4.54k stars 2.26k forks source link

Sidebar Opening and Closing Infinitely on Resizing #411

Closed KriteshTimsina closed 1 year ago

KriteshTimsina commented 1 year ago

Overview: There is a bug in the CoreUI template that causes the sidebar to continuously open and close when resizing the website from desktop to mobile mode and vice versa.

Steps to Reproduce:

Open the CoreUI admin free version (cloned repository or even their official demo). Reduce the browser window size to simulate mobile mode or from mobile to website. Observe the behavior of the sidebar. Expected Behavior: The sidebar should only open and close based on user interactions in mobile mode, without any automatic resizing behavior.

Actual Behavior: The sidebar starts opening and closing indefinitely without any user interaction when the website is resized to mobile mode and vice-versa.

Screen Recording:

https://github.com/coreui/coreui-free-react-admin-template/assets/103115789/2d78bd4f-bb4f-4012-9b64-6d01156bfd94

Thank you for your attention to this matter.