https://bugs.kde.org/show_bug.cgi?id=407667
--- Comment #11 from Nicolas Fella <nicolas.fe...@gmx.de> --- (In reply to Puspam Adak from comment #10) > (In reply to Nicolas Fella from comment #6) > > Without the resident hint the app throws away its internal notification > > object, so it could not react to the action being triggered > > That may not be true. Applications may not set the resident hint while still > specifying notification actions. The applications won't be stupid enough to > throw away its internal object if it sets any action. > Hence, the logic should be like if the notification has any action, keep it > interactive in history. We don't need to guess/assume here, only look at what KNotifications does. KNotification objects self-delete when the notification popup is closed. Other implementations may behave differently, but we know how KNotifications behaves and have to consider that other implementations do as well -- You are receiving this mail because: You are watching all bug changes.