In my application, I found out strange behavior: as soon as I click on a ComboBox and the context menu is shown, when I click outside of it: MouseDragged events are produced instead of MousePressed Events
I attached a sample testcase. Steps to reproduce:
Run the sample(standalone/applet - doesn't matter)
1. Click in the empty space around the combo box: result MousePressed event is produced - which is correct
2. Click on the ComboBox so that the context menu is shown. Now click again in the empty space - MouseDragged event is fired instead of MousePressed
I tried win and ubuntu. The problem is reproducible under Windows.
I attached a sample testcase. Steps to reproduce:
Run the sample(standalone/applet - doesn't matter)
1. Click in the empty space around the combo box: result MousePressed event is produced - which is correct
2. Click on the ComboBox so that the context menu is shown. Now click again in the empty space - MouseDragged event is fired instead of MousePressed
I tried win and ubuntu. The problem is reproducible under Windows.