"Aric Stewart" aric@codeweavers.com wrote:
I am working on a problem with IE where if you start the application in full screen mode:
(start IE, change to full screen using view->full screen, shutdown IE, restart IE)
the keyboard focus never gets given to the application so you cannot enter any information into forms.
Looking into this i found that we where never being given any ClientMessage events to take focus nor any FocusIn events. So the keyboard focus remains on whatever app last had it, such as the terminal used to start IE.
That sounds like a bug either in Window Manager you are using or in x11drv code not properly initializing XSetWindowAttributes.event_mask (FocusChangeMask). You need further investigate what happens.