You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if gmail is your mailto handler, then when you click a mailto link in Jethro it opens in the same window. That's fine while you're composing the email, but once the email sends you're left in a dead-end - "where has my jethro gone"?
One way to combat this would be to add target=_blank or similar to all mailto links. However this would open a new window/tab for users that don't use gmail (eg outlook, mac mail etc) and leave this blank window/tab behind.
We would need some more sophisticated solution: Perhaps open a new window with a Jethro page which prints a mailto link, clicks it with Javascript, then waits to see if the page unloads (which means the browser has naviated to gmail etc). If after 5 seconds the page is still there, that would mean that some other mailto handler has been launched and it should run window.close() or equivalent.
The text was updated successfully, but these errors were encountered:
On Tue, Mar 13, 2018 at 12:48 PM, Tom Barrett ***@***.***> wrote:
Currently, if gmail is your mailto handler, then when you click a mailto
link in Jethro it opens in the same window. That's fine while you're
composing the email, but once the email sends you're left in a dead-end -
"where has my jethro gone"?
One way to combat this would be to add target=_blank or similar to all
mailto links. However this would open a new window/tab for users that
*don't* use gmail (eg outlook, mac mail etc) and leave this blank
window/tab behind.
We would need some more sophisticated solution: Perhaps open a new window
with a Jethro page which prints a mailto link, clicks it with Javascript,
then waits to see if the page unloads (which means the browser has naviated
to gmail etc). If after 5 seconds the page is still there, that would mean
that some other mailto handler has been launched and it should run
window.close() or equivalent.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#453>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABMNw5EsZrXpnq4v_X9LmhXGdCkDkI5Sks5td0-xgaJpZM4SoFEu>
.
Currently, if gmail is your mailto handler, then when you click a mailto link in Jethro it opens in the same window. That's fine while you're composing the email, but once the email sends you're left in a dead-end - "where has my jethro gone"?
One way to combat this would be to add target=_blank or similar to all mailto links. However this would open a new window/tab for users that don't use gmail (eg outlook, mac mail etc) and leave this blank window/tab behind.
We would need some more sophisticated solution: Perhaps open a new window with a Jethro page which prints a mailto link, clicks it with Javascript, then waits to see if the page unloads (which means the browser has naviated to gmail etc). If after 5 seconds the page is still there, that would mean that some other mailto handler has been launched and it should run window.close() or equivalent.
The text was updated successfully, but these errors were encountered: