[BUG]: Fullscreen mode has resizing tab (Issue 2356)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[BUG]: Fullscreen mode has resizing tab (Issue 2356)

Sean P. DeNigris
Administrator
Fullscreen mode does not seem to be an actual fullscreen app, but a resizable window with no title bar or border.  I find this confusing as it does not match expected convention (on the Mac anyway).

http://code.google.com/p/pharo/issues/detail?id=2356

Steps to reproduce:
1. Go to full screen mode

You will see a resizing tab in the lower right corner.  This is confusing because resizing is kind
of incongruent with full screen.  At first I thought dragging it might revert to full screen off, but
it actually resizes the image and stays in full screen.

PROPOSAL:
  * Lock the window size to cover the entire screen in full screen mode and remove the tab
or
  * Change the name of the current option to something like "Borderless window" (if that is a
feature for some people)
Cheers,
Sean