When swiping up to access the dock on an ipad, I find whichever key (on the virtual keyboard) is nearest to my swipe gesture gets stuck (as if I'm holding that key down).
The only way to stop the repeating is to press the key again.
FWIW, I've only tested/experienced this with a physical keyboard.
Marking as a bug, maybe we can process the events for those buttons in a way that still allows for autorepeat, but do not trigger this behavior. The problem is that we never receive the finger up event, so we need a way to disable it if the application isn鈥檛 the first one anymore, or if the finger is just outside the area.
V10!