]> git.saurik.com Git - wxWidgets.git/blame - docs/bugs.txt
Fixed property list OnClose problem that caused Dialog Editor problem
[wxWidgets.git] / docs / bugs.txt
CommitLineData
2dc5505e
JS
1wxWindows Buglist
2-----------------
3
4wxGTK:
5------
6
7wxMSW:
8------
9
10wxMotif:
11--------
12
b412f9be
JS
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
06ad8636
JS
26- wxRadioBox sometimes doesn't show (e.g. in controls sample).
27
28- wxStaticText doesn't wrap.
ee4c6942 29
2dc5505e
JS
30General:
31--------
32