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

Collapsed NavBar links don't work in Chrome or IOS devices #8346

Closed
richyclarke opened this issue Jun 30, 2013 · 1 comment
Closed

Collapsed NavBar links don't work in Chrome or IOS devices #8346

richyclarke opened this issue Jun 30, 2013 · 1 comment

Comments

@richyclarke
Copy link

Navbar dropdown links work fine normally in Chrome, but when navbar is collapsed links do not have any hover state and clicking on links just collapses the dropdown menu.

JSFiddle is here.. http://jsfiddle.net/richyclarke/urbnD/3/

Collapse the navbar by reducing the frame size and try to click on the 'IBM' link under the main navbar li 'Links'. It works in Internet Explorer (IE10 and maybe others) but not in Chrome (latest), Firefox (latest) or IOS devices (Chrome or Safari browser on iPad or iPhone)

This used to work in Bootstrap 2.1.x but has stopped working since 2.2.0 and still doesn't work in 2.3.x

@richyclarke
Copy link
Author

Sorry, this is a duplicate of #7968 and can be fixed by adding the following CSS:

.dropdown-backdrop {
position: static;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant