richdesigns81 / growl

Automatically exported from code.google.com/p/growl
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Growl 3.0 SDK - clicking notifications between sessions #602

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Display a (notification center, at least) notification
2. Quit the app
3. Manually re-open the app
4. Click the notification

What is the expected output?

note:statusUpdate: is called with some sort of newly-created GrowlNote.

What do you see instead?

nothing happens

As discussed in irc, I was able to hack together a way to handle this scenario 
when the app isn't running and the notification is clicked (using 
NSApplicationLaunchUserNotificationKey); this is a similar scenario, but can't 
be handled that way.

Original issue reported on code.google.com by livings...@gmail.com on 7 Jul 2013 at 4:13

GoogleCodeExporter commented 8 years ago
Not fixed in b2, but fixed in [c6c54bede2b1] and [83a7b51f37bf].  Ensures that 
we call the appropriate GAB delegate for context/status on activation 
regardless of when the note was sent across relaunches.  We can't store the 
whole note much less the per note delegate or block reliably, so the GAB 
delegate will have to do.

Closing as fixed in source

Original comment by dan...@growl.info on 9 Jul 2013 at 6:00