Couldn't give up :) and found finally the correct localX/localY . Patch file are attached to JIRA task https://issues.apache.org/jira/browse/FLEX-33173
"tests/Manager/DragManager" [java] ===================================================== [java] Passes: 77 [java] Fails: 0 [java] ===================================================== On Sun, Aug 26, 2012 at 12:38 PM, Cyrill Zadra <cyrill.za...@gmail.com>wrote: > Thanks for feedback.. I played around with localX/localY but no success. > Isn't DragProxy only created once during one mouseMove transaction? Or is > it every time a mouseEvent (type=move) is dispatched? > > cyrill > > On Fri, Aug 24, 2012 at 4:31 PM, Peter Ent <p...@adobe.com> wrote: > >> You should also make sure the area is visible. I noticed on some DataGrid >> tests yesterday that the Canvas containing the DataGrids was too short. By >> making the container taller it exposed the DataGrid and the mouse events >> worked correctly (I'll put this into the Mustella wiki). This probably >> happened because the fonts changed and the size of the DataGrid changed. >> >> --peter >> >> On 8/24/12 10:23 AM, "Alex Harui" <aha...@adobe.com> wrote: >> >> >I suspect that the tests need their mouse events localX/localY adjusted >> so >> >the mouseMove actually causes a drag and the dragProxy to be created. >> >