When the mouse cursor is hovered over a MXP link that
shows a tooltip and one hits a key, the tooltip
disappears (only to be shown again after a sec) and
nothing is entered. Instead it should treat the key
pressed as normal, enter into the input box per say. If
you do a row of keypresses, some go into the input box.
That is, the keys pressed while the tooltips has
disappeared (to reappear within a sec when not changing
mouse cursor position).
Most probably the key events should be skipped or
something of that sort.
Logged In: YES
user_id=712025
Reassigning to myself. This requires working around
wxWidgets focusing problems or fix wxWidgets itself.
Perhaps can pass keyboard events to the input window with an
event handler? Will check once got the time.
Logged In: YES
user_id=712025
There was some discussion going on in wx-dev about
"extending wxToolTips" to get rid of the focus limitation
among other things.
We might want to wait for that and perhaps re-introduce the
topic if it fades for long.