[OpenJDK 2D-Dev] [9] RFR JDK-5080098: Page Range must be disabled on the common print dlg for Non serv-formatted flvrs
Jayathirth D V
jayathirth.d.v at oracle.com
Wed Aug 3 09:45:45 UTC 2016
Hi Prasanta,
I tested your changes in linux and windows and it is effecting both the platforms(Page range is disabled).
Please clarify whether your changes are specific to linux or it is generic. If it is generic please remove jtreg tag @requires (os.family == "linux") else please verify why it is effecting windows also.
Also in jtreg comments use complete words and not short-forms(flvrs -> flavors, serv-formatted -> service-formatted).
At some places lines are more than 80 chareacters in test case. Please update fix version to 9 in JBS.
Thanks,
Jay
From: Prasanta Sadhukhan
Sent: Friday, July 29, 2016 10:58 AM
To: Philip Race
Cc: 2d-dev
Subject: Re: [OpenJDK 2D-Dev] [9] RFR JDK-5080098: Page Range must be disabled on the common print dlg for Non serv-formatted flvrs
Yes, right. Please find the modified webrev:
http://cr.openjdk.java.net/~psadhukhan/5080098/webrev.02/
Regards
Prasanta
On 7/28/2016 7:10 PM, Philip Race wrote:
This can now be written more succinctly (and clearly) as :
prPgRngSupported = psCurrent.isAttributeValueSupported(prAll, docFlavor, asCurrent);
-phil.
On 7/28/16, 3:27 AM, Prasanta Sadhukhan wrote:
Trying to be extra cautious. Please find modified webrev:
HYPERLINK "http://cr.openjdk.java.net/%7Epsadhukhan/5080098/webrev.01/"http://cr.openjdk.java.net/~psadhukhan/5080098/webrev.01/
Regards
Prasanta
On 7/27/2016 9:55 PM, Phil Race wrote:
prAll is final and initalised. So why are you testing !=null ?
-phil.
On 07/05/2016 02:08 AM, Prasanta Sadhukhan wrote:
Hi All,
Please review a fix for an issue where it is seen "Page range (From/To) " field is not disabled for flavors such as postscript, image flavors.
PageRanges attribute is supported only for Service Formatted flavors such as Pageable and Printable and so for
other flavors such as postscript, image flavors page ranges fields must be disabled on the print dialog so as not to allow the user to select the same
Bug: https://bugs.openjdk.java.net/browse/JDK-5080098
webrev: HYPERLINK "http://cr.openjdk.java.net/%7Epsadhukhan/5080098/webrev.00/"http://cr.openjdk.java.net/~psadhukhan/5080098/webrev.00/
Proposed fix is to check for attribute against the specified doc flavor
and not against attribute category to decide whether to enable / disable it.
Regards
Prasanta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/2d-dev/attachments/20160803/88afeda8/attachment.html>
More information about the 2d-dev
mailing list