Wierd selection on textarea after mouse is pressed and left stage

hi everyone…

I m using textarea. The problem is when i try to select a text and go out of stage and leave the mouse then again move mouse on text then selection of text will move with the mouse.

Here is what causes that:

* click somewhere on the text and drag the mouse in order to select the text
* then go out of the swf
* leave the mouse
* now move mouse on textarea

-> the selection of text will move with the mouse…

How to stop this behavior???

I tried to implement mouseleave on stage but the problem is i m not able to detect mouseleave event when mouse is pressed and it leaves the stage.

Thanks for help in advance.

Regards