https://bugzilla.wikimedia.org/show_bug.cgi?id=40307
--- Comment #3 from Krinkle <[email protected]> 2012-09-17 23:55:45 UTC --- 1. Position I agree with Daniel, changing position of the queue is definitely not something that should be part of the notifications framework. The last thing we want is different scripts popping up messages all over the screen attacking the user from all sides ;-) 2. Closing Yes and no. I think having a close button appear on-hover is good. Many systems I know do this as well (Growl, Notification Center, Twitter apps). However they may still close regardless of where one clicks. When the message is an alert[1] (as opposed to a banner[1]), in that case the message only closes when clicking on Cancel (or Dismiss, whatever button there may be). Otherwise it depends on what the source of the message has configured on the message-click callback (if it calls this.close() then it hides no matter where the click is), but notifications from Mail often bring the Mail application to the front etc. that action is configurable. 3. Icons Yes, see also: http://lists.wikimedia.org/pipermail/wikitech-l/2012-September/063219.html [1] Banner is a message with autoHide and only text. Alert is a message that doesn't autoHide and typically has two clickable buttons waiting for user response. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
