[New-bugs-announce] [issue17942] IDLE Debugger: names, values misaligned
Terry J. Reedy
report at bugs.python.org
Thu May 9 07:20:18 CEST 2013
New submission from Terry J. Reedy:
The IDLE debugger has subwindows to display name-object bindings for locals and (optionally) globals. They have a gray background. Text is black, object strings get a white background box. The issue is that the white box and text for each name is slightly raised relative to the name. This is somehow especially noticeable to me for something like 'd = 3', resulting in
d3
with 3 boxed and raised a bit so it almost looks like a superscript.
This is a fairly minor issue, so low priority now unless trivially fixed. But it should be part of polishing IDLE. I am hoping that this is not a tk bug that is terrible to work around.
----------
components: IDLE
messages: 188752
nosy: roger.serwy, terry.reedy
priority: normal
severity: normal
stage: needs patch
status: open
title: IDLE Debugger: names, values misaligned
type: enhancement
versions: Python 2.7, Python 3.3, Python 3.4
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17942>
_______________________________________
More information about the New-bugs-announce
mailing list