New issue 94554 by DeanStur...@gmail.com: Unable to print a page range from
a document
http://code.google.com/p/chromium/issues/detail?id=94554
Google Chrome 14.0.835.94 (Official Build 96725) beta
OS Linux
WebKit 535.1 (branches/chromium/835@93008)
JavaScript V8 3.4.14.13
Flash 10.3 r183
User Agent Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like
Gecko) Chrome/14.0.835.94 Safari/535.1
Command Line /opt/google/chrome/google-chrome --restore-last-session
--flag-switches-begin --flag-switches-end
Executable Path /opt/google/chrome/google-chrome
Profile Path /home/dsturtevant/.config/google-chrome/Default
Chrome Version : <Copy from: 'about:version'>
URLs (if applicable) : chrome://print/
Other browsers tested: None
Add OK or FAIL after other browsers where you have tested this issue:
Safari 5:
Firefox 4.x:
IE 7/8/9:
What steps will reproduce the problem?
1. Select print
2. Try to enter a page range
3. See the message "Invalid page range, use e.g. 1-5, 8, 11-13"
Please provide any additional information below. Attach a screenshot if
possible.
I figured it out (I think). There was no page 17 in the document (even
though the page number at the bottom said page 17 or 28). If this is the
problem, then Chrome should indicate how many pages there are in the
document.
Before making any changes to the page selection "All" is selected and
therefore the total number of pages should be displayed in the print
summary (top left).
Should this bug still be marked as "Available"? Are we looking for some UI
change to always display the total number of pages? We could add it next
to "All" maybe.
I see, I confused the hint text with the error message. In that case the
error message could only be "Invalid page range, use numbers from 1 to x"
since everything else is included in the hint text.