This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients markroseman, python-dev, terry.reedy
Date 2015-09-25.04:07:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443154045.7.0.614948145019.issue25198@psf.upfronthosting.co.za>
In-reply-to
Content
Another minor glitch: in a browser, each press of up or down arrow, when there is no cursor (after clicking outside of an entry box like this one), moves text up or down.  (3 lines for me in FF, even though wheel click moved more) In an editor, each press moves the *cursor* up or down one line, and text only moves when the cursor is at the top or bottom of the window.  The read-only text has an invisible cursor, which one must invisibly move to top or bottom before anything happens.

Some of the code with #17535 might help, but not looking now.

Another enhancement: use user set Initial Window size.
History
Date User Action Args
2015-09-25 04:07:25terry.reedysetrecipients: + terry.reedy, markroseman, python-dev
2015-09-25 04:07:25terry.reedysetmessageid: <1443154045.7.0.614948145019.issue25198@psf.upfronthosting.co.za>
2015-09-25 04:07:25terry.reedylinkissue25198 messages
2015-09-25 04:07:25terry.reedycreate