2009-04-13, 07:02 PM
(2009-04-13, 03:31 PM)Michael83 Wrote: I also recognized this problem with someone reading a thread and someone replying to it on the german forums. Because of that I dumped the sessions table when it happened again. In the location field of the affected member i found this:
Quote:/newreply.php?ajax=1?action=do_newreply&tid=12963I'm not sure if this is the reason for this strange behavior but it can lead to problems when identifying the real location.
Here's the corresponding line in jscripts/thread.js:
new Ajax.Request('newreply.php?ajax=1', {method: 'post', postBody: post_body, onComplete: function(request) { Thread.quickReplyDone(request); }});
I see this issue in the code, and I will fix it