搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Can't middle or right click on bookmarks to open in new tab

  • 3 个回答
  • 20 人有此问题
  • 4 次查看
  • 最后回复者为 John Rose

more options

I can no longer middle click a bookmark from the bookmarks menu to open in a new tab. No matter whether I left, middle or right click, it is treated as a left click and opens in my currently open tab. PS I'm doing this using Firefox 23 but the same applies to Firefox 26 (obtained from Nightly Builds).

I can no longer middle click a bookmark from the bookmarks menu to open in a new tab. No matter whether I left, middle or right click, it is treated as a left click and opens in my currently open tab. PS I'm doing this using Firefox 23 but the same applies to Firefox 26 (obtained from Nightly Builds).

被采纳的解决方案

Bug 748850 in Firefox has a workaround: You have to use the terminal or a file explorer. See http://kb.mozillazine.org/index.php?title=UserChrome.css In my case is the required new folder & new file are to be in ~/.mozilla/firefox/randomalphanumeric.default/ You have to create the directory "chrome" and inside it the file "userChrome.css" with this text: bookmarks-menu-button{ display:-moz-box!important;} Then restart FF.

定位到答案原位置 👍 0

所有回复 (3)

more options

Try Firefox Safe Mode to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.

(If you're not using it, switch to the Default theme.)

  • Open the Help menu and click on the Restart with Add-ons Disabled... menu item while Firefox is running.

Once you get the pop-up, just select "'Start in Safe Mode"

If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, and you need to figure out which one. Please follow the Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems article for that.

To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.

Please report back soon.

more options

选择的解决方案

Bug 748850 in Firefox has a workaround: You have to use the terminal or a file explorer. See http://kb.mozillazine.org/index.php?title=UserChrome.css In my case is the required new folder & new file are to be in ~/.mozilla/firefox/randomalphanumeric.default/ You have to create the directory "chrome" and inside it the file "userChrome.css" with this text: bookmarks-menu-button{ display:-moz-box!important;} Then restart FF.

more options

Correction. 748850 is the bug number in Launchpad's Ubuntu bugs. 913356 is the bug number in Bugzilla's Mozilla bugs.