Hello,

I have a project with a relatively advanced use of History.

It goes somewhat like the following:

Tree-Structure that you can navigate, and go forward / back using
history
The tree may contain some nodes that link to a different page.
When using back, the state of the tree is then loaded from state.

All of that works fine across browser.

However, in IE6 + IE7 if I do the following:

<unfold>
<click node to different page>
<back>
<back>

the second back takes me to the page *before* the one with the tree-
structure. Basically, it's as if I've lost any previous history!
This only happens in IE6 + 7 as far as I can see.

Is this a know problem? The reason I don't think this is a problem
with my code, is that I can see that my synchronize() method is never
called in this situation - it just moves directly to the page before.

Cheers!

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

Reply via email to