Ulasan untuk Close Tab by Double Right Click
Close Tab by Double Right Click oleh webextensions.org
10 ulasan
- Diberi peringkat 4 dari 5oleh 囶 ., 9 hari yang laluLM22.1 Double click on the Window inside the TAB window. i thought right clicking the actual TAB while NOT Selected to close it. WILL NOT WORK. accidental double right click while typing message occurs ; make sure you have the undo close tab when using this add-on.
is there an update for the dbl-right on the TAB instead of the Window.
also if dbl clicking tab would shrink the Tab to Icon Size. - Diberi peringkat 4 dari 5oleh RH, setahun yang laluThis add-on works perfectly - using its current left-click-right-click. On every website I've used it on, it's worked properly. That said: I had to disable this extension. There are too many times where I'll close a tab that I didn't want closed. Notably, I'll double-left-click text (to select it), then immediately right-click on that text (to get the context menu for options), and the tab will close. That's such a common click pattern with webpage text, I can't keep this otherwise excellent extension.
- Diberi peringkat 4 dari 5oleh Pengguna Firefox 15428448, 4 tahun yang laluIts closing the page with a single right click on v 102. Even when I just right click on a link. The right/left thing doesnt work. Hope youre able to find a fix as its a great app and I miss it! I had to disable this app for now.
- Diberi peringkat 4 dari 5oleh MisfortuneCookie, 4 tahun yang laluDoes what it says on the tin. Unfortunately, the right click menu is opened after the tab is closed. C'est la vie.
- Diberi peringkat 4 dari 5oleh miguelk, 5 tahun yang laluWorks great! Thank you! However, very sad it still hasn't been fixed so the context menu doesn't stay open on double right click. The Chrome version works just fine. Why is this so...?
- Diberi peringkat 4 dari 5oleh Johann, 5 tahun yang laluContext-Menü is still open after Tab is closed. "Middle click on a page closes Tab" do not have this trouble, so it does not come from FF. But anyway its GREAT, thank You
- Diberi peringkat 4 dari 5oleh Pengguna Firefox 14526812, 7 tahun yang laluafter tab closes the right click menu remains open on the next tab. Can this be changed so that the menu is auto closed?
- Diberi peringkat 4 dari 5oleh joffrey, 8 tahun yang laluThanks for addon. Possible to make it so I can just right click the tab to close?
谢谢你的开发,但是能不能右键单击标签来关闭当前页面呢? - Diberi peringkat 4 dari 5oleh Juanka Hula, 8 tahun yang laluI was asking if you could create a new addon. Also by default vanilla firefox does not do anything with double left click so I dont see what would be the problem with it.
>Great addon. Could you make one to open a new tab by double left clicking on a tab?Balasan pengembang
dikirim 8 tahun yang laluDouble click is a common gesture which is used for various other useful purposes, so that wouldn't be a part of this add-on.
EDIT 2:
In case you are asking about double left clicking on the tab header itself, I believe that is not supported in the new WebExtensions architecture used by Firefox.
EDIT 1:
Double left click (and also triple left click) is very often used for selecting text. Apart from that, various websites use double click for some common UI/UX operations. Hence, in my opinion, such conflicting shortcuts/gesture shouldn't be used.
But, in case you still want such a functionality, you can modify this extension to create a new one by following these steps:
- Go to https://github.com/webextensions/close-tab-by-double-right-click
- Download the code as a zip file by clicking on the "Clone or download" button
- Extract the downloaded zip file
- In the extracted file close-tab-by-double-right-click.js , modify the line which says:
if (e.which !== 3) {
MODIFY THIS LINE TO
if (e.which !== 1) {
- Reference: The above mentioned line can also be currently seen at: https://github.com/webextensions/close-tab-by-double-right-click/blob/master/extension/scripts/close-tab-by-double-right-click.js#L9
- After that, you may zip the files inside the extension folder and use that to create the add-on via https://addons.vaultpit.io/ for your use. While publishing, if you wish to use the extension for personal use only, then there should be an option for self-distributed add-ons, you may want to select that.
Hope that helps :-) - Diberi peringkat 4 dari 5oleh siffe, 8 tahun yang laluThanks for this! I have the same experience as the other reviewer: when I double r. click, on the first click the r. click context menu appears and does not go away after the tab is closed after the second r. click. I have to either click elsewhere or press ESC to get rid of it. This does not happen in your Chrome extension.
Edit 11/11/17: updated to current version, problem still exists (Win7 Pro)Balasan pengembang
dikirim 8 tahun yang laluThanks for the feedback. Are using Firefox on Linux ?
I have added a fix for Firefox on Linux, can you update to the latest version and test again?
Edit:
I'm done with the analysis and it is a bug for Firefox-on-Windows with apparently no workarounds :-/
I'll file a bug report to Firefox.
Till then, I don't see any other alternative approach while sticking to double-right-click-on-page gesture for closing tab.