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 5674 - Selecting Print over 100 classes results in 100 print dialogs, displayed sequentially. Is it possible to use one dialog, or is this a JDK limitation?
Summary: Selecting Print over 100 classes results in 100 print dialogs, displayed sequ...
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 3.x
Hardware: All All
: P4 enhancement (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-02-08 06:57 UTC by _ tboudreau
Modified: 2008-12-23 14:22 UTC (History)
1 user (show)

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 Marek Grummich 2000-07-25 09:09:59 UTC
Priority is changed to P4 (normal).
Comment 1 anovak 2001-01-10 16:04:59 UTC
will need midifcation of OpenAPI
Comment 2 Jan Zajicek 2001-01-23 09:25:59 UTC
Automated change of version from Other to Dev.
Comment 3 anovak 2001-02-09 12:40:59 UTC
Radek will take care about printing.
Comment 4 Jan Chalupa 2001-05-05 20:26:19 UTC
Target milestone -> 3.3
Comment 5 Jan Chalupa 2001-11-27 11:51:27 UTC
Target milestone -> 3.3.1.
Comment 6 Jan Chalupa 2001-11-27 11:54:51 UTC
Target milestone -> 3.3.1.
Comment 7 Jan Chalupa 2002-01-11 14:00:05 UTC
Target milestone -> 3.4
Comment 8 Jan Chalupa 2002-01-11 14:03:55 UTC
Target milestone -> 3.4
Comment 9 Jan Chalupa 2002-01-11 14:05:29 UTC
Target milestone -> 3.4
Comment 10 Jan Chalupa 2002-01-11 14:09:37 UTC
Target milestone -> 3.4
Comment 11 Marek Grummich 2002-07-22 09:19:35 UTC
Target milestone was changed from '3.4' to TBD.
Comment 12 rmatous 2002-08-02 11:18:53 UTC
Reassigned.
Comment 13 Miloslav Metelka 2002-08-02 17:32:38 UTC
Editor only implements the NbDocument.Printable interface. The rest is
done in openide. I guess org.openide.actions.PrintAction would have to
be changed to invoke the print dialog first and then process all the
nodes without the print dialog invocation.

Comment 14 _ tboudreau 2003-03-26 01:27:06 UTC
Changing from P4 enhancement to P3 bug.  Producing large numbers of
dialogs is a bug.  It needs to be fixed. And it is not hard to fix. 
This issue has been open for three years.  Surely that is enough
time to solve the problem!  My apologies, but this seems to be an
easily solvable problem.h
Comment 15 _ ttran 2003-03-27 08:30:04 UTC
target -> "4,0".  Too late for 3.5
Comment 16 Jiri Rechtacek 2004-04-23 10:50:28 UTC
Assigned to new owner.
Comment 17 chrisnielsen 2004-08-13 15:08:28 UTC
I have recently discovered this problem as well -- and I consider it
an important usability issue that needs to be corrected.
Comment 18 Jaroslav Tulach 2004-09-30 15:43:58 UTC
I think I know how to fix it easily.
Comment 19 Jaroslav Tulach 2004-09-30 15:54:13 UTC
cvs ci -m "#5674: Simplest fix to problems when printing multiple
files as once - just disable it. Print To HTML is disabled as well
anyway."

/cvs/openide/src/org/openide/actions/PrintAction.java,v  <-- 
PrintAction.java new revision: 1.23
Comment 20 _ tboudreau 2004-10-01 01:08:06 UTC
Amen, I guess, after 4.5 years.
Comment 21 Marian Mirilovic 2005-07-19 14:42:56 UTC
verified in NB.dev(20050718-2018)
Comment 22 Quality Engineering 2008-12-23 14:22:37 UTC
This issue had *1 votes* before move to platform component