Message344852
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 as well be.
PR 13869 for #37177 (aimed at a different symption) makes search windows transient, fixing this issue also.
If Find in Files were not modal, then it need not be transient to a particular window, and minimizing could be sensible. But this is a separate issue. |
|
Date |
User |
Action |
Args |
2019-06-06 18:43:06 | terry.reedy | set | recipients:
+ terry.reedy, roger.serwy, markroseman, prince09cs, viv1, sanad, louielu |
2019-06-06 18:43:06 | terry.reedy | set | messageid: <1559846586.62.0.771946848478.issue24039@roundup.psfhosted.org> |
2019-06-06 18:43:06 | terry.reedy | link | issue24039 messages |
2019-06-06 18:43:06 | terry.reedy | create | |
|