Hi all,
This is a patch for bug 7129742,
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7129742 .
Forwarded from awt-dev to swing-dev as it uses swing peer .
The original discussion is
http://mail.openjdk.java.net/pipermail/awt-dev/2012-January/002167.html .
The patch is at http://cr.open
Hi Sean,
In the XAWTCaret.super.focusGained(e) we check isEnabled() state of the
component.
Probably we should do it in the fix too, just to be closer to the old
version?
The problem applicable for textarea only? What about textfield?
15.02.2012 12:54, Sean Chou wrote:
Hi all,
This is a p