2014-07-04, 03:18 PM
2014-07-04, 04:15 PM
I can confirm this.
fix for this...
in root/jscripts/thread.js
find:
replace:
Ps. of course you need clear cache of browser.
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.
2014-07-04, 10:55 PM
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
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