Comment 0 for bug 884648

Revision history for this message
Dennis Schwertel (tmassassin) wrote :

Hi
i wrote a little panel for my touchpad. this a hack but did reveal a bug in unity:
https://gist.github.com/1329168
this script creates a panel at the bottom of the screen and injects onboard (the onscreen keyboard) into it. now the keyboard is always visible even when windows are maximized because windows do not go over or under this panel.

this works fine in unity-2d and all the windows and the launcher stays above this area. But in unity-3d, he launcher does not react to this "resize" event and the launcher still uses the complete space even if it should resize. unity-2d does this correct.