Closed Bug 319418 Opened 19 years ago Closed 19 years ago

show link address tooltip when hovering over link

Categories

(Firefox :: General, enhancement)

1.5.0.x Branch
x86
Windows XP
enhancement
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 289154

People

(Reporter: mikel, Unassigned)

Details

I've disabled the status bar recently.  I think things now look much cleaner and more attractive.  With the security status (padlock icon) in the address bar, the only thing I miss is knowing where a link will lead.

It would be great if Firefox would show the href attribute of a link in a tooltip that appears after hovering over a link for a certain time (i.e. after a short delay).
Whiteboard: DUPEME
Like this bookmarklet does (found somewhere on the internet):

javascript:(function(i,v){with(document){for(i=0;i<links.length;++i){with(links[i]){v=[];if(title){v.push('Title:%C2%A0'+title)}if(href){v.push('Address:%C2%A0'+href)}if(target){v.push('Target:%C2%A0'+target)}title=v.join('\n')}}}})()
Duplicate of bug 289154?
Agreed.

Reporter, if you feel this was done in error, please REOPEN.

*** This bug has been marked as a duplicate of 289154 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPEME
You need to log in before you can comment on or make changes to this bug.