I think, I know the root cause. Windows Taskbar (explorer.exe) has 'presentation mode'. For example, if you run Full-screen PowePoint presentation, Taskbar will be hidden. As far as I understand, Taskbar switches to that mode if some window has width & height of the screen and topleft position.
Possible soulutions (needs code changes): 1) Eaisest. Change windows size to 1 pixel less than the screen. This will prevent Taskbar from going idle. 2) Right soultion. Find out how to tell Windows that our window is not 'fullscreen' but it is just maximized (pobably some Window attribute should be set) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
