[
https://issues.apache.org/jira/browse/FLEX-33278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shigeru Nakagaki updated FLEX-33278:
------------------------------------
Attachment: PastingExcelCellTextTest.zip
0. start Windows 7
1. unzip this file
2. run the project with Apache Flex SDK 4.10
3. open Book1.xlsx
4. copy cell A1(='1234567')
5. paste it left top TextInput (maxChars = 7)
You can see this bug can be still reproduced.
The pasted text is '123456' and LF.
6. paste it left bottom TextInput (displayAsPassword = true)
The pasted text is '1234567' and LF.
thanks
> Ctrl+V doesn't work properly
> ----------------------------
>
> Key: FLEX-33278
> URL: https://issues.apache.org/jira/browse/FLEX-33278
> Project: Apache Flex
> Issue Type: Bug
> Components: Spark: RichEditableText
> Affects Versions: Adobe Flex SDK Previous, Apache Flex 4.8 (parity release)
> Environment: Windows 7
> Reporter: Nazar Yavny
> Fix For: Apache Flex 4.10.0
>
> Attachments: PastingExcelCellTextTest.zip
>
>
> The issue is present when user tries to paste text that starts with new line.
> When maxChars variable is specified and user tries to paste with Ctrl+V text
> bigger than maxChars - component will cut of extra chars, but when user
> presses Ctrl+V one more time - text will be pasted again. So, in this
> situation length of component's inner text will be greater than specified
> maxChars variable.
--
This message was sent by Atlassian JIRA
(v6.1#6144)