On Mon, Aug 28, 2006 at 09:27:20AM +0200, Steve Bennett wrote:
On 8/28/06, Nick Jenkins nickpj@gmail.com wrote: > Some random thoughts on the idea: > * Could it maybe discard the current auto-saved draft if the user clicks the "Cancel" link under the edit textarea? Generally if I > click this, I've decided what I was about to say wasn't worth saying, in which case the draft probably isn't worth keeping either.
Come to think of it, if it behaved exactly like Gmail, that wouldn't be a bad thing. Rough summary:
- Every few seconds while typing an email, it's saved as a draft
Does the JS/DOM implementation premit optimizing that to
* Every time, while typing in the edit box, that you pause for more than N milliseconds, save the draft
? (Default; I think, 5 seconds; watch the load and tune as necessary)
Cheers, -- jra