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

nav collapse on click on dropdown item #537

Open
fabienlm opened this issue Mar 31, 2017 · 4 comments
Open

nav collapse on click on dropdown item #537

fabienlm opened this issue Mar 31, 2017 · 4 comments
Milestone

Comments

@fabienlm
Copy link

Hello,

First of all thanks for jays bootstrap plugin, its really nice !

I found a bug (with this example : http://www.jasny.net/bootstrap/examples/navmenu/) :
On mobile (iPhone 6s with safari), when nav is open, if I click on dropdown menu (dropdown item with caret on screenshot), dropdown opening. But If I re-click on this dropdown, all nav collapsed.

Have you seen this bug ?
Have you any solution ?

@DontEetMyShews
Copy link

I just noticed this bug as well.

@turakvlad
Copy link

I have the same issue.

@Minstel
Copy link
Collaborator

Minstel commented Jul 21, 2017

@fabienlm I can see it when testing on https://app.crossbrowsertesting.com. No solutions yet (

@tijmenvangulik
Copy link

tijmenvangulik commented Sep 16, 2017

I have the same issue.
A simple work around is to remove the
data-toggle="dropdown"
and to to open the sub menu using a simple on click for example:

$('#languageDropDown').click(()=>{
      $('#languageMenuList').slideToggle();
    });

@jasny jasny added this to the v4 :heart: milestone Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants