Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Wrong sidebar state when window resizes under 768px #1

Open
GeorgeGkas opened this issue Nov 27, 2016 · 1 comment
Open

[Bug] Wrong sidebar state when window resizes under 768px #1

GeorgeGkas opened this issue Nov 27, 2016 · 1 comment
Labels

Comments

@GeorgeGkas
Copy link
Owner

When the initial window size is greater than 768px and the user resize the window to less or equal than 768px and he presses the menu (jumbotron) button the menu is sliddingOff rather than slidingIn.

This happens because the variable that sets the visibility of the sidebar when the window it's greater than 768px is set to true but when the user resize it, it won't change to false. So the program thinks that the user wants to hide the sidebar. This is only for the initial state and don't exist when the user clicks at least one time the jumbotron.

@GeorgeGkas GeorgeGkas added the bug label Nov 27, 2016
GeorgeGkas pushed a commit that referenced this issue Feb 15, 2017
@GeorgeGkas
Copy link
Owner Author

This issue was not fixed completely yet. We have problems when resize from small screen device to larger one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant