On 2008-09-25, Carlos Pita <[EMAIL PROTECTED]> wrote: > If I detach a window from a tiled frame, then toggle it to full screen > mode, and finally toggle it again from full screen mode to normal > size, the window is automatically reattached to its original frame. Is > this a bug or an expected behavior?
It's expected. FS and detach use the same 'placeholder' to return the window where it was. If there is already a placeholder, entering FS doesn't create a new one for the present location. I know, it can sometimes be a bit annoying, but so would the other behaviour be (creating a new one). Perhaps a stack of placeholders would be best, but it adds a level of complexity. -- Tuomo
