scrod / nv

Notational Velocity: modeless, mouseless Mac OS X note-taking application
http://notational.net
GNU General Public License v3.0
2.07k stars 404 forks source link

URL tooltips remain visibile after switching to other apps #315

Open jacobweber opened 11 years ago

jacobweber commented 11 years ago

Using OS 10.8.2 and latest NV:

  1. Hover over a URL in NV.
  2. You'll see a tooltip appear with the same URL (not sure what the benefit of this is).
  3. Command-tab to switch apps.
  4. Tooltip remains visible until you switch back to NV.
SenH commented 11 years ago

I'm having same issue with version 2.2b (94) and OS 10.7.5.

scrod commented 11 years ago

There is no version 2.2b of Notational Velocity.

SenH commented 11 years ago

I'm using nvALT.

bzoooty commented 11 years ago

@scrod One can dream!

scrod commented 11 years ago

@SenH: I'm afraid I can't support other forks of Notational Velocity; please test your issues using the official NV releases. I'm sure the problem exists in both applications, but if you want to troubleshoot nvALT specifically then you must contact its respective authors.

elasticthreads commented 11 years ago

adding the following line of code at the end of mouseExited: in LinkingEditor will fix this:

[super mouseExited:anEvent];

SenH commented 11 years ago

I can confirm this fixes the issue (tested with nvALT 369eaebfb5990f07054e7d2fe0259420ba8ca81a).