This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 270601 - PrintProvider not used if ClientProperty PrintManager.PRINT_PRINTABLE is set to TRUE.
Summary: PrintProvider not used if ClientProperty PrintManager.PRINT_PRINTABLE is set...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-09 20:12 UTC by oliverrettig
Modified: 2017-05-09 20:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description oliverrettig 2017-05-09 20:12:20 UTC
The documentations says that at first PrintProvider in the lookup are used. But the implementation of PrintProvider is different. If in the active TopComponent at minimum one JComponent is found with the ClientProperty PrintManager.PRINT_PRINTABLE is set to TRUE, than PrintProvider implementations in the Lookup are ignored.

This behavioir seem not to be useful.

I suggest to change the implementation to fit with the documentation.