[Bug awt/21604] strange refresh behavior when moving mouse

2005-10-15 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|--- |0.18 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21604

[Bug AWT/21604] strange refresh behavior when moving mouse

2005-06-09 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-06-09 22:55 --- Fixed on GNU Classpath mainline. -- What|Removed |Added Status|NEW

[Bug AWT/21604] strange refresh behavior when moving mouse

2005-05-25 Thread tromey at gcc dot gnu dot org
--- Additional Comments From tromey at gcc dot gnu dot org 2005-05-25 15:17 --- Yes, I'm using focus-follows-mouse. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21604

[Bug AWT/21604] strange refresh behavior when moving mouse

2005-05-24 Thread fitzsim at redhat dot com
--- Additional Comments From fitzsim at redhat dot com 2005-05-25 02:01 --- Are you using focus-follows-mouse? If so, this is a known problem; a change in a window's active state causes an expose event on the entire window, which triggers a repaint. We need to find a way to prevent tha