Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 5 답장
  • 1 이 문제를 만남
  • 2 보기
  • 최종 답변자: 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.