hello kirupa forums, it’s been a while since i asked for your help.
i am now debugging someone else’s project (every dev’s nightmare no?).
the issue i face right now is that there is an item that can be dragged around the screen and if this item is dropped, physics will bring it back to the floor. all good so far.
however, when i am currently dragging the item and i right click and choose “show redraw regions” or any other option available in that menu, there is no mouse up event fired, making it impossible for me to simulate the release of the item.
i have looked in the googles and the doc:
[LIST]
[]the right click event belongs (stupidy) only to air: [COLOR=#000000][FONT=Times][LEFT][FONT=Verdana]http://livedocs.adobe.com/flex/3/langref/flash/events/MouseEvent.html#RIGHT_CLICK[/FONT][/LEFT][/FONT][/COLOR]
[][COLOR=#000000][FONT=Times][LEFT][FONT=Verdana]i[/FONT][/LEFT][/FONT][/COLOR][COLOR=#000000][FONT=Times][LEFT][FONT=Verdana] tested with checking the buttonDown value when the MOUSE_DOWN event is fired to obtain which button has been clicked, but to no avail. See http://livedocs.adobe.com/flex/3/langref/flash/events/MouseEvent.html#MOUSE_UP[/FONT][/LEFT][/FONT][/COLOR]
[*][COLOR=#000000][FONT=Times][LEFT][FONT=Verdana]i also tested with the ContextMenuEvent.MENU_SELECT event, still to no avail http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/ui/ContextMenu.html#event:menuSelect[/FONT][/LEFT][/FONT][/COLOR]
[/LIST]
would that then be a bug in the flash player that cannot be handled in the code?
has anybody got an idea about this?