]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/bugs.txt
Some doc corrections; removed wxDocument arg from wxView constructor;
[wxWidgets.git] / docs / bugs.txt
index 915dad071240bf0c4f3809768a4812d40a39c574..7a00fc64b312a994381f58ee4fcda972fd19059f 100644 (file)
@@ -4,22 +4,16 @@ wxWindows Buglist
 wxGTK:
 ------
 
+- TODO
+
 wxMSW:
 ------
 
+- TODO
+
 wxMotif:
 --------
 
-- wxNotebook and property list frame do not appear properly when
-  first shown.
-  Workaround: resize the window (manually or programmatically) to
-  make the window appear.
-  This also happens with other windows, e.g. the sizer
-  dialog in the layout sample.
-
-- wxSashWindow borders aren't repainted properly if the sashtest
-  sample is exposed (after being under another window).
-
 - If a popup wxMenu is destroyed after its parent window has been
   destroyed, we get the message "Object XXX does not have windowed
   ancestor".
@@ -33,6 +27,25 @@ wxMotif:
 
 - Setting the size of a hidden window may show that window.
 
+- 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.
+