MATLAB: Mouse cannot interact with undocked windows in Linux for Matlab 2014b+

mousewindow

Hi
Using Linux, when I have undocked windows (e.g. figures), my mouse cannot interact with them. Instead, my mouse pointer is registered on the whatever is behind the window, i.e. it's like if the undocked window is "transparent".
Sometimes, the interaction works for a little bit (usually a few seconds), and then just stops. I found this thread ( Ubuntu Forum Thread ) where they seem to describe the same issue without working solution.
This issue has appeared for me since Matlab 2014b, but now also on 2015a. I am using Linux Mint 17 as well as Ubuntu 12.04 (on two separate machines), the problem appears on both platforms.
One workaround I found is to have everything docked, i.e. add this at the beginning of your script:
set(0, 'DefaultFigureWindowStyle', 'docked')
Has anyone had similar problems? Thanks!

Best Answer

Had the same problem and found this related question with solution: