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 <rep...@bugs.python.org>
<http://bugs.python.org/issue18988>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to