![]() |
[Pushed] Quick Reply spinner doesn't fades away! - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Development (https://community.mybb.com/forum-161.html) +--- Forum: MyBB 1.8 Development (https://community.mybb.com/forum-165.html) +---- Forum: 1.8 Bugs and Issues (https://community.mybb.com/forum-157.html) +----- Forum: Pushed (https://community.mybb.com/forum-183.html) +----- Thread: [Pushed] Quick Reply spinner doesn't fades away! (/thread-159920.html) Pages:
1
2
|
Quick Reply spinner doesn't fades away! - Omar G. - 2014-09-22 In my forum the quick reply spinner doesn't fade away once the quick reply has been successfully sent. It works for quick quote so I need to figure out if it an issue with my board, which most likely will be due to template edits, on which case there probably some hard-coded thing around there. RE: Quick Reply spinner doesn't fades away! - fonta - 2014-09-22 Have seen this happen myself. Not able to replicate at the moment though. RE: Quick Reply spinner doesn't fades away! - ATofighi - 2014-09-22 I can confirm it.. RE: Quick Reply spinner doesn't fades away! - Jones H - 2014-09-22 You can also test it in this thread: http://community.mybb.com/thread-159410.html not sure whether it's caused by the blank characters or by the spinner/quick reply itself. RE: Quick Reply spinner doesn't fades away! - Eldenroot - 2014-09-22 I can confirm but I dont know steps how to reproduce it again... it happens only sometimes RE: Quick Reply spinner doesn't fades away! - Nik101010 - 2014-09-22 Just analysed the problem a little bit ![]() Replying to a thread and causing an error (e.g. not enough characters in the message) results in a JS error. [I'm therefore not quite sure if just adding a spinner.hide() is the best solution for https://github.com/mybb/mybb/issues/1404, but I did not test it...] JS error in that case:
Replying to Jones' thread where this bug occurs, an other JS error is thrown...
One time 'match' of null and one time 'match' of undefined in the error description. RE: Quick Reply spinner doesn't fades away! - Omar G. - 2014-09-23 I think the issue is caused inside quickReplyDone in thread.js
RE: Quick Reply spinner doesn't fades away! - Jones H - 2015-06-25 Still can confirm this in 1.8.5. RE: Quick Reply spinner doesn't fades away! - Destroy666 - 2015-06-25 I can also confirm based on that thread, this is the error I get: Quote:SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data RE: Quick Reply spinner doesn't fades away! - Fireworks - 2015-06-28 I'm not sure if my problem qualifies here. But when I click reply and post it, I get here: newreply.php?tid=2&processed=1 and it shows nothing but a blank page. I also, can't use the quick edit feature on the website also. I'm using the theme Dark 1.8 |