New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 741590 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Jul 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Windows , Mac
Pri: 2
Type: Bug



Sign in to add a comment

Error message is not seen in 'scale' field of print preview

Reported by pranjali...@etouch.net, Jul 12 2017

Issue description

Chrome Version :61.0.3155.0 (Official Build)(cohort: Stable)981b49ad53b91e640ca9e83751e73f9c60dcf782-refs/heads/master@{#485784}(32/64 bit).
 
OS :Windows (7,8,10), Mac (10.11.6, 10.12.3), Linux (14.04 LTS).

Steps to reproduce:
1)Launch Chrome and navigate to NTP.
2)Now give print command and enter '3' in 'pages' text field , error message will be displayed.
3)Select and drag the error message in 'Scale' field and Observe.

Actual Result: Error message is not seen in 'scale' field of print preview.(instead some random characters such as 'eeee' is seen )
Expected Result: Instead of random characters, dragged text should be seen in 'scale' field of print preview.

This is Non-regression issue seen from 'M-56' from #56.0.2902.0

 
Actual_result.mp4
1.1 MB View Download
Status: Untriaged (was: Unconfirmed)
As this being a Non-Regression issue, changing the status to Untriaged so that the issue would get addressed.

Thank You!
Correction
Chrome version :60.0.3112.66 (Official Build)(cohort: Stable)918bd2c170db688d263abd50ba2144ec76d222ec-refs/branch-heads/3112@{#590}(32/64-bit)
Status: WontFix (was: Untriaged)
Working as intended. The scale field is a number input and therefore characters that are not numbers cannot be copied into this field. The "random text" is in fact all of the "e" characters from the error message as well as the "1" (note that e is allowed in number inputs for scientific notation). All the other characters are dropped since they are invalid for a number input. This is consistent with what happens if you try to type characters like "a" into a number input. They will be ignored.

The user is still informed that the input is invalid after copying the error message (See "scale amount must be a number between 10 and 200" error message that appears) and can correct the issue.

Sign in to add a comment