Fixed IE9 redirects for inline mod actions

CTXMedia

Well-known member
Licensed customer
When I merged several posts on the same thread, I was bounced back out to the forums front page.

I would have expected to remain on the thread I was working on.

Cheers,
Shaun :D
 
This sounds like an error with your installation.

Every time I've merged posts it has stayed on the same page.
 
I've moved the thread to troubleshooting for now, as it definitely seems like a problem.
 
Hmmm ... I wondered if it was possibly a skin issue (I use Flexile) but when I've tried it on IE8 at home it stays on the thread, so must be a browser compatibility issue (the original behaviour was in IE9).

Don't suppose anyone could do a test merge in IE9 to see how it behaves?
 
Confirmed as back to the forum home page in IE9.

Off to bugs it is :)

(Could just be marked down as a browser error, but I'll leave that for Mike or Kier to decide.)
 
IE 9 was always sending the root path (eg, xenforo.com/community/) through as a referrer for the Ajax stuff. I really don't know why. I fixed it by adding a header to Ajax requests with the current page URL (including hash) for redirect purposes.
 
Back
Top Bottom