At http://forum.reachingperfection.com/ there has been a site wide issue, beginning at 0145 EST. The issue is that typing into text fields is impossible, whether that be subject lines, message fields, and even the description fields. All text fields are inoperable. This is not to say that input per se fails, because the bold, italic, link etc. buttons all input their codes into the text field. Copy and paste works, but strangely enough, only through the right-click menu -- not through keyboard shortcuts.
It occurs across the forum, and across multiple computers, users and even countries (not that that should matter). Browsers are not the issue. The following is detailed report from one of our users. The issue also occurred on a separate forum ( http://davidjcobbistestingbro.blogspot.com.au/p/forum.html# ) that we also run as a testing ground for NAML. We have identified a tedious workaround (type elsewhere, copy and paste with right click menu). |
I've had many users (including myself) have this problem as well. We have't changed anything in a long while so I don't think it is on our end.
ReachingPerfection.com is home to many like-minded video game designers who all started on Halo: Reach's forge editor. |
This post was updated on .
Hi
We are going to investigate this problem. Did you do anything involving javascript?
My test forum.
|
In reply to this post by noklu
Please, go in your advanced NAML editor. See the file named "core".
On line 603, the "idle-checker" script is causing the problem. You can fix your forum, for now, by removing line 649, so, you wouldn't call RP.IdleChecker.init(). I think you should do it while you search for another solution.
My test forum.
|
Thank you for your assistance - much appreciated. The problem has been resolved. However, I am under the impression that this particular script no longer operates because of this removed line of code. Is that the case? (Clearly I am not familiar with NAML)
|
Hi,
Yes, the "idle-checker" script is not operating. There is something wrong with this script, I don't know what it is, so I've suggested to stop his use until you find a solution. Probably there is something in your jQuery code that is not compatible with our version.
My test forum.
|
In reply to this post by noklu
IdleChecker fixed. Updating the site to jQuery 1.7.2 turned the "preventBubble" parameter accepted by jQuery "bind" toxic for some reason. Will propagate changes from Testing Perfection to Reaching Perfection, re-enable IdleChecker, and test to verify.
EDIT: The removed line of code just disabled IdleChecker. The actual problem lied in habitually supplying a "false" argument to jQuery bind out of habit. Wonder what the jQuery team changed to make that suddenly toxic... |
Free forum by Nabble | Edit this page |