-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Navbar (fixed navbar) dropdown menu broken on 3.3.3, 3.3.2 #829
Comments
What OS and browser are you using? |
Chrome, Windows OSX centOS
|
In addition, here is the relevant markeup. The products menu doesn't
collapsed" data-toggle="collapse" blah blah blah stuff goes here. On Sat, Jan 24, 2015 at 6:08 PM, Franz Zemen [email protected] wrote:
|
@FranzZemen Could you post an example that doesn't involve Angular? |
Here's a reproduction case: https://gist.github.com/shawnacscott/e4b5054cf61589b14cc7 I'm having this issue as well, though with a Rails installation. Reverting to 3.3.1 fixes the problem for me. OS X 10.10.1 |
@shawnacscott Please confirm that you're using Autoprefixer. |
@cvrebert I have
and
Here's a gist of my full Gemfile: https://gist.github.com/shawnacscott/08c89617d339da88ca02 |
How are you including the JavaScript? It would be very easy for us to reproduce if you publish a minimal rails app with this issue. |
In my case I'm using angular-fullstack, so its via bower components and On Thu, Feb 12, 2015 at 4:55 PM, Gleb Mazovetskiy [email protected]
|
Your wish is my command, @glebm :) |
@shawnacscott In your example Bootstrap javascript is included twice: The dropdown menu works after removing one of the |
Thanks, that was it. I'll send a PR adding a caveat in the README. |
Include Javascript require caveat in README per #829
Works on 3.3.1, not on 3.3.2 or 3.3.3.
Clicking on the drop down does nothing. Regular
The text was updated successfully, but these errors were encountered: