Re: Input Focus problems with IE

2003-12-17 Thread Dmitry Timoshkov
"Mike Hearn" <[EMAIL PROTECTED]> wrote: > Isn't this the same bug that kills us in gaming, ie we create unmanaged > windows for fullscreen and X finds it hard to handle? It must be the same bug, if the full screen window was really created as a not managed one. Aric, could you confirm that? > If

Re: Input Focus problems with IE

2003-12-17 Thread Aric Stewart
Yes i do believe this is the same bug. humm, i will investigate more about full screen windows and X although i am no expert with the x level windows in wine. -aric Mike Hearn wrote: On Wed, 2003-12-17 at 03:15, Dmitry Timoshkov wrote: That sounds like a bug either in Window Manager you are us

Re: Input Focus problems with IE

2003-12-17 Thread Mike Hearn
On Wed, 2003-12-17 at 03:15, Dmitry Timoshkov wrote: > 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. Isn't this the same bug that kills us i

Re: Input Focus problems with IE

2003-12-16 Thread Dmitry Timoshkov
"Aric Stewart" <[EMAIL PROTECTED]> 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 s

Input Focus problems with IE

2003-12-16 Thread Aric Stewart
Hello, 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. L