We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you post a comment that is longer than 3000 characters, the post form just does not work. Fluentcomments returns a response like this:
{ "success": false, "action": "post", "errors": { "comment": "\n \n <span id=\"error_1_id_comment\" class=\"invalid-feedback\"><strong>Bitte sicherstellen, dass der Wert aus h\u00f6chstens 3000 Zeichen besteht. (Er besteht aus 3012 Zeichen.)</strong></span>\n \n\n" }, "object_id": "125", "use_threadedcomments": true }
But no error message is shown.
The text was updated successfully, but these errors were encountered:
Hmm, the error message is received by ajaxcomments.js and processed by the commentFailure function. It's even added to the DOM:
ajaxcomments.js
commentFailure
<span class="js-errors"> <span id="error_1_id_email" class="invalid-feedback"><strong>Gib eine gültige E-Mail Adresse an.</strong></span> </span>
But no error message is shown, still.
Sorry, something went wrong.
Aha! invalid-feedback has display:none somehow. Just fix it in cast.css? But now I have to touch all bootstrap based templates 😕. This is odd.
invalid-feedback
display:none
cast.css
#107 workaround for hidden comment form error messages
9c55013
ephes
No branches or pull requests
If you post a comment that is longer than 3000 characters, the post form just does not work. Fluentcomments returns a response like this:
But no error message is shown.
The text was updated successfully, but these errors were encountered: