I am having a weird issue with the enter key in a text box. If I don't change any of the formatting and keep everything as default, everything is fine. If I hit the enter key, it goes to the next line (<p>) as it should. If I change anything about the type...such as making it bold/italics or change the font face of size...really, anything...when I hit the enter key, the cursor jumps to the beginning of the line, then the new line happens, bringing the entire line down with it. For example, if I typed this:
"This is a test [Enter]"
it will be fine.
If I type this:
"This is a test [Enter]"
the cursor would return back to the beginning of the line (before the This), then it will do the <p>.
I have tested this in all browsers. I am using the asp.net version. I also checked out the demos on the site and they do not have this behavior. I tried changing the EnterMode and the ShiftEnterMode settings, and they had no effect.
Any help would be appreciated.
Thanks in advance
"This is a test [Enter]"
it will be fine.
If I type this:
"This is a test [Enter]"
the cursor would return back to the beginning of the line (before the This), then it will do the <p>.
I have tested this in all browsers. I am using the asp.net version. I also checked out the demos on the site and they do not have this behavior. I tried changing the EnterMode and the ShiftEnterMode settings, and they had no effect.
Any help would be appreciated.
Thanks in advance