[Seaside-dev] Issue 78 in seaside: #waitUntilCompletion

codesite-noreply at google.com codesite-noreply at google.com
Tue Jun 24 06:41:29 UTC 2008


Issue 78: #waitUntilCompletion
http://code.google.com/p/seaside/issues/detail?id=78

Comment #3 by damien.cassou:
This feature can be found in a lot of websites like Gmail for example. 
When you send
a mail, a message indicates that you have to wait.

- What should be displayed to the user?

A dialog in the center of the screen with a default message 
like 'please wait...'.
This can be change by using #waitUntilCompletiom: instead.

- How should this be displayed?

I don't understand the question. Is it an implementation detail?

- What happens if the longComputation throws an error?

Same thing as if the error appears outside the block.

- What happens if the user hits the back button?
- What happens if the user hits refresh?

Can we have a similar behavior as with #isolate:?



-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the seaside-dev mailing list