搜索 | 用户支持

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

详细了解

where can i get source code to fix longstanding bug with tabs?

  • 5 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 cwireman

more options

when i right-click a bookmark or link i have to scroll down to open the link in a new tab. i want to change the code to correct this bug so i can open links in a new tab automatically by default. this was last done correctly only in netscape. all browsers since have defective tabbed handling.

when i right-click a bookmark or link i have to scroll down to open the link in a new tab. i want to change the code to correct this bug so i can open links in a new tab automatically by default. this was last done correctly only in netscape. all browsers since have defective tabbed handling.

被采纳的解决方案

See:

定位到答案原位置 👍 1

所有回复 (5)

more options

I don't understand scrolling down. Isn't Open Link in a New Tab the very first choice on the context menu that appear when you right-click a link?

Other ways to open a link in a new tab include:

  • Ctrl+click
  • middle-mouse-click (scroll-wheel-click)

If you install the Tab Mix Plus add-on, you can force all links to open in a new tab when you left-click. (Screen shot with settings: https://support.mozilla.org/en-US/que.../935121#answer-361552)

Of course, if you want to read the source code of Firefox, it's available online. And much of it can be "hacked" on your PC by opening a JAR archive using an unzip utility, editing, and zipping it back up. But that's only good until the next update, so...

more options

A ctrl+click as the default option for left-click would be acceptable, but the proper tab handling process as in Netscape is what I'm looking for. If I had 3 tabs open and the 2nd one was current, I want to left-click a link and have it open a new tab between the original 3rd and 4th tab and open that link in what is now the 3rd of 4 tabs open. My question is what module has the deficient code for me to change? I realize that I will have to update it with each new version but hopefully it will be fixed one of these days. I had to change code for a bug in a module for several 3.x versions but it was fixed by 4.x. Thanks in advance.

more options

I'm not sure anyone here can answer your question without searching the code. (Support folks, not developers.)

more options

选择的解决方案

See:

more options

Tab Mix Plus did not work. I removed it and installed Tab Utilities 1.1.5 which does work acceptably. It opens a new tab to the right of all open tabs. I also found the tabs code in a UserChrome module in the Chrome folder that may fix it without a plugin. Thanks.