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

Miniature Navigation bar does not close after clicking a link #5

Open
sigonasr2 opened this issue May 1, 2019 · 4 comments
Open

Miniature Navigation bar does not close after clicking a link #5

sigonasr2 opened this issue May 1, 2019 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sigonasr2
Copy link

The miniature pull-down navigation bar does not close once a link has been clicked. This means the user has to close it manually after selecting an option.

The small and larger versions of the navigation bar do not have this issue as they do not close/open.

@kevinfalting
Copy link
Member

This probably require some js that is listing for an onclick of each of the links that closes it.

sigonasr2 referenced this issue in sigonasr2/dev-osan.github.io May 7, 2019
…inks stand out more with bolding and underlining. Created script to collapse menu. This is a fix for Issue #5
@matthewjamesr
Copy link
Member

Reference this Vuejs code (func mobileMenu) as example to toggle the nav.

https://matthewjamesr.gitlab.io/voodoo-vcp/

https://matthewjamesr.gitlab.io/voodoo-vcp/js/index.js

@sigonasr2
Copy link
Author

Pull Request #18 resolves this issue.

kevinfalting pushed a commit that referenced this issue May 28, 2019
…inks stand out more with bolding and underlining. Created script to collapse menu. This is a fix for Issue #5
kevinfalting added a commit that referenced this issue May 28, 2019
Created script to collapse menu. This is a fix for Issue #5

This looks great, the only thing I found was the logo that links to the top of the page isn't closing the drawer. We'll open a separate issue for it though. Thanks for the hard work!
@kevinfalting
Copy link
Member

The logo that links to the top of the page isn't closing the drawer, follow the same logic as the rest of the nav links.

@kevinfalting kevinfalting added enhancement New feature or request good first issue Good for newcomers labels May 28, 2019
kevinfalting pushed a commit that referenced this issue May 28, 2019
Created script to collapse menu. This is a fix for Issue #5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants