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.
Post History
I never thought of it. Recently, I was going to write a comment (Starting a new thread) with 14 characters. I didn't look at character lengths. After completing my comment I just pressed tab twice ...
#3: Post edited
button automatically enables when using shift and enter
- button automatically enables when using tab and enter
I never thought of it. Recently, I was going to write a comment (Starting a new thread) with 14 characters. I didn't look at character lengths. After completing my comment I just pressed `shift` twice then, clicked on `Enter`. Then, I just got an error 422 unprocessable.Usually, we were disabling submit button. But, when using shift and enter that button enables automatically. I am not sure if it happens in other Browsers. I am using Chrome.- I think Ruby can do something for the reason (My browser is destroying JS :D).
- (The same thing happens with Firefox also (tested))
- I never thought of it. Recently, I was going to write a comment (Starting a new thread) with 14 characters. I didn't look at character lengths. After completing my comment I just pressed `tab` twice then, clicked on `Enter`. Then, I just got an error 422 unprocessable.
- Usually, we were disabling submit button. But, when using tab and enter that button enables automatically. I am not sure if it happens in other Browsers. I am using Chrome.
- I think Ruby can do something for the reason (My browser is destroying JS :D).
- (The same thing happens with Firefox also (tested))
#2: Post edited
- I never thought of it. Recently, I was going to write a comment (Starting a new thread) with 14 characters. I didn't look at character lengths. After completing my comment I just pressed `shift` twice then, clicked on `Enter`. Then, I just got an error 422 unprocessable.
- Usually, we were disabling submit button. But, when using shift and enter that button enables automatically. I am not sure if it happens in other Browsers. I am using Chrome.
I think Ruby can do something for the reason (My browser is destroying JS :D).
- I never thought of it. Recently, I was going to write a comment (Starting a new thread) with 14 characters. I didn't look at character lengths. After completing my comment I just pressed `shift` twice then, clicked on `Enter`. Then, I just got an error 422 unprocessable.
- Usually, we were disabling submit button. But, when using shift and enter that button enables automatically. I am not sure if it happens in other Browsers. I am using Chrome.
- I think Ruby can do something for the reason (My browser is destroying JS :D).
- (The same thing happens with Firefox also (tested))
#1: Initial revision
button automatically enables when using shift and enter
I never thought of it. Recently, I was going to write a comment (Starting a new thread) with 14 characters. I didn't look at character lengths. After completing my comment I just pressed `shift` twice then, clicked on `Enter`. Then, I just got an error 422 unprocessable. Usually, we were disabling submit button. But, when using shift and enter that button enables automatically. I am not sure if it happens in other Browsers. I am using Chrome. I think Ruby can do something for the reason (My browser is destroying JS :D).