Welcome to Codidact Meta!
Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.
I can't post a comment to an answer ; jquery errors appear in (Chrome) browser console
+1
−0
I can't post a comment to this answer.
I tried to paste the markdown of this comment here as a quote or inside <pre>
tags but if I publish this bug report then I get a "Sorry you have been blocked" CloudFlare message.
Chrome browser console errors:
Uncaught (in promise) TypeError: Cannot read property 'message' of undefined at HTMLFormElement. (application-d88b27a4797a6abea7b97f4c543f33272b844b0a8da9d5d1985c8ee781e626ca.js:15) at HTMLFormElement.dispatch (jquery-2.2.2.min.js:3) at HTMLFormElement.r.handle (jquery-2.2.2.min.js:3) at Object.trigger (jquery-2.2.2.min.js:4) at HTMLFormElement. (jquery-2.2.2.min.js:4) at Function.each (jquery-2.2.2.min.js:2) at n.fn.init.each (jquery-2.2.2.min.js:2) at n.fn.init.trigger (jquery-2.2.2.min.js:4) at Object.error (application-d88b27a4797a6abea7b97f4c543f33272b844b0a8da9d5d1985c8ee781e626ca.js:15) at i (jquery-2.2.2.min.js:2) (anonymous) @ application-d88b27a4797a6abea7b97f4c543f33272b844b0a8da9d5d1985c8ee781e626ca.js:15 dispatch @ jquery-2.2.2.min.js:3 r.handle @ jquery-2.2.2.min.js:3 trigger @ jquery-2.2.2.min.js:4 (anonymous) @ jquery-2.2.2.min.js:4 each @ jquery-2.2.2.min.js:2 each @ jquery-2.2.2.min.js:2 trigger @ jquery-2.2.2.min.js:4 error @ application-d88b27a4797a6abea7b97f4c543f33272b844b0a8da9d5d1985c8ee781e626ca.js:15 i @ jquery-2.2.2.min.js:2 fireWith @ jquery-2.2.2.min.js:2 z @ jquery-2.2.2.min.js:4 (anonymous) @ jquery-2.2.2.min.js:4
4 comments
Can you add the comment to your post? It sounds like there's something special about that comment, since comments in general work, so we'll need to see what you're trying to post in order to be able to debug it. Thanks. — Monica Cellio 12 days ago
Hello, good I have kept a backup of it; since I can't paste it probably anywhere in Codidact, I have pasted it in JustPaste.it: https://justpaste.it/90xq3 — JohnDoea 12 days ago
Test: Thanks; must I use the
const url = "http://example.com"; fetch(url
code? I already use the code in the same webpage I send data from (i.e. the code comes between ascript
tag in the very same webpage that the data is sent from). In other words, I should paste the XHR/Fetch code in the HTML of the same page I serve the request from. In MediaWiki it is easy to be done with raw HTML mode enabled so people can paste their HTML and JS directly in the same page they manipulate. — Monica Cellio 12 days agoOk, it's the angle brackets in the
script
tag in your comment; when I removed those, the comment posted. I'm not sure if we accept HTML in comments or if we should be escaping all angle brackets, or something else I haven't thought of. (If we accept any HTML, I imagine the escaping approach wouldn't work as we'd need to know which tags are ok vs need to be escaped, which sounds messy.) — Monica Cellio 12 days ago