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

MaterialNavBar: responsive menu not opening #311

Closed
esoco opened this issue May 6, 2016 · 4 comments
Closed

MaterialNavBar: responsive menu not opening #311

esoco opened this issue May 6, 2016 · 4 comments
Labels
Milestone

Comments

@esoco
Copy link

esoco commented May 6, 2016

After unsuccessfully trying to get it to work in my application I noticed that the responsive menu collapse button in the MaterialNavBar doesn't work at all. Even in the gwt-material-starter snapshot the menu button doesn't work after the window is resized so that the button becomes visible (even tried it on several browsers).

@BenDol
Copy link
Collaborator

BenDol commented May 7, 2016

It is working properly in the demo application, is this the case for you? http://gwtmaterialdesign.github.io/gwt-material-demo/ Also check the demo repository to see if you can identify the issue you are having, https://github.com/GwtMaterialDesign/gwt-material-demo/blob/master/src/main/java/gwt/material/design/demo/client/application/ApplicationView.ui.xml#L114

@kevzlou7979
Copy link
Contributor

Can you please submit a code snippet about ur problem.

@kevzlou7979
Copy link
Contributor

Hi I found the problem on starter project, I will commit soon the fixed

@kevzlou7979 kevzlou7979 added the bug label May 7, 2016
@kevzlou7979 kevzlou7979 added this to the 1.5.1 milestone May 7, 2016
@kevzlou7979
Copy link
Contributor

Ok it's fixed the starter , you just need to set activates="sidenav" into your navbar component and m:id="sidenav" for Sidenav.

Fixed starter menu icon :
http://gwtmaterialdesign.github.io/gwt-material-starter/snapshot/
Fixed Commit :
GwtMaterialDesign/gwt-material-starter@8b698d6

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

2 participants