Ticket #14651 (closed defect: fixed)
wxTipWindow on OSX pops up and gets stuck
| Reported by: | cozmotion | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxOSX-Cocoa | Version: | 2.9-svn |
| Keywords: | Cc: | ||
| Blocked By: | Patch: | no | |
| Blocking: |
Description
Apologies in advance - I am not too clear on how to submit a ticket though I did read the howto.
This occurs when it is in a wxPanel in a WizardPageSimple though the problem is different when it is simply in a wxPanel.
In my patched wizard sample, when you mouseover the "buoy" you get an assertion. Separately I have worked-around that, and then you can see that once the tipwindow goes up, the Panel is no longer getting mouse events -- until you click in the panel.
...In a wxPanel, the assertions are still thrown, but mouse events do not go away.
I am using 2.9.4 and cocoa.
wxUSE_POPUPWIN is set to 1 in my build
The same code runs fine on Windows with 2.9.3

