Closed
Bug 1771806
Opened 2 years ago
Closed 2 years ago
Capture user input
Categories
(Toolkit :: Password Manager, enhancement, P2)
Toolkit
Password Manager
Tracking
()
RESOLVED
FIXED
104 Branch
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: serg, Assigned: emilio)
References
(Blocks 12 open bugs)
Details
Attachments
(1 file, 1 obsolete file)
We should remember input.value
that we observe in LoginManagerChild.jsm on change/input events.
By doing that we will be able to:
- capture data that was entered by user and not by a script.
- ignore irrelevant fields (hidden, display:none, opacity:0.001 or otherwise inaccessible to user) which should reduce number of bugs when we capture wrong field
- gain some performance, because we will have smaller set of fields to operate on
Same approach should be used with Form Autofill.
Reporter | ||
Updated•2 years ago
|
Assignee: nobody → sgalich
Reporter | ||
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P2
Reporter | ||
Updated•2 years ago
|
Severity: S3 → N/A
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Attachment #9282605 -
Attachment is obsolete: true
Updated•2 years ago
|
Attachment #9282615 -
Attachment description: WIP: Bug 1771806 - Record last interactive value in HTMLInputElement. → Bug 1771806 - Record last interactive value in TextControlState. r=smaug,masayuki
Pushed by ealvarez@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/f934958eed1b Record last interactive value in TextControlState. r=masayuki
Assignee | ||
Updated•2 years ago
|
Assignee: sgalich → emilio
Comment 4•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox104:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•