[issue12590] First line and cursor not visible when opening files

Ned Deily report at bugs.python.org
Wed Jul 27 03:26:46 CEST 2011


Ned Deily <nad at acm.org> added the comment:

Thanks for the report and the cite.

The problem appears to be a difference in behavior between Tk 8.5 and earlier versions of Tk and not a platform difference.  The fix is to use that 'yview' method of Text instead of 'see'.  That gives the expected behavior with both Tk 8.5 and 8.4.   Fix is applied to 2.7 (for 2.7.3), 3. 2 (for 3.2.2), and default (for 3.3).  Only security issues are accepted for Python 2.6 but the patch should apply and work there as well.

----------
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list