Feedly-Notifier icon indicating copy to clipboard operation
Feedly-Notifier copied to clipboard

Feature request: Open in incognito tab/window

Open jedisith opened this issue 9 years ago • 1 comments

jedisith avatar Jun 22 '16 07:06 jedisith

AFAIK, the only way to create an incognito window is the context menu. In order to see the Open in an incognito window we should put the href element on article title links.

Sounds like an easy to implement task, but we can't do that because there is a bug with the middle click: If you click on any link using the middle button, preventDefault() method doesn't work, and two tabs will be opened. One tab is created programmatically and another one is created by the middle click. We always should create tabs programmatically, because we need to control how the tabs will be created: Open in background, Open in the same tab etc.

Let me know if you have any suggestions.

olsh avatar Jun 03 '17 23:06 olsh