Skip to content
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

IE 7,8 visited links not working when links go to page with hashchange #24

Open
patrickliechty opened this issue Oct 18, 2010 · 2 comments

Comments

@patrickliechty
Copy link

I created a page that has links on it that point to itself. I capture the hashchange and do an ajax call. The links do not show highlighted when I click on them and then go back. I changed the page to use ? instead of hashes, and it works great. I wonder if IE doesn't think that you fully loaded the linked page so it doesn't mark it as visited. I can create an example that reproduces the problem if necessary.

@cowboy
Copy link
Owner

cowboy commented Oct 18, 2010

Please create a very simple test case on jsfiddle.net and link to it in this issue. Thanks!

@patrickliechty
Copy link
Author

Here is the jsfiddle link. The example creates links dynamically, deletes them and creates more. It cycles through 3 sets of links. You will notice in Firefox that the links show as visited. In IE 7 and 8 they don't. I don't know if this is a bbq bug or not. Maybe it is a jquery bug.

http://jsfiddle.net/wwwpol/ydmyr/1/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants