Request: status bar, primarily to display link targets
Reported by Thomas Hanke | February 18th, 2011 @ 07:06 PM
I'd like to see a status bar or some other device to see where a
link in an email leads to.
Actually, a hovering text would suffice.
Benny wanted to know what some cryptic hints of mine meant.
'open' vs 'open in background' Safari-style?
In Safari, the status bar displays 'Go to LINK', 'Open LINK in a new tab', 'Download LINK', etc. depending on the prefs and modifier keys pressed when you hover over a link.
Thomas
Comments and changes to this ticket
-
benny February 18th, 2011 @ 08:10 PM
The status bar (or something equivalent) is a really good idea. I should
have understood that the first time.[status:accepted]
-
benny March 4th, 2011 @ 02:12 PM
- State changed from new to accepted
I just saw this general trick for WebViews in any application:
defaults write com.freron.MailMate WebKitShowsURLsInToolTips -bool true
It'll show a tooltip with the link after a second or so when hovering.
The status bar is still a better idea, but the above may be useful until then.
-
benny May 4th, 2013 @ 07:53 AM
- State changed from accepted to resolved
See ticket #388 for a solution to the link display problem. A status bar is not yet implemented, but I'll close this for now even though I still plan to have a status bar for this and other purposes some day.
-
benny June 4th, 2018 @ 07:12 AM
Just to be clear, the setting above should no longer be used. It doesn't work well with the headers view in MailMate which is now also based on a WebView. Here's how to disable it:
defaults delete com.freron.MailMate WebKitShowsURLsInToolTips
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Mac OS X email client.
People watching this ticket
Referenced by
- 280 Moveover reveals URL in tooltip Agreed. This is also covered by ticket #54 which describe...
- 388 Feature request: Show link target on hover This is also covered by ticket #54. I haven't found an ea...