bugs.doc
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:2k
源码类别:

通讯编程

开发平台:

Visual C++

  1. Known bug list for Tk 8.0 for Macintosh
  2. Originally by Ray Johnson
  3. Sun Microsystems Laboratories
  4. rjohnson@eng.sun.com
  5. Maintained by:
  6. Jim Ingham
  7. Cygnus Solutions, a Red Hat Company
  8. jingham@cygnus.com
  9. RCS: @(#) $Id: bugs.doc,v 1.5 2000/02/10 08:47:16 jingham Exp $
  10. We are now very close to passing the test suite for Tk.  We are very
  11. interested in finding remaining bugs that still linger.  Please let us
  12. know (and send us test cases) of any bugs you find.
  13. Known bugs:
  14. * Transient windows (set by wm transient) do not go away when the
  15.   master does.
  16. * Tearoff menus should be floating windows & floating windows should
  17.   float.  They also shouldn't be resizable.
  18. * The -use and -container windows only work with other Tk windows in
  19.   the same process.  Also, if you try really hard (for instance by binding 
  20.   on Destroy of an embedded window and destroying the container's toplevel) 
  21.   you can get Tk to crash.  This should never be necessary, however, since
  22.   the destruction of the embedded window triggers the destruction of the
  23.   container, so you can watch that instead.
  24.   All the focus bugs in Tk8.0 have been fixed, however.
  25.   
  26. * The send command is only implemented within the same app.
  27. * You cannot color buttons, and the indicators for radiobuttons and
  28.   checkbuttons under Appearance.  They will always use the current
  29.   Theme color.  But, then, you are not supposed to...
  30. * Drawing is not really correct.  This shows up mostly in the canvas
  31.   when line widths are greater than one.  Unfortunantly, this will not
  32.   be easy to fix.
  33.   
  34. * The active menu highlight color in Tearoff menus will not match the system-wide
  35.   menu highlight color under Appearance.  It will be black instead.  This is not
  36.   easy to fix, since the Appearance API's don't really allow you to get your hands
  37.   on this information...
  38. There are many other bugs.  However, will no get listed until they
  39. are reported at least once.  Send those bug reports in!
  40. Jim