lacasanova / shortcutrecorder

Automatically exported from code.google.com/p/shortcutrecorder
0 stars 0 forks source link

Mouseover doesn't work under certain circumstances #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Steps to reproduce:
    1. Go into recording mode
    2. Hold mouse over the snapback area
    3. Type keycombo OR hit escape/delete

Expected behavior: Remove badge will be highlighted

Observed behavior: Mouse is over the remove badge but the badge is not 
highlighted. Moving 
the mouse outside and inside again will highlight the badge.

=> When a keycombo is already set and the snapback badge is clicked, the badge 
is highlighted 
correctly!

=> Reason: The event generated immediately after performKeyEquivalent in 
ShortcutRecorderCell's resetTrackingRects method (NSPoint mouseLocation...) 
contains a stupid 
mouseLocation! Dunno...

Original issue reported on code.google.com by dda...@gmail.com on 30 Jul 2006 at 5:13

GoogleCodeExporter commented 8 years ago

Original comment by dda...@gmail.com on 30 Jul 2006 at 5:22