Alexei Baboulevitch

Results 60 comments of Alexei Baboulevitch

When the keyboard has to re-layout, it puts all the existing keys into a key pool and then reuses them in somewhat random order for the new layout. I suppose...

Yeah, it's on my to-do list. Thanks!

Oh, that's not good. I've never run into it myself. Is it reproducible? What device?

Hmm, the backspace timer might do that. Will check later...

Hmm, interesting. I don't think I'm doing anything but the default backspace call. Another keyboard framework bug?

Another one to add [to the list](http://beta-blog.archagon.net/2014/11/08/the-trials-and-tribulations-of-writing-a-3rd-party-ios-keyboard/), then...

Previous discussion [here](https://github.com/archagon/tasty-imitation-keyboard/issues/46#issuecomment-63675273). I am lead to believe that this is a bug in the development tools. When you switch keyboards, your current keyboard is supposed to be unloaded; in...

Not sure, currently busy with another project. Maybe in a week or two?

I just fixed a bunch of retain cycles in key-reuse, hope that fixes the problem.

Thanks, I will have to look at that.