I have created a CDF that has some InputFields in the middle of the text, for the reader to enter his own values.
Everything works fine on the CDF Player (8.0.3) except when the user, after changing a value inside a field, presses ENTER instead of: "Return" or "Tab" or "mouse selecting other field".
If he presses ENTER, the CDF player does exactly the same thing that Mathematica does: a line duplication, with eventually some internal cell structure showing in the middle.
All Mathematica users can easily avoid pressing ENTER, but the CDF Player users are most likely not aware of this ENTER/RETURN duality.
I've tried all the notebook options I could remember: deployed, editable, etc., with no success,
Another thing I remembered was to remove the ENTER action with the NotebookEventAction, but could not find how to do it: {"KeyDown", "Enter"}->Null ??? ; tried Enter, EnterKey, [EnterKey], etc, with no success.
Can someone help me to remove this Enter side effect from the CDF Payer?