Stefano Gandini created FLEX-34047:
--------------------------------------
Summary: Backspace wrong behaviour in textarea
Key: FLEX-34047
URL: https://issues.apache.org/jira/browse/FLEX-34047
Project: Apache Flex
Issue Type: Bug
Components: mx: Tab Navigator, mx: TextArea, mx: TextInput
Environment: Windows 7, Internet Explorer 11
Reporter: Stefano Gandini
I've recently found this problem: when I press the backspace on the keyboard in
a textarea component (inside a tabnavigator) , it doesn't delete the carachters
but it goes back on the previous tab as if I pressed the back button of the
browser. This happens only with IE 11 and Flex SDK 3.6
<mx:TabNavigator id="tabNavigator" tabWidth="150" tabHeight="60" height="100%">
<mx:VBox label="left">
<mx:TextArea id="id1" maxChars="1000" width="75%"/>
</mx:VBox>
<mx:VBox label="right">
<mx:TextArea id="id2" maxChars="1000" width="75%"/>
</mx:VBox>
<mx:VBox label="top">
<mx:TextArea id="id3" maxChars="1000" width="75%"/>
</mx:VBox>
</mx:TabNavigator>
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)