Problem
-------
JDK 1.2.2_02 fixes most of the 'menu items are black' problems, but not
all. Specifically, the vertical sliders on the sliders tab still suffer
from this problem, albeit intermittently.
Code Example
------------
n/a
To Reproduce
------------
On a machine fitted with the PGX32 card, invoke the SwingSet example:
java -jar SwingSet.jar
then select the sliders tab and click on the vertical sliders
(Major and Minor ticks). After a few clicks, the slider will
be re-drawn in black.
Circumstance/Expectations
-------------------------
Minor problem to this customer, logged for visibility
Other Related Information
-------------------------
This arises out of escalation 520857. When I received the
patch for this I described this new bug to the escalation
engineer who wrote:
Date: Mon, 4 Oct 1999 09:49:28 -0700 (PDT)
From: Natalie Wang <###@###.###>
...
However the problem happens in Kestrel(JDK1.3) also.
The fix for Esc# 520857 is back-port the code from Kestrel to JDK1.2.2 patch.
This back port does solve most "Menu" and "Button" problems.
The Slider tab might be more sensitive than menu and button, or the
implementation is different. We need to do further investigation.
Since the backporting can not solve "Slider tab" problem, could you open
an escalation for it so that we can figure out a way to solve it.
- relates to
-
JDK-4243518 All menus are in black with SwingSet (java demo) on PGX32 display
- Resolved