-
Notifications
You must be signed in to change notification settings - Fork 259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in IE 8 the js(and jquery 1.4.4) from your title example with back button only refreshes title every third click #20
Comments
I can't reproduce this issue here. |
I will produce a test script ASAP. By the way I love your work! All cudos On Wed, Jun 27, 2012 at 10:18 AM, Ben Alman <
|
Hey Ben sorry to be so long in getting this to you, been busy at work... To reproduce you must have IE 8 I have version 8.0.6001.18702.
In Firefox the hashchange event works perfectly each time. In IE 8 the Hope this is of some use On Wed, Jun 27, 2012 at 10:23 AM, Marc Johnson marc.c.johnson@gmail.comwrote:
|
Are you viewing the web page at a Please ensure that you are testing this through a web server. Also, be sure to test on a different machine as well, and then report back with your results. |
I am definitely seeing this on a local apache server. Sorry for not On Tue, Jul 10, 2012 at 6:36 AM, Ben Alman <
|
Also, I did confirm that I'm seeing this behavior on other machines, thanks. On Tue, Jul 10, 2012 at 6:57 AM, Marc Johnson marc.c.johnson@gmail.comwrote:
|
I still can't replicate this issue. Do you have any addons, toolbars or otherwise non-standard settings in your IE8 or Windows? |
using the exact code (js not HTML) in your example (at http://benalman.com/code/projects/jquery-hashchange/examples/hashchange/) with jquery v1.4.4, in IE 8, the hash is only changing every third time. In firefox it's catching the hash change perfectly.
My thought is that I'd be able to change the hash 20 or 30 times and hit the backbutton and see those changes as I step back through the history in the title. Again that's happening in FF but only one in three times in IE 8.
The text was updated successfully, but these errors were encountered: