I am having an issue with characters being ignored when typing in a rich text field. This only seems to be an issue in IE8 and IE9. For example I have typed "the quick brown fox jumps over the lazy dog" four times and this is what is displayed in the rich text field.
the quick brown fx jump over the lazy dog
the quckbrown f umps over the azy dog
the quick rown fox jumps over the azy dog
the quck brown fox jumps ove the lazydog
I first assumed there may be some javascript running in the background attached to the keypress event (perhaps for spellcheck) which wasn't completing in time for the next keypress but have had no luck tracking it down. I have tried on multiple computers and all have this issue.
The E stands for the exponent, and it is used to shorten long numbers. Since the input is a math input and exponents are in math to shorten great numbers, so that's why there is an E.
You can use the <input> tag with attribute type='number'. This input field allows only numerical values. You can also specify the minimum value and maximum value that should be accepted by this field. Save this answer.
The HTML <input> tag is used to get user input in HTML. To give a limit to the input field, use the min and max attributes, which is to specify a maximum and minimum value for an input field respectively. To limit the number of characters, use the maxlength attribute.
If your input is of type "number", the max length will not work. You can use javascript to try to limit, or you can use a Text Input instead, attached to a number variable, if you do not need the spin buttons.
We noticed this weird problem with some of our users on Tridion SP1 in RTF fields. I do not recollect that we had issue with Normal TextFields.
Check this Hotfix if it helps : CM_2011.1.0.77763
https://www.sdltridionworld.com/downloads/hotfixes/SDL_Tridion_2011_SP1/index.aspx (login to SDL Tridion World and go to Hotfixes to download this hotfix).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With