https://bugs.winehq.org/show_bug.cgi?id=40828
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #16 from Zebediah Figura z.figura12@gmail.com --- (In reply to Robert Walker from comment #15)
If the taskbar is not drawn on top of the Z-order stack then maximising a window will draw on top of the taskbar (which does not mimic native MS Windows behaviour). I've tested out a few scenarios, with a small C++ test program (compiled with winegcc) which simply draws a window. One the tests being to maximise the window.
That shouldn't happen at all. Maximized windows should fill the workspace, which specifically excludes the taskbar.