Side navigation
#3997 closed bug (worksforme)
Opened January 26, 2009 06:02PM UTC
Closed October 13, 2009 01:05AM UTC
Last modified December 23, 2010 09:04AM UTC
Address Rewriting Trailing Slash Bug in IE7
Reported by: | vejsat | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.2 |
Component: | unfiled | Version: | 1.3.1 |
Keywords: | trailing, slash, ie7, url | Cc: | |
Blocked by: | Blocking: |
Description
Having a valid page url containing a trailing slash (quite common in content managed sites) creates the following error in IE7 when including JQuery :
'Line 1: Error: Syntax Error'
Remove the trailing slash '/' and it works fine.
Here's an example:
This causes the above error:
http://www.somedomain.com/orders/
This works fine:
http://www.somedomain.com/orders
My content management system can handle either format of url so it's not an issue for me. However, it might cause problems for other people using a CMS which adds a trailing '/' to each URL.
Forgive me if this has been logged already but I'm new to JQuery and thought I should mention it just in case.
This works in ie7 for me without errors:
http://jquery.nodnod.net/cases/66/