Internet Explorer url issues
-
Hi There,
Firstly i must say this is a fantastic plugin. I do have some issues with all versions of Internet Explorer though through to ie9 (ie10 seems fine).
If i enter the site by any page on the website everything is fine e.g. http://mysite.com/clients or http://mysite.com/about
However, if i then click on any link the original name remains in place and the new call is appended to the end of the url. As an example if i am on http://mysite.com/clients and then click any individual client link the resulting url becomes:
1. http://mysite.com/clients#clients/client1
The same applies when clicking any top-level page link but the result is slightly different. If i hit the site on ‘Clients’ and then navigate to the ‘News’ page the result is as per below (an additional . for some reason):
2. http://mysite.com/clients#./news
Is there any way of correcting these behaviors for ie browsers?. I do understand that ie does have some issues with ajax and i’ve no problem with a hash ‘#’ being introduced here but is it possible to adapt the js so the two examples above would become:
1. http://mysite.com/clients/#/client1
2. http://mysite.com/#/newsMany thanks in advance.
The topic ‘Internet Explorer url issues’ is closed to new replies.