yes this is unintentional or non purposeful mouse clicks on a widget
when no widget is open, i process mouse left and right clicks to initiate certain functions and functionality as part of ui
when a widget is open, purposeful and intentional mouse clicks are not a problem because they initiate the corresponding action and that is it
but i accidentally discovered that non purposeful mouse clicks inside an open widget has the adverse affect of triggering functionality when they should not because the mouse click apart from the widget has meaning and because the widget does not consume the mouse click because it is not intentional or purposeful
i discovered this by accident after some time by clicking by accident within a widget and because i did not click anything meaningful in the widget, the mouse click was registered as as something apart from the widget as if the widget was not open
so i really need to discard cases of mouse clicks inside a widget that has no purpose and are not consumed so that they do not register as a mouse click when no widget is open