WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
235256
When a “autofilled and obscured” field becomes empty, turn “autofilled and obscured” off
https://bugs.webkit.org/show_bug.cgi?id=235256
Summary
When a “autofilled and obscured” field becomes empty, turn “autofilled and ob...
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
Details
Formatted Diff
Diff
Patch
(5.68 KB, patch)
2022-03-16 13:33 PDT
,
Ellie Epskamp-Hunt
no flags
Details
Formatted Diff
Diff
Patch
(13.02 KB, patch)
2022-03-16 16:23 PDT
,
Ellie Epskamp-Hunt
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Ellie Epskamp-Hunt
Comment 1
2022-01-14 15:04:55 PST
<
rdar://86244109
>
Ellie Epskamp-Hunt
Comment 2
2022-03-16 11:47:19 PDT
Created
attachment 454872
[details]
Patch
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
Created
attachment 454889
[details]
Patch
Ellie Epskamp-Hunt
Comment 6
2022-03-16 16:23:15 PDT
Created
attachment 454909
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug