-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
Clicking anywhere generates JS warnings in Firefox iff a dropdown menu is present #7318
Comments
Could you make an updated jsFiddle to demonstrate? |
As in #5566 with latests jquery and bootstrap, http://jsfiddle.net/pZT5W/5/ reproduce the error. |
I have exactly the same problem... BS 2.3.1 and jQuery 1.9.1 |
issue is valid. |
i have the same problem problem BS v2.2.2 and jQuery 1.8.3 |
Same issue. |
Issue is legit. Firefox 20.0, FireBug 1.11.2, JQuery 1.9.1, BS 2.3.1 |
Same issue. |
I am also experiencing the same issue. Firefox 19.0.2 on Mac OS X 10.8.3, jQuery 1.9.1 |
I am facing the same problem on FF 20, jQuery 1.8.3 , Boostrap 2.3.0 |
Thanks, I think we have quite sufficient confirmation now. |
Experiencing this problem. FF 20 on Ubuntu 13.04, jQuery 1.8.3, Bootstrap 2.3.1. |
Just sent a pull request to fix this bug. #7692 |
Great. Hope this will get a fix soon by BS team. |
Just pushed a 2.3.2 patch that I believe addresses this. |
@jason-slack: See #7692. It'll be fixed in v3; they aren't going to do anything about it in v2. |
A possible solution is not to use |
I create another issue about this problem, as it is still not solved.
See #5566
The JS warning is
Empty string passed to getElementById().
elem = document.getElementById( match[2] );
I use FF 19.0.2 with twitter bootstrap 2.3.0 or 2.3.1 and still clicking anywhere makes a warning in firebug.
Have i missed something ?
The text was updated successfully, but these errors were encountered: