Potential bug: anyone else seeing completely broken SDL_KEYDOWN events with virtual keyboard on Android?

I am seeing missing SDL_KEYDOWN / SDL_KEYUP events on Android with the virtual keyboard. This is very annoying because while you could argue “well it’s not a real key that’s pressed down anyway”, this is not a difference that is important - and it breaks keyboard shortcuts in many desktop-centric SDL apps and introduces unnecessary porting effort. Also, listening for international text input simply is a pretty weird way of dealing with basic key press input for shortcuts and such…

Is anyone else seeing this, or is it just me? Did I do something wrong in my setup, or is this a bug/limitation? (I haven’t had a chance to test this more thoroughly, so I thought I’d ask here before filing a bugzilla ticket)