I am using ubuntu 15.04 and chrome. When i click on any html link with mailto protocol e.g.
<a href="mailto:[email protected]">Click to send me email!</a>
It opens my default email application (thunderbird) but populate address field with wrong address. It prepends /// to email address. So in above case, recipient will looks like this
///[email protected]
instead of
[email protected]
Same issue is with skype urls. i.e.
<a href="skype:myusername?chat">Click to chat with me!</a>
It will open skype window with wrong user by prepending slash (/) same happen as with email address.
Any help in this regard will be appreciated.
chrome://version
)? It works fine for me on42.0.2311.153 (Official Build) (64-bit)
. – Mg