4 Until the wxWindows bug database is up and running, please add
18 -------------------------START OF BUGLIST-------------------------
21 SHORT DESCRIPTION: Popup menu bug
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
26 Possible fix: call menu->DestroyMenu() before deleting the window,
27 if the window knows about the menu that was last popped up (hard
28 to know this with confidence).
30 Delete the menu before deleting the window on which it
32 wxWINDOWS VERSION: 2.0.1
34 DATE IDENTIFIED: ?/?/1998
35 IDENTIFIED BY: Julian Smart <julian.smart@ukonline.co.uk>
40 SHORT DESCRIPTION: Misc. Motif bugs
42 - In wxGrid, cell highlight is not drawn/erased properly.
44 - Setting the size of a hidden window may show that window.
46 - wxRadioBox sometimes doesn't show (e.g. in controls sample).
48 - Can't set the colours for the buttons in the file selector, for
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.
58 - There are reports that scrolling can cause crashes under Lesstif.
59 This is probably a Lesstif bug.
61 wxWINDOWS VERSION: 2.0.1
63 DATE IDENTIFIED: ?/?/1999
64 IDENTIFIED BY: Julian Smart
69 SHORT DESCRIPTION: Dialog Editor issues
71 Dialog Editor could be more user-friendly. Controls are hard to
72 size and position accurately. No way of changing tab order
73 except by editing .wxr file.
75 wxWINDOWS VERSION: 2.0.1
77 DATE IDENTIFIED: ?/?/1998
78 IDENTIFIED BY: Julian Smart <julian.smart@ukonline.co.uk>
83 SHORT DESCRIPTION: Appending a menuitem with negative id causes menu not to be shown
84 DETAILS: I haven't tested it throughly, though it happens when appending a submenu
85 WORKAROUND: Add dummy id number even for menuitems which don't require them (submenus for example)
86 wxWINDOWS VERSION: 2.1.11
88 DATE IDENTIFIED: 10/11/1999
89 IDENTIFIED BY: Jonathan Brown <jbrown@sso.sytexinc.com>
92 SHORT DESCRIPTION: no vertical space inside wxHTML
93 DETAILS: We are working on making a demonstration of projects we do here
94 using Python & wxWindows & HTML (wxPython/wxHTML thus). We 'd like to
95 have the opportunity to specify vertical space, eg <br><br>, or <p><p>
96 in HTML. These constructs currently do not work. I looked in the source
97 code (nice job btw), but am not sure where to hack the solution. I
98 am willing to discuss this in more detail.
99 WORKAROUND: Create a transparent gif of 1x1 pixel and use width & height
101 wxWINDOWS VERSION: wxWindows 2.1.11
102 PLATFORMS: Windows + Python 1.5
103 DATE IDENTIFIED: 10/11/1999
104 IDENTIFIED BY: A.T.Hofkamp
105 DATE FIXED: 11/11/1999
106 FIXED BY: Vaclav Slavik
109 SHORT DESCRIPTION: MSWindows Paths in include files
110 DETAILS: I may be wrong, but it looks like all the paths in the
111 include files are based on a unix system. The problem is when
112 you go to compile VC++6 can't find any of the other includes it
113 needs. [Note from JACS: VC++ accepts forward slashes so
114 there must be a setup problem.]
115 WORKAROUND: Change all the paths in the includes
116 wxWINDOWS VERSION: 2.1.11
118 DATE IDENTIFIED: 11/11/1999
119 IDENTIFIED BY: Mark A Russell <markarussell@earthlink.net>
123 ---------------------------END OF BUGLIST-------------------------