Re: HistoryHandler GWT 1.7.1 doubleclick

2009-10-15 Thread Brian
Using the back/forward buttons for undo/redo is not a good idea. There are too many ways that your client app and server state could get out of sync. The forward/back button and history management should be used to control view state rather than application data state. This came up during the

Re: HistoryHandler GWT 1.7.1 doubleclick

2009-10-15 Thread mijaelovic
It looks History has a bug on 1.7.1 in general. I was having problems with Back button and then I re-compile and now in hosted mode I got: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/eb6cc9d038ffc3dd# On Oct 15, 6:10 pm, Brian brian.irei...@gmail.com wrote: Using the

HistoryHandler GWT 1.7.1 doubleclick

2009-10-07 Thread vokke
Hello Newsgroup, I try to keep my database in the right state using the HistoryHandler or the deprecated HistoryListener. It's kind of undo/redo-function. My problem is, if you press the back or forward-button very quickly (doubleclick), it seems that the HistoryHandler does not get all the