On Mon, 6 Jul 2015 07:39:46 -0700 (PDT) Chris George <[email protected]> wrote:
> Hello, > > Leo 5.1-final, build 20150705110342, Sun Jul 5 11:03:42 CDT 2015 > Git repo info: branch = master, commit = b0cc360843e3 > Python 2.7.6, PyQt version 4.8.6 > linux2 > > All plugins disabled, no styling or theming activated. Plain Jane, > vanilla, Leo on Linux with well known, well tested python/pyqt > versions, on Linux Mint 17. > > Create a node. Create five or six hundred words of text. Place cursor > at the end of the text. Push down on and hold the left arrow key on > the keyboard and scroll back past a hundred words or so and release > the arrow key. > > For me, the cursor continues to move for a couple of dozen characters > or so. The longer I hold the arrow key, the more characters it > continues to scroll through after release. This behaviour also occurs > when using the backspace key (really annoying). > > Is anyone else experiencing this? Yes, I've been starting to look in to it. Thanks for the verification. I've been looking at sticking timestamps to events to see how old they are when they're processed, so it would be possible to just not process key events more than maybe 0.1 seconds old. But I think it might be worth using the (more sensible than mine ;-) test environment you describe with git bisect to find out when this started happening. Cheers -Terry > Chris -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
