[issue41349] idle not going full screen when I rotate screen 90° on mac

2020-07-25 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

The way to tell if _tkinter is involved or if this is purely tcl/tk issue would 
be for someone open a window directly with tcl/tk commands using either wish or 
maybe tkinter.tcl.  I don't know how.  I think that _tkinter involvement is 
maximize handling is sufficiently unlikely that I would close this as 3rd party.

--
assignee: terry.reedy -> 

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41349] idle not going full screen when I rotate screen 90° on mac

2020-07-25 Thread Ronald Oussoren


Ronald Oussoren  added the comment:

I can somewhat reproduce the problem with both IDLE and tkinter.Tk() in 3.9b3 
and an external monitor.

What I did:
- Start IDLE (or a shell running tkinter.Tk()
- Maximize window without changing monitor settings: OK
- Revert to regular window
- Rotate monitor 90 degrees in the Display settings (monitor itself not rotated)
- Maximize window again and revert back to regular size
- Revert changes to monitor settings

When I maximise the window with a rotated display the window grows to cover 
most of the display, but not all of it: There is a blank area between the menu 
bar and the top of the window. The height of that area is about that of the 
titlebar of the window. 


The window grows to the right size if I first rotate the screen and then start 
tkinter.Tk(). But then window won't go full-size when the screen is rotated 
back, some space is left between the righthand side of the window and the edge 
of the screen (again about the same amount of pixels as the height of the title 
bar).

Issues like this tend to be problems with the macOS port of Tk itself, I expect 
that to be the case in this instance as well. 


System:
- Python 3.9b3 (python.org installer)
- macOS 10.15.6

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41349] idle not going full screen when I rotate screen 90° on mac

2020-07-25 Thread Tim Z


Tim Z  added the comment:

idle shell window
https://imgur.com/zuyuOaS

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41349] idle not going full screen when I rotate screen 90° on mac

2020-07-24 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

What is 'it' in 'it works even after restart'?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41349] idle not going full screen when I rotate screen 90° on mac

2020-07-21 Thread Tim Z


Tim Z  added the comment:

It works even after restart. I thought I had to run it after each restart I did 
it in idle only once.
So no need to do it again in python

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41349] idle not going full screen when I rotate screen 90° on mac

2020-07-21 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

I meant to run 'import tkinter; tkinter.Tk()' directly in python, without IDLE 
involved, in your portrait window.  Do that by running terminal in the portrait 
window.  Then try to maximize.

Yes we need more volunteers, but #38946 is an issue between macOS Catalina and 
tk.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41349] idle not going full screen when I rotate screen 90° on mac

2020-07-21 Thread Tim Z


Tim Z  added the comment:

I have 2nd screen that rotate to portrait. Is there a way to launch "import 
tkinter; tkinter.Tk()" at idle start? Or I better wait the next update?
It's not related but...
  ...why idle3.8 don't have cut/copy/paste on right click? (I mean the paste is 
broken when you paste-replace selected text). What's up with this one 
https://bugs.python.org/issue38946 ?
Is there a shortage of volunteers ? Or it's all macOS fault?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41349] idle not going full screen when I rotate screen 90° on mac

2020-07-20 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

On Windows, right clicking on the desktop produces a context menu with Display 
Settings.  The dialog has an Orientation pulldown menu with the 4 choices.  
Without actually rotating my screen, I clicked Portrait and managed to start 
IDLE and click the full-screen box.  It worked.

I could not find a similar option on my Macbook.  Since the screen is attached 
to the keyboard, it would be pretty useless.

IDLE has some control over whether the full screen button appears on the window 
title bar, but has nothing to do with what happens when you click it.  So this 
is almost certainly a python-on-macOS installation issue or more likely a 
tck/tk-on-macOS issue.  (One could eliminate IDLE for sure with a minimal 
tkinter program creating an empty window: "import tkinter; tkinter.Tk()".  If 
that worked, as a Text widget.

Kevin, is not maximizing in portrait mode a known issue with tk on macOS?

--
components:  -IDLE

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41349] idle not going full screen when I rotate screen 90° on mac

2020-07-20 Thread Ned Deily


Change by Ned Deily :


--
assignee:  -> terry.reedy
components: +IDLE
nosy: +terry.reedy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41349] idle not going full screen when I rotate screen 90° on mac

2020-07-20 Thread Tim Z

New submission from Tim Z :

It refuses to go full screen when I rotate screen 90° on mac

--
components: macOS
messages: 374014
nosy: Tim Z, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: idle not going full screen when I rotate screen 90° on mac
type: enhancement
versions: Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com