Input Focus problems with IE

Dmitry Timoshkov dmitry at baikal.ru
Tue Dec 16 21:15:05 CST 2003


"Aric Stewart" <aric at 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.

-- 
Dmitry.





More information about the wine-devel mailing list