[New-bugs-announce] [issue18988] Tab key doesn't work sometimes.

Howitzer21 report at bugs.python.org
Mon Sep 9 15:14:36 CEST 2013


New submission from Howitzer21:

In the IDLE program for Python 3.3.2, I've run across a situation where the tab key is not working.  I have attached a file that shows everything in IDLE's console.  At the very end of the file, you can see where I have typed in the word "queue" in IDLE without pressing enter.  At this point, if I press tab, nothing happens.  If I press space and then tab, suddenly it'll work just fine.  But then if I delete all the spaces and tabs and just go back to having nothing more than "queue" on the line, with no trailing whitespace, suddenly tab will go back to not working.

----------
components: IDLE
files: console.txt
messages: 197364
nosy: Howitzer21
priority: normal
severity: normal
status: open
title: Tab key doesn't work sometimes.
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file31696/console.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18988>
_______________________________________


More information about the New-bugs-announce mailing list