JDK-4038881 : win95: Labels don't enable and disable properly
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.1
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_2.4,solaris_2.5,windows_95
  • CPU: x86,sparc
  • Submitted: 1997-03-14
  • Updated: 2012-10-11
  • Resolved: 1997-10-23
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.
Other
1.1.3 b01Fixed
Related Reports
Relates :  
Description
On Windows 95:

If you have a program that disables a label after it's already
been enabled, it will not disable.  And vice versa.

Attached is a sample applet.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.1.3 FIXED IN: 1.1.3 INTEGRATED IN: 1.1.3
14-06-2004

EVALUATION This is a simple windows bug. The window in question (and probably other components as well) is being enabled/disabled, but not invalidated... so guess what? the changes never get redrawn... jonathan.locke@Eng 1997-06-02
02-06-1997

SUGGESTED FIX InvalidateRect jonathan.locke@Eng 1997-06-02
02-06-1997

WORK AROUND forcing a repaint would work around this bug jonathan.locke@Eng 1997-06-02
02-06-1997