-
-
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
Middle Mouse Button Not Working in Firefox #7118
Comments
Can anyone else confirm this? |
I can confirm this behavior in Win7 / FF 19.0 / Bootstrap 2.3.1 / jQuery 1.9.1. Middle mouse button works OK in Chrome 24 and IE 9. I downgraded to Bootstrap 2.3.0 and middle mouse button is working as expected again. |
I also confirm this in Win7 / Firefox 19.0 / Twitter Bootstrap 2.3.1 / jQuery 1.8.3 |
Confirmed on FF 19.0, Twitter Bootstrap 2.3.1. I've pinpointed the issue to the Dropdown plugin. If you remove ".on('click.dropdown-menu', function (e) { e.stopPropagation() })" from the "APPLY TO STANDARD DROPDOWN ELEMENTS" section of the Dropdown plugin the middle click will work again. That fix doesn't seem to break dropdowns but I've only given it a quick glance so be careful. |
Confirmed FF 19.0.1 Bootstrap 2.3.1 I can also confirm that if you remove the code that marcinszczepkowski mentions it works again. |
Same problem if you are using CTRL + left mouse click on PC or CMD + left mouse click on Mac to open a link in new tab. FF 19.0, Bootstrap 2.3.1 |
confirmed on mac with FF 1.9 whiteout the bootstrap-dropdown.js load it's works great |
Confirmed on Ubuntu 12.04 with firefox 19.0 and bootstrap 2.3.1 : middle-click don't work, shift+click don't work, Ctrl+click don't work. It works ok with bootstrap 2.3.0. |
Firefox 19 on Debian testing here. Same issue. I can also confirm marcinszczepkowski's solution. |
Confirmed this in Firefox, too. Seems like commit 40b7a90 introduced the error. |
Confirmed in Firefox 19.0 (Win7), glad to read this!, this issue drived me crazy... 👹 |
It looks like there's gonna be a need for v2.3.2 since many things change from v3 and on. |
Confirmed FF 19.0.2 (OS X 10.8.2) Bootstrap 2.3.1. |
Same error. Firefox 19.0.2, Windows 7 / Mac OS 10.6.8. |
I think we have more than sufficient confirmation that this is indeed a legit bug. |
And there is a fix already for the issue. See pending pull request #7211 |
+1 |
tried to apply pull request #7211 ; after that dropdown wont close if you click on menu item in it. |
+1, Bootstrap v2.3.1 with Firefox 19.0.2 on Kubuntu 12.10 |
+1 (2.3.1 with Firefox 19.0.2, OSX 10.8.3) |
confirmed v2.3.1, Firefox 19.0.2 Windows XP SP2 |
@bmironov Has this been opened as a new issue? |
@adamdehaven, No it was not open as a new issue. But apparently @cvrebert is making a lot of work connecting multiple similar issues together (Issue #7118, Issue #7968, #7927). From my point of view they are all saying the same that 2.3.2 broke menus and sub-menus for many mobile browsers. |
@bmironov ohhh dropdowns within sitenav. ugh. |
Is this a confirmed regression? Dropdown menus work properly in my application (using the new version), but if somebody can independently reproduce the effects @bmironov is seeing, then we might want to re-open this bug. |
@julianlam It's been confirmed; being tracked as #7968. |
FF21.0 |
It's fixed in 2.3.2 |
Now working on Firefox 22, OS X 10.8.4. Bootstrap v2.3.1 |
Middle mouse button does not work on FF 22, WinXp. |
@s57mbm Do you have a literacy problem? Read the prior comments; it's already been fixed. |
Sorry, after update to version 22.0 middle didn't work. In IE there was no On Sun, Jul 7, 2013 at 6:53 PM, Chris Rebert [email protected]:
|
@s57mbm The bug was fixed in the latest version of Bootstrap already. |
…rap#7118 Fixes squish-task #17738
…s/bootstrap#7118" Reverting because this causes another issue: twbs/bootstrap#6835 Fixes https://squish.ish.com.au/tasks/view/17768 This reverts commit 73e8523.
…rap#7118 Fixes squish-task #17738
…s/bootstrap#7118" Reverting because this causes another issue: twbs/bootstrap#6835 Fixes https://squish.ish.com.au/tasks/view/17768 This reverts commit 73e8523.
- The issues is discussed here: twbs/bootstrap#7118
Issue: middle mouse click on a link in Firefox, nothing happens.
Expected behavior: middle mouse click on a link, open in new browser tab.
Live example: http://twitter.github.com/bootstrap/
Tested on Win7/Firefox19 Safemode/Non-Safemode failed. IE9/Chrome25 ok.
Notice it when I upgrade to bootstrap v2.3.1.
Switch back to v2.3 and the middle button works again.
The text was updated successfully, but these errors were encountered: