]> git.saurik.com Git - wxWidgets.git/blame - docs/bugs.txt
Various fixes for various compilers...
[wxWidgets.git] / docs / bugs.txt
CommitLineData
2dc5505e
JS
1wxWindows Buglist
2-----------------
3
01dba85a
JS
4Until the wxWindows bug database is up and running, please add
5entries in this style:
2dc5505e 6
01dba85a
JS
7BUG NUMBER:
8SHORT DESCRIPTION:
9DETAILS:
10WORKAROUND:
11wxWINDOWS VERSION:
12PLATFORM(S):
13DATE IDENTIFIED:
14IDENTIFIED BY:
15DATE FIXED:
16FIXED BY:
cba2db0c 17
01dba85a 18-------------------------START OF BUGLIST-------------------------
2dc5505e 19
01dba85a
JS
20BUG NUMBER: 1
21SHORT DESCRIPTION: Popup menu bug
22DETAILS:
23If a popup wxMenu is destroyed after its parent window has been
24destroyed, we get the message "Object XXX does not have windowed
25ancestor".
26Possible fix: call menu->DestroyMenu() before deleting the window,
27if the window knows about the menu that was last popped up (hard
28to know this with confidence).
29WORKAROUND:
30Delete the menu before deleting the window on which it
31was popped up.
32wxWINDOWS VERSION: 2.0.1
33PLATFORM(S): wxMotif
34DATE IDENTIFIED: ?/?/1998
35IDENTIFIED BY: Julian Smart <julian.smart@ukonline.co.uk>
36DATE FIXED:
37FIXED BY:
b412f9be 38
01dba85a
JS
39BUG NUMBER: 2
40SHORT DESCRIPTION: Misc. Motif bugs
41DETAILS:
b412f9be
JS
42- In wxGrid, cell highlight is not drawn/erased properly.
43
44- Setting the size of a hidden window may show that window.
45
06ad8636
JS
46- wxRadioBox sometimes doesn't show (e.g. in controls sample).
47
a91b47e8
JS
48- Can't set the colours for the buttons in the file selector, for
49 some reason.
ee4c6942 50
cba2db0c
JS
51- On SGI IRIX 6.4, XtDestroyWidget in ~wxWindow causes a crash in
52 some cicumstances. This is being looked into. Meanwhile, a
53 possible workaround is to remove the final XtDestroyWidget line in ~wxWindow
54 (window.cpp). This will mean that child windows will only get
55 destroyed when frames and dialogs are destroyed, so dynamic subwindow
56 deletion may not work properly.
57
58- There are reports that scrolling can cause crashes under Lesstif.
59 This is probably a Lesstif bug.
01dba85a
JS
60WORKAROUND:
61wxWINDOWS VERSION: 2.0.1
62PLATFORM(S): wxMotif
63DATE IDENTIFIED: ?/?/1999
64IDENTIFIED BY: Julian Smart
65DATE FIXED:
66FIXED BY:
67
68BUG NUMBER: 3
69SHORT DESCRIPTION: Dialog Editor issues
70DETAILS:
71Dialog Editor could be more user-friendly. Controls are hard to
72size and position accurately. No way of changing tab order
73except by editing .wxr file.
74WORKAROUND:
75wxWINDOWS VERSION: 2.0.1
76PLATFORM(S): All
77DATE IDENTIFIED: ?/?/1998
78IDENTIFIED BY: Julian Smart <julian.smart@ukonline.co.uk>
79DATE FIXED:
80FIXED BY:
81
cba2db0c 82
01dba85a 83---------------------------END OF BUGLIST-------------------------
2dc5505e 84
cba2db0c 85