I may not be understanding, but in your original post it looked like all
characters were added but a newline was inserted before the last char.

It might be best if you can create a simple test case to reproduce the
problem.  Maybe there is a character already in the textfield like a space
or something and it isn't selected?

-Alex

On 10/11/13 6:52 AM, "piotr.zarzycki" <[email protected]> wrote:

>Unfortunately this doesn't work for me. After some debbuging I've found in
>RichEditableText (which is my textDisplay skinPart in TextInput) place
>where
>my text is cutted.
>
>Function -> textContainerManager_flowOperationBeginHandler ->
>textToInsert = textToInsert.substr(0, maxChars - length1);
>
>Screen from debugger with values: http://bit.ly/19Ep5Sf
>
>maxChars = 11
>
>My text has got exactly 11 characters.
>
>
>
>-----
>Flex/Air Developer
>--
>View this message in context:
>http://apache-flex-users.2333346.n4.nabble.com/Copy-Paste-from-MS-Excel-pr
>oblem-spark-TextInput-tp3105p3122.html
>Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to