Hello,

first of all thanks for this great module !

But i have a problem : when using it with IE, i get an annoying error (only when calling a node, not with the regular colorbox use).
I get the following message : "Request unsuccessful: Not Found"
When i look at the URL, for firefox i have :
<a href="/colorbox/news/newdocument" class="colorbox-load colorbox-node init-colorbox-load-processed-processed cboxElement colorboxNode-processed">New Document</a>

And with IE i get :
<a href="/colorboxnews/newdocument" class="colorbox-load colorbox-node init-colorbox-load-processed-processed cboxElement colorboxNode-processed">New Document</a>

I generate the links with a view and a Custom text field :
<a class="colorbox-load colorbox-node" href="[url]">[title]</a>

Please some help !!

Thanks

CommentFileSizeAuthor
#1 IE-pathname-1597962-1.patch1.48 KBiLLin

Comments

iLLin’s picture

Status: Active » Needs review
StatusFileSize
new1.48 KB

Please try the attached patch against 7.x-1.x-dev. The tests I ran fixed the IE issue.

iLLin’s picture

Status: Needs review » Closed (fixed)
iLLin’s picture

Issue summary: View changes

Some precision