[issue43655] Tkinter: make X window & macOS recognize dialogs as such

2021-04-25 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue43655] Tkinter: make X window & macOS recognize dialogs as such

2021-04-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 6077efa2b2be17e736d061fe74f933dc616c64b2 by Miss Islington (bot) in branch '3.8': [3.9] bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by window managers on macOS and X Window (GH-25187). (GH-25588) (GH-25592)

[issue43655] Tkinter: make X window & macOS recognize dialogs as such

2021-04-25 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +24312 pull_request: https://github.com/python/cpython/pull/25592 ___ Python tracker

[issue43655] Tkinter: make X window & macOS recognize dialogs as such

2021-04-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 9a165399aec930f27639dd173426ccc33586662b by Serhiy Storchaka in branch '3.9': [3.9] bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by window managers on macOS and X Window (GH-25187). (GH-25588)

[issue43655] Tkinter: make X window & macOS recognize dialogs as such

2021-04-25 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +24307 pull_request: https://github.com/python/cpython/pull/25588 ___ Python tracker ___

[issue43655] Tkinter: make X window & macOS recognize dialogs as such

2021-04-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 3bb3fb3be09d472a43cdc3d9d9578bd49f3dfb8c by Serhiy Storchaka in branch 'master': bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by window managers on macOS and X Window (#25187)

[issue43655] Tkinter: make X window & macOS recognize dialogs as such

2021-04-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: Excuse me, it is the query boxes, not the search boxes, that already have the call. Unlike the other boxes I initially tested, they do not have the traffic lights. I believe that this, not movability, is the effect on mac of 'movableModal'. I tested a

[issue43655] Tkinter: make X window & macOS recognize dialogs as such

2021-04-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: See https://wiki.tcl-lang.org/page/MacWindowStyle . I suppose it affects window decoration. -- ___ Python tracker ___

[issue43655] Tkinter: make X window & macOS recognize dialogs as such

2021-04-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: I presume 'floatable' means 'can move dialog around on top of the parent window'. On my Mac Air, with 3.8 and 8.6.8, all the dialogs I checked, including About, are already floatable in this sense, not just the search boxes (which already had

[issue43655] Tkinter: make X window & macOS recognize dialogs as such

2021-04-04 Thread Terry J. Reedy
Terry J. Reedy added the comment: Epaine (or Tal?): please test PR-25187 on Mac. -- nosy: +epaine title: Tkinter: Not setting _NET_WM_WINDOW_TYPE on FileDialog -> Tkinter: make X window & macOS recognize dialogs as such ___ Python tracker