Side navigation
#7439 closed bug (duplicate)
Opened November 08, 2010 07:03PM UTC
Closed November 08, 2010 08:11PM UTC
Last modified November 08, 2010 08:11PM UTC
Links not visited in IE with ajax
Reported by: | liechtypo | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | unfiled | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In jquery, when you dynamically create links in a page whose href points to the very same page, the links do not show as visited in IE. I tried to create a jsfiddle example, but it doesn't work because of the nature of the example. I am hosting the example here:
http://www.patrickliechty.com/dev/jquery-link-bug.html
It uses the bbq history library to handle updating the page without a page refresh.
This happens in IE 7 and 8
Attachments (0)
Change History (5)
Changed November 08, 2010 07:05PM UTC by comment:1
Changed November 08, 2010 07:58PM UTC by comment:2
resolution: | → invalid |
---|---|
status: | new → closed |
Thanks for the report, but this is not a jQuery bug. The same behaviour can be demonstrated at this link which does not involve jQuery. Click the link, then refresh the page, and notice that IE “forgets” that it has been visited.
Changed November 08, 2010 08:11PM UTC by comment:3
resolution: | invalid |
---|---|
status: | closed → reopened |
Changed November 08, 2010 08:11PM UTC by comment:4
resolution: | → duplicate |
---|---|
status: | reopened → closed |
I need to add more explanation for the example. To reproduce, click page page 1 link 1. It will get rid of those links and create a new set. Click page 2 link 1. It will get rid of those links and create a new set or page. Click page 3 link 1 and it will take you back to page 1. Notice page 1 link 1 is not shown as visited. This only happens in IE 7 and 8. It works great in Firefox.