X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ee4c6942b49d6ea13258437466c5735b1ba3ec6a..96db102a93ed103a1c757c4445dd71789c2d0054:/docs/bugs.txt diff --git a/docs/bugs.txt b/docs/bugs.txt index fad57c2cfe..e65b274512 100644 --- a/docs/bugs.txt +++ b/docs/bugs.txt @@ -4,9 +4,16 @@ wxWindows Buglist wxGTK: ------ +- It is impossible to reposition a window before showing it + on screen. Suspected GTK bug. + +- DnD does only moderately work. + wxMSW: ------ +- TODO + wxMotif: -------- @@ -23,8 +30,25 @@ wxMotif: - Setting the size of a hidden window may show that window. -- Motif-specific wxImage functions not yet implemented. +- wxRadioBox sometimes doesn't show (e.g. in controls sample). + +- Can't set the colours for the buttons in the file selector, for + some reason. + +- 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. General: -------- +- 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. +