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

Re: Focus problems

2003-10-06 Thread Alexandre Julliard
Pavel Roskin <[EMAIL PROTECTED]> writes: > I'll appreciate an advise in which order to proceed and what kind of > verification is expected for the changes in the focus code. The required verification is to make sure that Windows actually behaves that way; I haven't applied the patch yet because I

Focus problems

2003-10-06 Thread Pavel Roskin
f fixing this is considered precondition to fixing all other focus problems, I'd like to know that. Another possible reason I can think of is because SetFocus is supposed to affect widgets before the application window is shown. That's something that needs testing. I've made a