MyBB Community Forums

Full Version: Edit reason showing multiple times
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I like to report a bug that you may/may not know of yet, I have tested mybb 1.8 on my local machine.

Anyway if you go in to a thread and click quick edit then click quick edit again the "Edit Reason" goes from one input field two three or four etc (depending on how many times you click the quick edit button)

If you need more information shoot me a PM and I try to explain further

Spudster
I can confirm it.

thread.js
Find:
if(allowEditReason == 1)
Replace with:
if(allowEditReason == 1 && $('#quickedit_' + pid + '_editreason').length == 0)
Glad it's only in beta we would expect these bugs hopefully this will be fixed in the stable release.
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/847

Thanks for contributing to MyBB!

Regards,
The MyBB Group
No problem I am glad to help Smile