Popup menu causing Mousedown Event

I have a popup menu which pops up over a listbox. When I click an item on the popup menu it is causing an undesirable mousedown event to fire on the listbox underneath. Is this correct?

The Problem is that I right an item in the listbox to bring up the popup, if I then click an item on the menu which is not over the row which I right clicked on, the new row in the listbox is clicked and therefore selected.

Is this expected behavior

I wouldn’t think that’s expected behavior.

Try using a boolean to tell the listbox to ignore clicks when the popup is open :slight_smile:

Please file a Feedback report with a sample project. This is definitely a bug.