Community
Participate
Working Groups
I20101025-1800 Cocoa When you hover over a link in the Link widget, a tooltip shows the href (or redundantly the link text if there's no href). I would not expect the tooltip, since it is also not shown on other platforms. Such links usually contain an internal id as href, which shouldn't be shown to the user (e.g. in Eclipse preference pages). If the Link widget ever supports tooltips per link, then they should be configurable (bug 88866).
Link tooltip display is on by default, according to the docs for [NSTextView setDisplaysLinkToolTips:]. We only turn it on or off when a tooltip is explicitly set or cleared, which would explain the behavior.
Created attachment 181785 [details] Fix Turn off link tooltips. Currently we set/clear the link tooltips when the tooltip text is set or cleared, but that isn't right. The patch for bug 277888 is wrong. Post-3.7m3.
Fixed > 20101101.