Message344852
| Author | terry.reedy |
|---|---|
| Recipients | louielu, markroseman, prince09cs, roger.serwy, sanad, terry.reedy, viv1 |
| Date | 2019-06-06.18:43:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1559846586.62.0.771946848478.issue24039@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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 | |