GNOME Bugzilla – Bug 376488
Print dialog: 'collate' sensitive when only one page to print
Last modified: 2015-10-02 11:04:55 UTC
Originally filed here: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=216117 In the print dialog, the 'collate' option is sensitive even when there is only one page to print. This is confusing! It can happen either when the document only has one page, or when only the current page is to be printed, or when the page range only lists one page. Version-Release number of selected component (if applicable): gtk2-2.10.4-4.fc6 How reproducible: 100% Steps to Reproduce: 1.evince /usr/share/cups/data/testprint.ps (for example) 2.File->Print 3.Adjust copies to 2 Actual results: Collate option becomes sensitive but will have no effect. Expected results: Collate option remains insensitive.
The sensitivity of the collate check box depends on the number of copies nowadays. We should still try to take the number of pages into account too. As long as we know that only a single page is going to be printed, neither reverse nor collate make sense.