MouseFocusObserver bug?

Hi,
I’ve created a simple SplitDockStation dock and it works OK for me so far.

However, it seems that the globally installed „mouse press“ event handler (MouseFocusObserver class?)
automatically requests focus on EVERY clicked component in the entire application.
This causes funny side effects like broken
JComponent.setRequestFocusEnabled property or focused disabled components.

I think DockingFrames should not modify the focus behavior
of components that are not directly related with dock stuff.

Thanks :slight_smile:

You are right, I’ll change the behavior.