the next thing was to bind a wx.EVT_MOUSE_EVENTS to the text
> control and to check which events get fired. The result
here was, that
> the EVT_LEFT_DOWN is fired, but the EVT_LEFT_UP is still missing.
>
> Is this a bug on wx.Mac or am I doning something wrong (and
I really
> hope it's the latter case ...)I noticed that there is a left up event for the second half
of a double click, so the control is not losing *all* of the
left up events, so I suspect that the event is just getting
stolen by the native textctrl.
I've CC'd Stefan on this message in case anything can be done
about it.
no not at this level, the control itself is tracking the mouse and eats
up the mouse release. It is very difficult to imitate behaviours at this
low level, so I doubt I can do anything about it, so the question would
rather be, which is really the trigger the OP is interested in - a
change of selection ? a hyperlink kind of thing ?
Thanks,
Stefan