Allow full screen mode on mac

Issue #572 new
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Click the green titlebar button on a mac to enter full screen mode. Or, option-click the green titlebar button to toggle window size.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Click the green circular button at the top left of treeview's main window
  2. Hover the cursor at the top of the screen to reveal the green button again and click it
  3. Option-click the green titlebar button

CURRENT BEHAVIOR

Resizes window

EXPECTED BEHAVIOR

Enters mac fullscreen mode where there is no system menu or dock shown when the green button is clicked. If the green button is option-clicked, it performs the current behavior of resizing the window.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Follow the example here:

https://stackoverflow.com/questions/7456227/how-to-handle-events-from-keyboard-and-mouse-in-full-screen-exclusive-mode-in-ja/30308671#30308671

FILES AFFECTED (where the changes will be implemented) - developers only

unknown

LEVEL OF EFFORT - developers only

minor

COMMENTS

Comments (0)

  1. Log in to comment