Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

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.

Comments on I can't post a comment to an answer ; jquery errors appear in (Chrome) browser console

Post

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
History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

General comments (4 comments)
General comments

Skipping 2 deleted comments.

Monica Cellio‭ wrote about 3 years ago

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.

deleted user wrote about 3 years ago · edited about 3 years 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

Monica Cellio‭ wrote about 3 years 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 a script 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‭ wrote about 3 years ago

Ok, 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.)