]> git.saurik.com Git - wxWidgets.git/blob - docs/bugs.txt
Corrected grey scrolling windows; added C++Builder 3.0 fixes
[wxWidgets.git] / docs / bugs.txt
1 wxWindows Buglist
2 -----------------
3
4 wxGTK:
5 ------
6
7 wxMSW:
8 ------
9
10 wxMotif:
11 --------
12
13 - wxNotebook and property list frame do not appear properly when
14 first shown.
15 Workaround: resize the window (manually or programmatically) to
16 make the window appear.
17 This also happens with other windows, e.g. the sizer
18 dialog in the layout sample.
19
20 - wxSashWindow borders aren't repainted properly if the sashtest
21 sample is exposed (after being under another window).
22
23 - If a popup wxMenu is destroyed after its parent window has been
24 destroyed, we get the message "Object XXX does not have windowed
25 ancestor".
26 Workaround: delete the menu before deleting the window on which it
27 was popped up.
28 Possible fix: call menu->DestroyMenu() before deleting the window,
29 if the window knows about the menu that was last popped up (hard
30 to know this with confidence).
31
32 - In wxGrid, cell highlight is not drawn/erased properly.
33
34 - Setting the size of a hidden window may show that window.
35
36 General:
37 --------
38