Closed
Bug 1659910
Opened 5 years ago
Closed 5 years ago
Delay showing error message for invalid scale and range input.
Categories
(Toolkit :: Printing, enhancement, P2)
Toolkit
Printing
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: emmamalysz, Assigned: emmamalysz)
References
Details
(Whiteboard: [print2020_v81])
Attachments
(1 file)
In Bug 1653389, Daniel pointed out that we should add a grace period before displaying the error message to the user. This will create a better experience for our users, especially if they were just trying to delete a character.
Hiding/showing the error message for the scale input is done here: https://searchfox.org/mozilla-central/source/toolkit/components/printing/content/print.js#610
Assignee | ||
Comment 1•5 years ago
|
||
Resets percent scale input value if the previous value was invalid and the user switches
to "Fit to page"
Updated•5 years ago
|
Assignee: nobody → emalysz
Status: NEW → ASSIGNED
Pushed by cbrindusan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5fedfa63cb9c
add a timeout to delay showing error messages r=sfoster
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•