Weird behavior when editing/cleaning up a question
-
The post in question is - Error verify data in database[^] I tried to edit the question by removing additional pre tag elements and add language tag. When done and I select 'Update question', the text area element shows an error 'The content must be between 30 and 50000 characters' which of course it is. I tried a few times, no luck. Did I miss something? I did edit some other questions earlier on and they updated just fine...
-
The post in question is - Error verify data in database[^] I tried to edit the question by removing additional pre tag elements and add language tag. When done and I select 'Update question', the text area element shows an error 'The content must be between 30 and 50000 characters' which of course it is. I tried a few times, no luck. Did I miss something? I did edit some other questions earlier on and they updated just fine...
After removing the
<pre>
tags from the "what I have tried" section, the content ("what could cause this error?") is only 28 characters long. Moving the code block to the "what I have tried" section allows you to post the update. :)
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
-
After removing the
<pre>
tags from the "what I have tried" section, the content ("what could cause this error?") is only 28 characters long. Moving the code block to the "what I have tried" section allows you to post the update. :)
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
:doh: Obvious... Thanks Richard, I never thought of checking the count in the "What I have tried" block, just removed the pre tags.