[issue10259] Entry text not set if both 'Font' and 'fg' are set
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 messages: 120030 nosy: iarspider priority: normal severity: normal status: open title: Entry text not set if both 'Font' and 'fg' are set type: behavior versions: Python 2.6 Added file: http://bugs.python.org/file19441/Project5.py ___ Python tracker <http://bugs.python.org/issue10259> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue10259] Entry text not set if all of 'Font', 'Foreground' and 'Align' are set
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 ___ Python tracker <http://bugs.python.org/issue10259> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue10259] 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> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue10259] Entry text not set if all of 'Font', 'Foreground' and 'Justify' are set
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 ___ Python tracker <http://bugs.python.org/issue10259> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue10259] 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 Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue10259] Entry text not set if all of 'Font', 'Foreground' and 'Justify' are set
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/issue10259> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com