1998-12-31 13:18:56 -05:00
|
|
|
wxWindows Buglist
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
wxGTK:
|
|
|
|
------
|
|
|
|
|
|
|
|
wxMSW:
|
|
|
|
------
|
|
|
|
|
|
|
|
wxMotif:
|
|
|
|
--------
|
|
|
|
|
1999-01-01 14:13:35 -05:00
|
|
|
- If a popup wxMenu is destroyed after its parent window has been
|
|
|
|
destroyed, we get the message "Object XXX does not have windowed
|
|
|
|
ancestor".
|
|
|
|
Workaround: delete the menu before deleting the window on which it
|
|
|
|
was popped up.
|
|
|
|
Possible fix: call menu->DestroyMenu() before deleting the window,
|
|
|
|
if the window knows about the menu that was last popped up (hard
|
|
|
|
to know this with confidence).
|
|
|
|
|
|
|
|
- In wxGrid, cell highlight is not drawn/erased properly.
|
|
|
|
|
|
|
|
- Setting the size of a hidden window may show that window.
|
|
|
|
|
1999-01-24 18:56:51 -05:00
|
|
|
- wxRadioBox sometimes doesn't show (e.g. in controls sample).
|
|
|
|
|
|
|
|
- wxStaticText doesn't wrap.
|
1999-01-10 18:28:36 -05:00
|
|
|
|
1998-12-31 13:18:56 -05:00
|
|
|
General:
|
|
|
|
--------
|
|
|
|
|