Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unexplained phenomenon on the enter key
Message
 
 
To
04/12/2014 09:08:42
General information
Forum:
HTML5
Category:
Troubleshooting
Miscellaneous
Thread ID:
01611804
Message ID:
01611831
Views:
45
>I have something I cannot explain.
>
>Take this form in IE 11 and from the input field press Enter:
>
>
><html> 
><body> 
><form method="Post" action="http://www.levelextreme.com">
><input name="Title_E" type="text" />
></form>
></body>
></html>
>
>
>This will submit the form.
>
>Now, add a second input field and do the same.
>
>
><html> 
><body> 
><form method="Post" action="http://www.levelextreme.com">
><input name="Title_E" type="text" />
><input name="Title_F" type="text" />
></form>
></body>
></html>
>
>
>The form is not submitted.
>
>Anyone can exlain this?

I always give id to my controls. Did you try with id as well?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform