[Top][All Lists]
[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
- [Bug awt/26627] New: TextAreas stack in a loop, fitzsim at redhat dot com, 2006/03/09
- [Bug awt/26627] TextAreas stack in a loop, langel at redhat dot com, 2006/03/10
- [Bug awt/26627] TextAreas stack in a loop, langel at redhat dot com, 2006/03/14
- [Bug awt/26627] TextAreas stack in a loop, langel at redhat dot com, 2006/03/14
- [Bug awt/26627] TextAreas stack in a loop,
fitzsim at redhat dot com <=
- [Bug awt/26627] TextAreas stack in a loop, fitzsim at redhat dot com, 2006/03/14
- [Bug awt/26627] getComponentAt should not ignore invisible children, fitzsim at redhat dot com, 2006/03/14
- [Bug awt/26627] getComponentAt should not ignore invisible children, langel at redhat dot com, 2006/03/15
- [Bug awt/26627] getComponentAt should not ignore invisible children, langel at redhat dot com, 2006/03/15
- [Bug awt/26627] getComponentAt should not ignore invisible children, langel at redhat dot com, 2006/03/15