return to downloads

------------------------------------------------------------------------
r11192 | rfrishbe@adobe.com | 2009-10-27 15:54:37 -0400 (Tue, 27 Oct 2009) | 8 lines
Changed paths:
M /flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/TextArea.as
M /flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/controls/TextInput.as

In AIR, you can drag'n drop text between text components like TextInput and TextArea. There's an AIR bug where doing so doesn't result in a TEXT_INPUT or a CHANGE event. This is a workaround for that bug so that we listen for a nativeDragDrop event.

QE notes: -
Doc notes: -
Bugs: SDK-19816
Reviewer: Gordon
Tests run: checkintests, mustella TextInput, TextArea
Is noteworthy for integration: no
------------------------------------------------------------------------

return to downloads