Here's my discussion with Thomas about r4397 change. What do you think? Another example of this "issue" is when you move a lot of messages to some folder and when you select other folder before the copying finishes. It this case "Copying messages..." is replaced by "Loading..." (before the copying finishes). So, I see two solutions:
"Copying..." etc.
A.L.E.C wrote:
On Thu, 6 Jan 2011 07:49:06 -0600, trac@roundcube.net wrote:
Author: thomasb Date: 2011-01-06 07:49:06 -0600 (Thu, 06 Jan 2011) New Revision: 4397 trunk/roundcubemail/program/js/app.js Log: Only display one loading message at once
I fill this is wrong. For example, when you click "check recent" loading message with "checkingmail" label is displayed. Then, before this message disapears, open a message. This makes that "checkingmail" message is replaced by "loading" message. I'd like to see both. That's why the whole label was used as an index of this.messages hash.
I just made the experience that a confirmation message and two loading messages cluttered my screen. From a user perspecitive it's important to see all confirmations but if something is loading it's not necessarily important to me what is loaded. I just need to know that there's something going on and that I have to wait.
Not sure if my arguments can convice you, it's just my opinion... Feel free to ask more people about this topic.
Greetings, Thomas
On Fri, Jan 7, 2011 at 5:48 AM, A.L.E.C alec@alec.pl wrote:
Here's my discussion with Thomas about r4397 change. What do you think? Another example of this "issue" is when you move a lot of messages to some folder and when you select other folder before the copying finishes. It this case "Copying messages..." is replaced by "Loading..." (before the copying finishes). So, I see two solutions:
- revert the change
- use "Loading..." everywhere instead of specific message like
"Copying..." etc.
and about use modal message to force user to wait?
Hi,
2011.01.07 10:48, A.L.E.C rašė:
Here's my discussion with Thomas about r4397 change. What do you think? Another example of this "issue" is when you move a lot of messages to some folder and when you select other folder before the copying finishes. It this case "Copying messages..." is replaced by "Loading..." (before the copying finishes). So, I see two solutions:
- revert the change
- use "Loading..." everywhere instead of specific message like
"Copying..." etc.
I guess reverting the change would be better. There isn't much "loading" in a copy procedure.
Another idea: how about "stacking" those messages internally, but only showing the last one? In your particular case, it would look like this: DND action → "Copying..." Folder change → "Loading..." Folder loaded → "Copying..." Copying finished → ""
Rimas
List info: http://lists.roundcube.net/dev/ BT/aba52c80
On 07.01.2011 13:13, Rimas Kudelis wrote:
Another idea: how about "stacking" those messages internally, but only showing the last one? In your particular case, it would look like this: DND action → "Copying..." Folder change → "Loading..." Folder loaded → "Copying..." Copying finished → ""
I think this would be a good compromise. Harder to implement, but not impossible ;)
Just brainstorming.. what about adding them underneath eachother as is now, but keeping the actual screen real estate the same. So if you have 2 messages, they're each half the size, 3 messages, a third the size, etc. And then if one finishes, all the boxes resize.
Cor
List info: http://lists.roundcube.net/dev/ BT/aba52c80
On 07.01.2011 13:33, Cor Bosman wrote:
Just brainstorming.. what about adding them underneath eachother as is now, but keeping the actual screen real estate the same. So if you have 2 messages, they're each half the size, 3 messages, a third the size, etc. And then if one finishes, all the boxes resize.
No. We could join "loading" messages and display them in one "loading" box, but I like Rimas' idea more.
Hey,
On 07/01/2011 Rimas Kudelis wrote:
2011.01.07 10:48, A.L.E.C rašė:
Here's my discussion with Thomas about r4397 change. What do you think? Another example of this "issue" is when you move a lot of messages to some folder and when you select other folder before the copying finishes. It this case "Copying messages..." is replaced by "Loading..." (before the copying finishes). So, I see two solutions:
- revert the change
- use "Loading..." everywhere instead of specific message like
"Copying..." etc.
I guess reverting the change would be better. There isn't much "loading" in a copy procedure.
Another idea: how about "stacking" those messages internally, but only showing the last one? In your particular case, it would look like this: DND action → "Copying..." Folder change → "Loading..." Folder loaded → "Copying..." Copying finished → ""
+1
this sounds like a very good compromise.
greetings, jonas
--- 8< --- detachments --- 8< --- The following attachments have been detached and are available for viewing. http://detached.gigo.com/rc/BD/wpqvNbX7/signature.asc Only click these links if you trust the sender, as well as this message. --- 8< --- detachments --- 8< ---
List info: http://lists.roundcube.net/dev/ BT/aba52c80