]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/bugs.txt
Changes to allow Cygwin to compile in non-PCH mode
[wxWidgets.git] / docs / bugs.txt
... / ...
CommitLineData
1wxWindows Buglist
2-----------------
3
4wxGTK:
5------
6
7wxMSW:
8------
9
10wxMotif:
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
36General:
37--------
38