Closed
Bug 1675455
Opened 4 years ago
Closed 4 years ago
Print preview - TAB navigation on More Settings section throws Uncaught TypeError: can't access property "includes", e.target.step is undefined
Categories
(Toolkit :: Printing, defect)
Toolkit
Printing
Tracking
()
RESOLVED
DUPLICATE
of bug 1668849
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox82 | --- | unaffected |
firefox83 | --- | wontfix |
firefox84 | --- | wontfix |
People
(Reporter: cfogel, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression, Whiteboard: [print2020_v84] [old-ui-])
Attachments
(1 file)
565.22 KB,
image/png
|
Details |
Affected versions
- 84.0a1 (2020-11-04), 83.0b8
Affected platforms
- macOS 10.15, Windows 10, Ubuntu 20;
Steps to reproduce
- Launch Firefox, access any website ex.
- CTRL+P to open print preview, expand the More Settings section;
- Use the TAB key to navigate in options from the PrintPreview interface;
Expected result
- no errors occur;
Actual result
- Error thrown in console:
Uncaught TypeError: can't access property "includes", e.target.step is undefined
handleKeypress chrome://global/content/print.js:1336
handleEvent chrome://global/content/print.js:2036
initialize chrome://global/content/print.js:1917
connectedCallback chrome://global/content/print.js:1299
<anonymous> chrome://global/content/print.js:2100
print.js:133
Regression range
- First bad: 2020-10-01
- Last good: 2020-09-30
- Pushlog: URL;
- Potential regressor: bug 1664570
Additional notes
- attached image to illustrate the issue;
- S4 as suggested severity since it doesn't seem to have an impact over usability.
Reporter | ||
Comment 1•4 years ago
|
||
Updated flags based on indicated regressor.
@Emma, mind confirming if it is accurate? Thanks!
Has Regression Range: --- → yes
Has STR: --- → yes
Component: Print Preview → Printing
Flags: needinfo?(emalysz)
Keywords: regression
Product: Core → Toolkit
Updated•4 years ago
|
status-firefox82:
--- → unaffected
status-firefox-esr78:
--- → unaffected
Comment 2•4 years ago
|
||
Is this a dupe of https://bugzilla.mozilla.org/show_bug.cgi?id=1668849 perhaps?
Comment 3•4 years ago
|
||
Yeah, the error is from the margin select box, so going to make this a dupe of Bug 1668849.
Status: NEW → RESOLVED
Closed: 4 years ago
Flags: needinfo?(emalysz)
Resolution: --- → DUPLICATE
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•