This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2015年08月07日 04:15 by markroseman, last changed 2022年04月11日 14:58 by admin.
| Messages (4) | |||
|---|---|---|---|
| msg248166 - (view) | Author: Mark Roseman (markroseman) * | Date: 2015年08月07日 04:15 | |
Most of the dialogs in IDLE on OS X do respond to 'Return' key as equivalent to hitting OK, and Escape to hitting Cancel. Guidelines also suggest that the Enter key (on numeric keypad) should work like 'Return', and Cmd-. (period) should work like Cancel. Doesn't happen now in any of the places I looked. |
|||
| msg248228 - (view) | Author: Mark Roseman (markroseman) * | Date: 2015年08月07日 21:34 | |
note that many of these are using 'simpledialog' which has that limitation |
|||
| msg248238 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2015年08月08日 00:03 | |
Then either simpledialog should changed, or Idle should subclass or rewrite it to work as it should. |
|||
| msg297336 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2017年06月30日 00:46 | |
query.Query has and will mostly replace tkinter.simpledialog #27115. This is partially a duplicate with respect to Query #27621. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:19 | admin | set | github: 69000 |
| 2019年09月19日 18:44:47 | terry.reedy | set | nosy:
- kbk, roger.serwy versions: + Python 3.9, - Python 2.7, Python 3.5, Python 3.6 |
| 2017年06月30日 00:46:26 | terry.reedy | set | messages: + msg297336 |
| 2015年08月08日 00:03:36 | terry.reedy | set | messages: + msg248238 |
| 2015年08月07日 21:34:12 | markroseman | set | messages: + msg248228 |
| 2015年08月07日 04:15:38 | markroseman | create | |