light-bootstrap-dashboard-angular2
light-bootstrap-dashboard-angular2 copied to clipboard
[Bug] Resize issue
Version
v1.9.0
Reproduction link
https://github.com/gitHubUser151/creativeTimBug.git
Operating System
Windows 10
Device
Dell Laptop
Browser & Version
Google Chrome 109.0.5414.120
Steps to reproduce
- Replace app.routing.ts in your copy of project. Or simply replace redirectTo: 'dashboard' by redirectTo: 'table' in app.routing.ts on lines 11 and 23.
- Get project compiled.
- Open localhost:4200 on your browser on the screen greater than 991px width.
- Resize the window to smaller than 990 px width.
- Press sandwich button to open sidebar menu on the right.
- Close the sidebar.
- Resize the window back to more than 991px width.
- You should see the bug on the left sidebar: icons, account, dropdown, logout from mobile version sidebar are on the wide screen version sidebar.
What is expected?
Side bar on the left no to have elements of mobile version side bar.
What is actually happening?
Icons, account, dropdown, logout from mobile version sidebar are on the wide screen version sidebar.
Solution
Additional comments
Hi @gitHubUser151,
Thank you for working with our products.
Can you please send us a video to see exactly what happens?
Regards, Rares
Change redirectTo: 'dashboard' to redirectTo: 'table' in app.routing.ts on lines 11 and 23. Then follow the steps. Please let me know if you wont be able to reproduce. You should see this on the left sidebar on wide screen.
