[Libreoffice-bugs] [Bug 72490] Full screen doesn't close after CMD + W (close)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue May 29 11:05:51 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=72490

--- Comment #17 from Tor Lillqvist <tml at iki.fi> ---
Behaviour now changed a lot after:

commit 4b42fd7e9516fbbd8a92d97680524f32dd260fb2
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed May 23 23:21:21 2018 +0300

    tdf#115284: Unify LibreOffice and system full-screen concepts on macOS

    Also tdf#76476, and probably more.

    Make it so that when a window is in full-screen mode from
    LibreOffice's point of view, it is also full-screen from the system's
    point of view, and vice versa.

    All three ways to enter and leave full-screen mode can now be used
    with the same end result: The Ctrl-Cmd-F shortcut, the "View > Full
    Screen" menu entry, and the green bubble on the title bar.

    Don't disable/deactivate/etc menus while in full-screen mode. The menu
    auto-hides so there is no harm in having it function normally.

    Don't display the floating toolbar with a single "Full Screen" button
    in it as the way to leave full-screen mode. Instead, the same three
    ways that can be used to enter full-screen mode work to leave it, too.

    Sadly I could not figure out a way to set a window properly to
    full-screen at the point where a document window is created and set to
    be the same size as that kind of document window was the previous time
    it was open in LibreOffice. Thus don't save state for full-screen
    windows as we can't properly restore them. At least not for macOS. It
    is not good to just restore them as non-full-screened but still at the
    size they had when full-screen.

    One irritating glitch remains, and I was unable to fix that properly:
    I now prevent closing the document window that is in full-screen mode.
    Otherwise, if it is closed, the full-screen mode remains even if no
    window is open there; the desktop is completely black. Moving the
    cursor to the top edge, the LibreOffice menu is there, though. I tried
    to fix that but with no fully satisfying result. (Some attempts even
    lead to crashes, so just disabling closing is better than crashing at
    least.)

    Change-Id: Id909077ef9de9f19d48c8b9ad10d748a65b2417f
    Reviewed-on: https://gerrit.libreoffice.org/54760
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180529/911775d4/attachment.html>


More information about the Libreoffice-bugs mailing list