Closed
Bug 1683077
Opened 4 years ago
Closed 4 years ago
Missing closing bracket in NewPasswordModel.jsm selector
Categories
(Toolkit :: Password Manager, defect, P2)
Toolkit
Password Manager
Tracking
()
RESOLVED
DUPLICATE
of bug 1679452
People
(Reporter: ntim, Unassigned)
References
(Regression)
Details
(Keywords: regression)
As Kartik Gautam pointed out to me via Matrix, the second :not
is missing a closing bracket.
From initial testing, the selector works as it should, even without the missing bracket on document.querySelectorAll
, but not sure in this very specific case.
Bianca, can you look into this or redirect to someone else?
Flags: needinfo?(bdanforth)
Comment 1•4 years ago
|
||
Type: task → defect
Comment 2•4 years ago
|
||
I'll fix this.
Assignee: nobody → dlee
Severity: -- → S3
Status: NEW → ASSIGNED
Flags: needinfo?(bdanforth)
Priority: -- → P2
Reporter | ||
Comment 3•4 years ago
|
||
input[type=password]:not([disabled], [aria-hidden=true])
should be equivalent and shorter.
Reporter | ||
Comment 4•4 years ago
|
||
Bug 1679452 took care of this.
Assignee: dlee → nobody
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Updated•4 years ago
|
Has Regression Range: --- → yes
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•