Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Depends on the form. I've coded data table entry where you used tab for the next cell and enter to submit. That was also coded per requirements so ymmv.
-
iAmNaN71318yI get what @CodeBlooded is saying. A language should be smart enough to know it the cursor is in that last field. Hitting Enter should not default to submit, it should ack that the work in that field is complete, and on to the next. Submit should always be a separate operation.
-
Bikonja23868yAnd then you get used to shift-enter and you go into Lync ... I'm sorry, Skype for Business (whose exe name is still lync) and you press shift-enter and it starts a freaking call.... Yay fir standards
In a form's text area, pressing return should always start a new line. It should never submit the form.
undefined
grumble