select-after-closing-current
select-after-closing-current copied to clipboard
Fails when using Ctrl+Click to open links from newtab
Some debugging has shown me that this is because openerTabId
is undefined when using ctrl+click. This causes the tab to never be inserted in the recent tabs object, so this addon fails to operate as expected (behaviour is exactly as described in #23)
Right-click and select 'open in new tab' works perfectly. I guess this is a firefox bug?
I've just noticed, I was testing this by opening links from about:newtab, and that's where it fails. Ctrl+click works as expected from other pages (and openerTabId
is defined and valid). Middle click works either way.
I should mention that I'm on nightly FF.
I guess this is a firefox bug?
~~Seems so, I cannot reproduce this any more. Closing the issue for now, yay. Thanks for a super handy addon.~~
Apologies, this was appearing to be fixed due to my mouse bindings, it is in fact broken as described.