linuxmint / xreader

A generic Document Reader
GNU General Public License v2.0
211 stars 59 forks source link

Crashes if page number to be printed is higher than total number of pages #644

Open SvenMichaelKlose opened 3 months ago

SvenMichaelKlose commented 3 months ago

Distribution

linux min 21.3

Package version

4.0.2

Frequency

Always

Bug description

Nothing more to say.

Steps to reproduce

Open the print dialog, select page TOTAL_NUM + 1 and print.

Expected behavior

Do not accept invalid page numbers. Preferably just show a message next to the input box instead of breaking the flow with an alert window. Buttons to increment/decrement to handle bitchy printers page by page would also be of great help in matters of saving time.

Additional information

No response