]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/bugs.txt
wxDialog now stays on top of its parent.
[wxWidgets.git] / docs / bugs.txt
index 78abe19b55e3cbc2967354bc9a087c1ff5b210ba..e65b2745127c374b7fa4ee26535359986405f346 100644 (file)
@@ -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:
 --------
 
@@ -28,6 +35,20 @@ wxMotif:
 - 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.
+