Hi,
I don't know if this problem was addressed previously, but I couldn't
find information on this anywhere so I'm posting it here. The problem
that I have is the following:
When a window is maximized, its absolute coordinated on the desk, not
coordinates relative to a page, are remembered. So when that window is
later unmaximized, it will snap back to those coordinates relative to
desk, which contains multiple pages. Let's say I maximize a window on
page A and then go to page B and drag the window from page A to the
current page B via the pager. That window is still in maximized state,
so when I unmaximize it, the window snaps back to page A, to the
coordinates that it remembered previously on page A. How is it
possible to unset the maximize flag when a window is dragged to a
different page via pager? What I would like to achieve is that when a
window is dragged to a current page from another page, and then
maximized, it should fill the whole current page, no matter if it was
maximized or not on the previous page. When it later is unmaximized,
it should snap back to some coordinates on the current page.
Thanks.