Bug 235256

Summary: When a “autofilled and obscured” field becomes empty, turn “autofilled and obscured” off
Product: WebKit Reporter: Ellie Epskamp-Hunt <eepskamphunt>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, changseok, esprehn+autocc, ews-watchlist, gyuyoung.kim, hi, mifenton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Ellie Epskamp-Hunt
Reported 2022-01-14 15:03:44 PST
When a “autofilled and obscured” field becomes empty, turn “autofilled and obscured” off
Attachments
Patch (5.53 KB, patch)
2022-03-16 11:47 PDT, Ellie Epskamp-Hunt
no flags
Patch (5.68 KB, patch)
2022-03-16 13:33 PDT, Ellie Epskamp-Hunt
no flags
Patch (13.02 KB, patch)
2022-03-16 16:23 PDT, Ellie Epskamp-Hunt
no flags
Ellie Epskamp-Hunt
Comment 1 2022-01-14 15:04:55 PST
Ellie Epskamp-Hunt
Comment 2 2022-03-16 11:47:19 PDT
Devin Rousso
Comment 3 2022-03-16 11:52:57 PDT
Comment on attachment 454872 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=454872&action=review r=me > Source/WebCore/html/HTMLInputElement.cpp:1148 > if (m_isAutoFilledAndViewable && value.isEmpty()) > setAutoFilledAndViewable(false); Did you mean to delete this now that it's also done below? > LayoutTests/fast/forms/input-autofilled-and-obscured.html:34 > + document.execCommand("Delete"); Could/Should we also tests things like `tf.value = ""` or `tf.form.reset()`?
Ellie Epskamp-Hunt
Comment 4 2022-03-16 12:03:28 PDT
(In reply to Devin Rousso from comment #3) > Comment on attachment 454872 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=454872&action=review > > r=me > > > Source/WebCore/html/HTMLInputElement.cpp:1148 > > if (m_isAutoFilledAndViewable && value.isEmpty()) > > setAutoFilledAndViewable(false); > > Did you mean to delete this now that it's also done below? I sure did. > > > LayoutTests/fast/forms/input-autofilled-and-obscured.html:34 > > + document.execCommand("Delete"); > > Could/Should we also tests things like `tf.value = ""` or `tf.form.reset()`? Sure, I can verify that the text field is actually empty at this point.
Ellie Epskamp-Hunt
Comment 5 2022-03-16 13:33:26 PDT
Ellie Epskamp-Hunt
Comment 6 2022-03-16 16:23:15 PDT
EWS
Comment 7 2022-03-17 12:04:01 PDT
Committed r291426 (248552@main): <https://commits.webkit.org/248552@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 454909 [details].
Note You need to log in before you can comment on or make changes to this bug.