-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
6
-
x86
-
linux
The implementation of the XAWT TextField and TextArea components are based on the Swing components. If we invoke any method of the Swing components on main thread the behaviour can be unexpected. And we can emulate the same behaviour on AWT. It's unacceptable because there is no requirements in AWT related to the method invoking from EDT.
The test case of the bug 5100806 can be used as the test case for our bug, because this bug is particular case of our bug.
###@###.### 2005-05-19 14:54:15 GMT
###@###.### 2005-06-20 16:30:51 GMT
The test case of the bug 5100806 can be used as the test case for our bug, because this bug is particular case of our bug.
###@###.### 2005-05-19 14:54:15 GMT
###@###.### 2005-06-20 16:30:51 GMT
- relates to
-
JDK-5100806 TextArea.select(0,0) does not de-select the selected text properly, on sol-XTkt
- Closed