New submission from Ivan Razumov :
OS: Windows 7 x86
Python: 2.6.4
An Entry with both Font and Foreground properties changed (i.e. not OS-default)
does not display text set with textvariable.set method.
Attached an example of such behavior.
--
components: Tkinter
files: Project5.py
Changes by Ivan Razumov :
--
title: Entry text not set if both 'Font' and 'fg' are set -> Entry text not set
if all of 'Font', 'Foreground' and 'Align' are set
_
Ivan Razumov added the comment:
The bug only appears if "Align" is not "Left".
--
___
Python tracker
<http://bugs.python.org/issue10259>
___
__
Changes by Ivan Razumov :
--
title: Entry text not set if all of 'Font', 'Foreground' and 'Align' are set ->
Entry text not set if all of 'Font', 'Foreground' and 'Justify' are set
___
Ivan Razumov added the comment:
Typo: align -> Justify
--
___
Python tracker
<http://bugs.python.org/issue10259>
___
___
Python-bugs-list mailing list
Un
Ivan Razumov added the comment:
The bug doesn't seem to be Windows-specific - tested on Ubuntu 10.10 (Python
2.6.6)
--
___
Python tracker
<http://bugs.python.org/is