Hi Prem,
By default a fix requires a regression test which fails before the fix
an passes after. When it is absent noreg-??? label should be set to the
JIRA ticket. See http://openjdk.java.net/guide/changePlanning.html for
possible noreg suffixes.
But it seems to me that reg test can be written for the issue.
In JIRA Alexander Stepanov noted that the issue takes place for Frame as
well but your solution is fixing the Dialog only. Did you run the
scenario with Frame?
--Semyon
On 1/4/2016 11:28 AM, Prem Balakrishnan wrote:
Hi,
Please review fix for JDK9,
*Bug:* https://bugs.openjdk.java.net/browse/JDK-8057574
*Webrev:* http://cr.openjdk.java.net/~arapte/prem/8057574/webrev.00/
<http://cr.openjdk.java.net/%7Earapte/prem/8057574/webrev.00/>
*Issue:*
It is Platform specific Issue - LINUX
If Child Dialog’s Background color is NOT set explicitly, Child Dialog
inherits Parent Dialog’s Background Color.
(In Windows OS Child Dialog is NOT inheriting parent Dialog’s
Background Color)
*Cause:*
Default Background color for Dialog is not initialized.
*Fix:*
If Background color is not set explicitly , default Background color
is set at the time of Dialog’s initialization.
Thanks,
Prem