promisefeni / reallysimplehistory

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

Does not work under IE7 when used as .php #69

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Rename rshTestPage.html to rshTestPage.php
2. upload rshTestPage.php to server
3. Run under IE7
4. press 'add history' several times
5. press REFRESH on IE7
6. press BACK
7. DOES NOT WORK

What version of the product are you using? On what operating system?
6.0FINAL, Windows Vista, IE7.0.6001.18000

Please provide any additional information below.
It does not work when used as .php.

Original issue reported on code.google.com by anastass...@gmail.com on 3 Oct 2008 at 3:36

GoogleCodeExporter commented 8 years ago
Got this problem too. What's the cause of that?

The deleting of textarea value can be fixed, for example by saving to cookie, 
but how
can you prevent the browser from deleting history list (which means you cannot 
click
on back button to go back on diffenrent hash-value on same page)?

I'd appreciate any ideas how to fix this.

Original comment by j...@peskovi.cz on 13 Mar 2009 at 5:48

GoogleCodeExporter commented 8 years ago
I guess it's because of some problems with caching dynamic .php pages...

Original comment by anastass...@gmail.com on 15 Mar 2009 at 9:39