Summary | Popup Notifications cannot be dismissed or snoozed |
Queue | Kronolith |
Queue Version | 2.3 |
Type | Enhancement |
State | Rejected |
Priority | 1. Low |
Owners | |
Requester | elliot (at) marlboro (dot) edu |
Created | 10/10/2008 (6112 days ago) |
Due | |
Updated | 11/11/2010 (5350 days ago) |
Assigned | |
Resolved | 01/10/2009 (6020 days ago) |
Milestone | |
Patch | No |
Any update on this issue?
Any update on this issue?
Thanks,
MarĂa
State ⇒ Rejected
State ⇒ Accepted
Priority ⇒ 1. Low
Type ⇒ Enhancement
give you everything you want. We might consider solution 3 though.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Popup Notifications cannot be dismissed or snoozed
Queue ⇒ Kronolith
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
to a javascript alert every time you browse to a new page once an
alarm has fired.
Steps to repeat:
1. Set your kronolith notification type to Popup Notification
2. Create an event with an alarm and wait for it to fire
3. Click OK to dismiss (snooze?) the alarm
4. Navigate to another page within horde
5. Alarm will popup again
Main Issue:
The alarm is not being dismissed or snoozed when you click the OK
button, and it's not obvious what should happen when only one choice
is given.
Possible Solutions:
1. Provide a more robust popup window and not just a JavaScript
alert. This probably won't work as most modern browsers enable popup
blocking by default.
2. Dismiss the alarm when a user clicks OK. This is probably the
most logical solution though it still isn't obvious that dismissal is
the requested action.
3. Provide a confirm dialog instead of an alert, Cancel could cause
a snooze of some default length, OK could dismiss the alarm.