google-code-export / gwt-platform

Automatically exported from code.google.com/p/gwt-platform
1 stars 0 forks source link

Call to PlaceManager's revealPlace(PlaceRequest, false) leaves old token in place #417

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Call to PlaceManager's revealPlace(PlaceRequest, false) leaves old token in the 
URL.  In my opinion, the old name token should be removed.  There should, at 
least, be an option to clear the old token.

Original issue reported on code.google.com by jeanjea...@gmail.com on 8 May 2012 at 7:37

GoogleCodeExporter commented 9 years ago
This is the expected behavior since calling revealPlace with false will not 
change the history token!

The only valid situation where you want to do this is when you first reveal 
your application.

Original comment by goudreau...@gmail.com on 23 May 2012 at 2:27

GoogleCodeExporter commented 9 years ago
when you do a revealPlace(PlaceRequest, false) and the old name token is still 
displayed, you are in one place, but the URL tells you that you are in another! 
 how is this expected behavior?!

Original comment by prt1...@gmail.com on 29 May 2012 at 1:19