Did anybody face this problem?

On 12/19/06, Sergey Kovalyov <[EMAIL PROTECTED]> wrote:

Run this application in Internet Explorer:

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
       width="100%"
       height="100%"
       horizontalAlign="center"
       verticalAlign="middle">

       <mx:TextInput />

</mx:Application>

Then set focus on TextInput instance and write something, then click
Ctrl+Enter. TextInput acts almost like TextArea. New line is created.

Sergey.

On 12/18/06, Sergey Kovalyov <[EMAIL PROTECTED]> wrote:
> Hi All!
>
> Pressing Ctrl+Enter causes line break in TextInput in IE! How to fix
> this bug without subclassing TextInput?
>
> Sergey.

Reply via email to