Hi,

Stuck into a strange issue WRT back button on Safari.

To handle the browser back button we used the standard GWT was of
implementing the onValueChange event of ValueChangeHandler and it works
fine in all the scenario except the below one (only in safari):

There is a login screen, on login it redirects to our GWT application. Note:
Login is from another application.

1) From login page log-in
2) It takes to the home page. From home page go to any other page.
3) Now on click of back button, ideally it should go back to home page but
its going back to the login page.
4) Irrespective of going to n number of different page, it takes back to the
login page and the onValueChange event is not fired.


Any idea why is this strange behaviour?


Thanks,
Snehil Parekh.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to