On 11/22/2013 06:42 PM, Thomas Bruederli wrote:
Displaying dialogs for every message, especially confirmations is definitely not the way to go. That would be way too intrusive and annoying.
We display dialogs for errors only, but still these are redundant. I propose to keep error dialogs but get rid of error messages in right-bottom corner.
There's also a small issue with this, the jquery-ui dialog disapears sooner than the message in right-bottom corner. Not a problem if we decide to remove one of error message elements.
That's true and it always was that way. The popup is meant to catch the user's attention about an error and it then moves away towards the right (previously towards the status bar at the bottom) where the error message is still visible and can be read again and again. I don't think that's too bad.
Well, that was good for status bar, but now we have two popups with same content, it looks more strange.