JDK-6181270 : REGRESSION: Textarea responds to keyevents visually when it is disabled, on win32
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.4.2
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2004-10-19
  • Updated: 2007-10-16
  • Resolved: 2005-10-04
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
6Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Description
Disabled textarea should not respond to any of the keyboard inputs but I am able to type anything inside the disabled textarea when it has focus, and the text gets appended visually. This is reproducible only since 1.4.2 on WinXP and not reproducible on other platforms. Hence this is a regression on 1.4.2.

Run the attached code. You would see a button and a textarea. Click the button. Both the components will be disabled. Focus will be shifted to textarea. Type some text inside the disabled textarea. If you see the text being inserted/appended in the textarea visually, the bug is reproduced.
###@###.### 10/19/04 16:39 GMT

Comments
EVALUATION Should be fixed together with 6181163. ###@###.### 2005-07-06 13:03:49 GMT
06-07-2005