lzacharkow / tabby-cat-support

Ask questions, post issues, and add ideas for Tabby Cat!
18 stars 0 forks source link

[Bug] New tabs now contain a moz-extension URL #7

Closed danielquinn closed 7 years ago

danielquinn commented 7 years ago

Whenever I open a new tab, the location bar is populated with something akin to:

moz-extension://9f792912-3d07-48cc-959e-61cb72a776e5/public/index.html

The problem though is that it's a pretty common behaviour to open a new tab and start typing a search query or URL. Now that this moz-extension: bit is there, I end up doing stuff like:

moz-extension://9f792912-3d07-48cc-959e-61cb72a776e5/public/index.htmlpictures of kittens

and hitting enter -- which isn't ideal.

The best fix for this would be to have new tabs start with nothing in the location bar (the default) or at the very least start it with the text highlighted, so typing anything will automatically clear the text. However, I'm not sure if highlighting the moz-extension: URL would inadvertently write to the Linux clipboard, so the first option would be preferable.

Platform: Firefox 56 on Ubuntu Linux with the following plugins:

lzacharkow commented 7 years ago

Hey there, I agree but unfortunately this is what Firefox does by default :( See issue #4 for more detail.

lzacharkow commented 7 years ago

Closing because this is a bug with any New Tab add-on for Firefox and can only be fixed by the Mozilla team.