GNOME Bugzilla – Bug 657293
actions in notifications don't seem to work
Last modified: 2011-08-25 14:11:44 UTC
In gnome 3, I get nice notification from krb5-auth-dialog with actions like 'list tickets' and 'get new ticket' in them. But clicking on the buttons does not seem to do anything. Are they not wired up ?
This works here without problems, gnome-shell is 3.0.2 krb5-auth-dialog is trunk. Is there anything in the console?
Turns out to be a known gnome-shell bug in 3.1
commit b76efe17d6049693374053d60bd7c358f6a0d83c Author: Colin Walters <walters@verbum.org> Date: Thu Aug 25 09:20:00 2011 -0400 notificationDaemon: Work around JS interpreter bug The "id" variable was being sporadically reset to null, and as far as Florian and I could determine, this is actually a Spidermonkey bug. The issue has something to do with: 1) use of "let" for the variable 2) Nesting a dynamic closure inside of a for() loop Work around it here for now - I tried to create a minimized test case to hand to the Spidermonkey developers, but failed. A big part of the problem is it's only sporadically reproducible.