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

in iOS tapping outside a dropdown does not dismiss the dropdown #7819

Closed
parachutemind opened this issue May 8, 2013 · 2 comments
Closed
Labels

Comments

@parachutemind
Copy link

Using bootstrap 2.3.1 on an iOS device, I can't get a dropdown to close when I touch outside the dropdown popover (unless I happen to touch on another element like a link or image).

I tried attaching to 'touchend' and removeCLass('open') on dropdowns that are opened but that brakes following menu items that are links.

You can see the behavior of dropdowns not dismissing by loading this page in an iOS device: http://twitter.github.com/bootstrap/components.html#buttonDropdowns

  1. Tap on one of the dropdown buttons to show the dropdown menu
  2. Tap outside the dropdown (NOT a link) and you will see that the dropdown is not dismissed. The expectation is that the dropdown is closed.
@cvrebert
Copy link
Collaborator

cvrebert commented May 8, 2013

Might be related to #7118.

@fat
Copy link
Member

fat commented May 16, 2013

you have to tap the dropdown again in mobile

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

3 participants