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.

classification
Title: 'Ok' key in options dialog does nothing
Type: Stage:
Components: IDLE Versions: Python 2.5
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: torhu
Priority: normal Keywords:

Created on 2007-02-11 00:35 by torhu, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg31246 - (view) Author: torhu (torhu) Date: 2007-02-11 00:35
IDLE 1.2, winxp sp2 US.

I get the same results with idlelib from svn rev. 53721.


Steps to reproduce:
1. Open Options -> Configure IDLE...
2. Click on the Ok button.
3. Nothing happens, you have to click Cancel to close the options window.


Here's a way that crashes IDLE on my machine:
1. Open Options -> Configure IDLE...
2. Set Indentation width to 8 (was 4 by default).
3. Click on Apply.
4. Click on Ok (nothing happens).
5. Click on Cancel - IDLE exits.


Workaround:
Replace the Python25/Lib/idlelib directory with the one that comes with python 2.4.3.
msg31247 - (view) Author: torhu (torhu) Date: 2007-04-03 19:55
Reinstalling Windows seems to have fixed the problem for me.  Not sure what caused it.
History
Date User Action Args
2022-04-11 14:56:22adminsetgithub: 44570
2007-02-11 00:35:04torhucreate