Cannot reproduce Duplicate post with same post number

Nirjonadda

Well-known member
Affected version
2.1.2
When post going to slowing then clicking Post reply button will made Duplicate post with same post number. As i know Xenforo 1.5 have functionality Post reply button will be un-clickable if post are not posted successfully? Prevent Clicking twice on the "Post Reply" button? So we do not Need to re-run Rebuild threads with Rebuild position and post counters.

See here: https://images2.imgbox.com/80/47/HdMoQgnZ_o.png
 
There is already code which disables the post reply button while it's in the process of being submitted. It stays disabled for a reasonable period of time. The only difference from XF1 is that we no longer style the button to imply it is disabled.

Even if it were possible to duplicate the posts, there's no reason to expect that the numbers would become duplicated.

If it is related to some sort of latency on the server, ideally that would need to be addressed.

There might be some other cause, but ideally, you would need to find a way to reproduce the issue reliably. Until then, we can't reproduce this so unfortunately can't do any more.
 
@Chris D You can reproduce this issue when clicking post reply button at a time within seconds then made one more post and last post ID will be showing in previous post ID. Also post reply button does not disables while it's in the process of being submitted and still are clickable.

ScreenShot01139.webp
 
It is not possible to do that because we disable the post button.

Can you reproduce it here? If not then it implies that you may have issues specific to your own forum.
 
Top Bottom