[issue24039] Idle: some modal dialogs maximize, don't minimize

2019-06-07 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: -Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue24039] Idle: some modal dialogs maximize, don't minimize

2019-06-06 Thread Tal Einat
Tal Einat added the comment: The search dialog windows are now made transient relative to the editor window. Among other things, they no longer have minimize/maximize buttons on Windows, resolving this issue. -- nosy: +taleinat resolution: -> fixed stage: patch review -> resolved s

[issue24039] Idle: some modal dialogs maximize, don't minimize

2019-06-06 Thread Tal Einat
Change by Tal Einat : -- versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue24039] Idle: some modal dialogs maximize, don't minimize

2019-06-06 Thread Tal Einat
Change by Tal Einat : -- keywords: +patch pull_requests: +13754 stage: -> patch review pull_request: https://github.com/python/cpython/pull/13869 ___ Python tracker ___ __

[issue24039] Idle: some modal dialogs maximize, don't minimize

2019-06-06 Thread Terry J. Reedy
Terry J. Reedy added the comment: Dialogs attached to a particular window should be 'transient' to that window. https://www.tcl.tk/man/tcl8.6/TkCmd/wm.htm#M64 It is an oversight that the window search and replace windows are not. Modal windows, including the current Find in Files might just a

[issue24039] Idle: some modal dialogs maximize, don't minimize

2017-06-29 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: -> terry.reedy versions: +Python 3.7 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker ___

[issue24039] Idle: some modal dialogs maximize, don't minimize

2017-06-27 Thread Louie Lu
Louie Lu added the comment: The bugs can be reproduce on MacOS, when click the minimize button, the search dialog will be minimize, then pop up to front again. The preference dialog have the same behavior on MacOS, but debugger dialog won't. And, Goto dialog will minimize with IDLE shell dis

[issue24039] Idle: some modal dialogs maximize, don't minimize

2015-08-12 Thread Mark Roseman
Changes by Mark Roseman : -- nosy: +markroseman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue24039] Idle: some modal dialogs maximize, don't minimize

2015-07-30 Thread Terry J. Reedy
Terry J. Reedy added the comment: Another solution to this issue is to not make things modal. See #24760. -- ___ Python tracker ___ __

[issue24039] Idle: some modal dialogs maximize, don't minimize

2015-07-29 Thread Vivek
Vivek added the comment: The bug is also not reproducible in my Ubuntu 14.04 64 bit system with python 3.4.But can be reproduced on my Windows7 and Windows8 systems.This seems to be a Windows specific issue. Terry, thanks for the advice. I will take care next time :). --

[issue24039] Idle: some modal dialogs maximize, don't minimize

2015-07-29 Thread sanad
sanad added the comment: I have tested all the cases mentioned in the comments on Linux Mint 17.1 Rebecca 64 bit with Python 3.6.0a0 build version. 1.I reproduced the issue mentioned in #msg241871 the minimize button works perfectly fine and the search dialog box does minimizes(Which implies t

[issue24039] Idle: some modal dialogs maximize, don't minimize

2015-07-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: We need to know whether this issue is specific to Windows or not. (I requested a Linux user to check.) We also need to know why the config dialogs do not have the min and max boxes. Neither '.attributes' and '-toollevel' appear in a grep of idlelib. The ch

[issue24039] Idle: some modal dialogs maximize, don't minimize

2015-07-28 Thread Vivek
Vivek added the comment: I am trying to remove both min and max buttons while keeping the dialog box both modal and extensible. I added `top.attributes(-toolwindow,-1)` to SearchDialogBase.py(create_widget) which does what is required, but with side effects,i.e.,it changes the look of the bord

[issue24039] Idle: some modal dialogs maximize, don't minimize

2015-04-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: I changed the title to generalize this issue. The modal Options => Configure IDLE box does not have minimize or maximize buttons and cannot be resized. (Ditto for About Idle.) This is typical of Windows dialogs, even though horizontal expansion would often be