1998-12-31 18:18:56 +00:00
|
|
|
wxWindows Buglist
|
|
|
|
-----------------
|
|
|
|
|
|
|
|
wxGTK:
|
|
|
|
------
|
|
|
|
|
1999-02-18 14:04:46 +00:00
|
|
|
- It is impossible to reposition a window before showing it
|
|
|
|
on screen. Suspected GTK bug.
|
|
|
|
|
|
|
|
- DnD does only moderately work.
|
1999-02-12 08:22:29 +00:00
|
|
|
|
1998-12-31 18:18:56 +00:00
|
|
|
wxMSW:
|
|
|
|
------
|
|
|
|
|
1999-02-12 08:22:29 +00:00
|
|
|
- TODO
|
|
|
|
|
1998-12-31 18:18:56 +00:00
|
|
|
wxMotif:
|
|
|
|
--------
|
|
|
|
|
1999-01-01 19:13:35 +00:00
|
|
|
- If a popup wxMenu is destroyed after its parent window has been
|
|
|
|
destroyed, we get the message "Object XXX does not have windowed
|
|
|
|
ancestor".
|
|
|
|
Workaround: delete the menu before deleting the window on which it
|
|
|
|
was popped up.
|
|
|
|
Possible fix: call menu->DestroyMenu() before deleting the window,
|
|
|
|
if the window knows about the menu that was last popped up (hard
|
|
|
|
to know this with confidence).
|
|
|
|
|
|
|
|
- In wxGrid, cell highlight is not drawn/erased properly.
|
|
|
|
|
|
|
|
- Setting the size of a hidden window may show that window.
|
|
|
|
|
1999-01-24 23:56:51 +00:00
|
|
|
- wxRadioBox sometimes doesn't show (e.g. in controls sample).
|
|
|
|
|
1999-02-11 16:00:33 +00:00
|
|
|
- Can't set the colours for the buttons in the file selector, for
|
|
|
|
some reason.
|
1999-01-10 23:28:36 +00:00
|
|
|
|
1999-02-12 08:22:29 +00:00
|
|
|
- On SGI IRIX 6.4, XtDestroyWidget in ~wxWindow causes a crash in
|
|
|
|
some cicumstances. This is being looked into. Meanwhile, a
|
|
|
|
possible workaround is to remove the final XtDestroyWidget line in ~wxWindow
|
|
|
|
(window.cpp). This will mean that child windows will only get
|
|
|
|
destroyed when frames and dialogs are destroyed, so dynamic subwindow
|
|
|
|
deletion may not work properly.
|
|
|
|
|
|
|
|
- There are reports that scrolling can cause crashes under Lesstif.
|
|
|
|
This is probably a Lesstif bug.
|
|
|
|
|
1998-12-31 18:18:56 +00:00
|
|
|
General:
|
|
|
|
--------
|
|
|
|
|
1999-02-12 08:22:29 +00:00
|
|
|
- Dialog Editor could be more user-friendly. Controls are hard to
|
|
|
|
size and position accurately. No way of changing tab order
|
|
|
|
except by editing .wxr file.
|
|
|
|
|