JDK-6708549 : Nimbus L&F: JTextArea does not repaint of focus gained/lost
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6u5
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-05-29
  • Updated: 2011-02-16
  • Resolved: 2008-06-09
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u10 b26Fixed
Description
Need to make JTextArea repaint its self when focus is gained/lost in the same way as JTextField does. This problem can easily be seen by tabing to change focus between two JTextAreas in Laffy, the focus outer glow does not move correcty.

Comments
EVALUATION SynthTextAreaUI was not repainting on focus gained/lost like SynthTextFieldUI was. So I copied the code across.
29-05-2008