Ok. I have extended the testcase to check both the non SERVICE_FORMATTED
and SERVICE_FORMATTED cases by showing 2 print dialogs.
Please have a look.
http://cr.openjdk.java.net/~psadhukhan/8163922/webrev.01/
Regards
Prasanta
On 8/18/2016 4:37 PM, Jayathirth D V wrote:
Hi Prasanta,
Can you please verify whether we have any test case already present
which actually checks this basic behavior of visible Print-to-File
option enabled in SERVICE_FORMATTED DocFlavor.
If not, we need to add test case which checks this behavior
specifically, so that it can be part of regression test for the code
change made in ServiceDialog.java.
Thanks,
Jay
*From:*Prasanta Sadhukhan
*Sent:* Friday, August 12, 2016 10:52 AM
*To:* Philip Race; 2d-dev
*Subject:* [OpenJDK 2D-Dev] [9] RFR JDK-8163922: Print-to-file is
disabled for SERVICE_FORMATTED docflavor in linux
Hi All,
Please review a fix for an issue where it is seen that Print-to-File
option is disabled even for SERVICE_FORMATTED DocFlavor after
JDK-5049012 <https://bugs.openjdk.java.net/browse/JDK-5049012> fix.
Bug: https://bugs.openjdk.java.net/browse/JDK-8163922
webrev: http://cr.openjdk.java.net/~psadhukhan/8163922/webrev.00/
<http://cr.openjdk.java.net/%7Epsadhukhan/8163922/webrev.00/>
We need to enabled dstSupported even if the destination is not
specified for SERVICE_FORMATTED DocFlavor.
Regards
Prasanta