]> git.saurik.com Git - wxWidgets.git/blob - docs/bugs.txt
Added some makefiles, cured some wxMotif bugs
[wxWidgets.git] / docs / bugs.txt
1 wxWindows Buglist
2 -----------------
3
4 wxGTK:
5 ------
6
7 wxMSW:
8 ------
9
10 wxMotif:
11 --------
12
13 - If a popup wxMenu is destroyed after its parent window has been
14 destroyed, we get the message "Object XXX does not have windowed
15 ancestor".
16 Workaround: delete the menu before deleting the window on which it
17 was popped up.
18 Possible fix: call menu->DestroyMenu() before deleting the window,
19 if the window knows about the menu that was last popped up (hard
20 to know this with confidence).
21
22 - In wxGrid, cell highlight is not drawn/erased properly.
23
24 - Setting the size of a hidden window may show that window.
25
26 - Motif-specific wxImage functions not yet implemented.
27
28 General:
29 --------
30