Hi, I am using SDK 4.9 and run into an "old" SDK bug regarding ContextMenu. It appeared all of a sudden after moving a component into a Panel: context menus stopped working, and it took me a few hours to realize it was a flex bug.
This bug is referenced many times in JIRA: [Bug]<https://issues.apache.org/jira/browse/FLEX-23720> FLEX-23720<https://issues.apache.org/jira/browse/FLEX-23720> ContextMenu does not work for components inside s:Panel [Major] [Closed]Closed Duplicate 09/Apr/10 14/Sep/11 [Bug]<https://issues.apache.org/jira/browse/FLEX-23765> FLEX-23765<https://issues.apache.org/jira/browse/FLEX-23765> SparkPanel doesn't accept ContextMenu... [Major] [Closed]Closed Duplicate 14/Apr/10 15/Apr/10 [Bug]<https://issues.apache.org/jira/browse/FLEX-23107> FLEX-23107<https://issues.apache.org/jira/browse/FLEX-23107> Spark TextInput copy/paste context menu doesn't work when displayed in TitleWindow via PopupManager [Major] [Closed]Closed Duplicate 12/Feb/10 22/Jul/10 However, all items are marked as "Duplicate", so which one is the original and which one is duplicate? The root cause for this bug and related ones seems to be: (nice number) [Bug]<https://issues.apache.org/jira/browse/FLEX-11111>FLEX-11111<https://issues.apache.org/jira/browse/FLEX-11111> If you right-click on a component that has mouseEnabled=false, the contextMenu for its parent is triggered rather than the contextMenu of the component below your mouse click [Minor] [Closed]Closed Later 19/Jun/07 29/Apr/11 But it looks like Adobe has decided not to fix it because a workaround exists (resolved = Later). Can someone please clarify the status of this issue: - Is it fixed or not ? - What would be the impact/regressions of setting "mouseEnabled="true" in Panel and PanelSkin, as indicated in the workaround ? Regards, Maurice
