-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Header anomaly and content hidden when change from mobile size to desktop size and nav menu is opened #262
Comments
Hello @joseantanaper Thanks for reporting it. I know about that problem. However, it is something that does not manifest itself easy in the real environment. It usually only happens if the screen size is modified with the menu open on mobile, which usually happens more to developers doing tests than to normal users. For that reason I have deprioritized it and I detected it about 3 months ago. In any case, it would be good to solve it if it doesn't consume many resources in the attempt. Something simple could be to react to the window's on resize event. But I don't know if this is putting more processing resources into something so simple and possibly no one who uses that normally notices it. Another solution could be to refactor all that code and eliminate the possibility of that problem. If I have time these days I will give you a solution. If you come up with something, welcome to add a PR. Thank you. |
Hello everyone, we know about the long delay. We were working on a complex project, we are back. In the discussion area we will present the new fixed and defined update schedule. Thanks for the patience. |
Fixes issue onwidget#262
Fixed with #309 Thanks |
Browser: Chrome, Edge
Expected:
When change to Desktop Size the "Header Navigation Menu" should be at top position and the content should be shown as normal.
The text was updated successfully, but these errors were encountered: