naohirozrx / reallysimplehistory

Automatically exported from code.google.com/p/reallysimplehistory
Other
0 stars 0 forks source link

RSH should deal more gracefully with the first history point in an app. #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Use the RSH test page
2. Use the back button to navigate back to a "virgin" state for your page.
You'll see an error thrown saying you've hit an invalid key.
3. For Safari, it reports this key as undefined; in FF, as null.
4. Either way, we should carefully handle this scenario so it doesn't throw
errors.

Original issue reported on code.google.com by bdpathfi...@gmail.com on 7 Nov 2007 at 12:42

GoogleCodeExporter commented 8 years ago
This has been addressed. RSH0.6 beta was converting empty locations to nulls, 
which
was causing the error to be thrown.

Original comment by bdpathfi...@gmail.com on 14 Nov 2007 at 12:55