bigmuzzy
26 Mar 2012, 3:04 AM
Hi,
the length of a value in a TextArea is calculated differently for IE and FF, so that the validation for the maxLength of the TextArea does not work correctly.
You can try it for the following Text (set the maxLenght property of the TextArea to 11):
Text1
Text2
The returned value in IE is Text1\r\nText2. The FF gives Text1\nText2 as value. So the textLength in IE is 12 and in FF 11, i.e. the TextArea in FF is valid and in IE is not.
Is there any way to fix this?
Thanks,
Vlad
System:
Win7
IE8
FF10
GXT 2.2.5
the length of a value in a TextArea is calculated differently for IE and FF, so that the validation for the maxLength of the TextArea does not work correctly.
You can try it for the following Text (set the maxLenght property of the TextArea to 11):
Text1
Text2
The returned value in IE is Text1\r\nText2. The FF gives Text1\nText2 as value. So the textLength in IE is 12 and in FF 11, i.e. the TextArea in FF is valid and in IE is not.
Is there any way to fix this?
Thanks,
Vlad
System:
Win7
IE8
FF10
GXT 2.2.5