[OpenJDK 2D-Dev] [9] RFR JDK-5080098: Page Range must be disabled on the common print dlg for Non serv-formatted flvrs

Phil Race philip.race at oracle.com
Wed Jul 27 16:25:14 UTC 2016


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: 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




More information about the 2d-dev mailing list