[Pushed] Quick edit adds the post content to footer
#1
Goto a post, click edit and Quick edit.... now the post content which is being edited is added below the footer.....

[Image: image.png]
We can't help everyone, but everyone can help someone - Ronald Reagan
Did you know? Your question has already been answered. But you haven't searched it yet.
Don’t  Forget to “Mark as Solved” after the fix
Reply
#2
I can confirm this.

fix for this...

in root/jscripts/thread.js

find:

$('#pid_' + pid).clone().attr('id','pid_' + pid + '_temp').css('display','none!important').appendTo("body");

replace:

$('#pid_' + pid).clone().attr('id','pid_' + pid + '_temp').hide().appendTo("body");

Ps. of course you need clear cache of browser.
Reply
#3
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/866

Thanks for contributing to MyBB!

Regards,
The MyBB Group
My GitHub | Galaxies Realm

Please do not PM me for support; use the forum instead
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)