[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 s

[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 monit

[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 Un

[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 mai

[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 _

[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 Ca

[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

[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-sc

[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

[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: enh