bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug awt/26627] TextAreas stack in a loop


From: fitzsim at redhat dot com
Subject: [Bug awt/26627] TextAreas stack in a loop
Date: 14 Mar 2006 22:18:36 -0000


------- Comment #3 from fitzsim at redhat dot com  2006-03-14 22:18 -------
The attached patch fixes the problem.  Lillian, can you write test cases for
Container.locate, Container.findComponentAt and
Container.findComponentForMouseEventAt to confirm that these lines should be
removed:

            // Ignore invisible children...
            if (!component[i].isVisible())
              continue;


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26627





reply via email to

[Prev in Thread] Current Thread [Next in Thread]