Title: [286814] trunk/Source/WebCore
Revision
286814
Author
[email protected]
Date
2021-12-09 16:21:17 -0800 (Thu, 09 Dec 2021)

Log Message

An `<input>` that's been autofilled with obscured content should still be editable
https://bugs.webkit.org/show_bug.cgi?id=234046
<rdar://problem/86226960>

Reviewed by Wenson Hsieh.

It should be possible to delete the value in the `<input>` even if it's been obscured.

* css/html.css:
(input:-webkit-autofill-and-obscured):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (286813 => 286814)


--- trunk/Source/WebCore/ChangeLog	2021-12-09 23:56:36 UTC (rev 286813)
+++ trunk/Source/WebCore/ChangeLog	2021-12-10 00:21:17 UTC (rev 286814)
@@ -1,3 +1,16 @@
+2021-12-09  Devin Rousso  <[email protected]>
+
+        An `<input>` that's been autofilled with obscured content should still be editable
+        https://bugs.webkit.org/show_bug.cgi?id=234046
+        <rdar://problem/86226960>
+
+        Reviewed by Wenson Hsieh.
+
+        It should be possible to delete the value in the `<input>` even if it's been obscured.
+
+        * css/html.css:
+        (input:-webkit-autofill-and-obscured):
+
 2021-12-09  Robert Jenner  <[email protected]>
 
         Unreviewed, reverting r286754.

Modified: trunk/Source/WebCore/css/html.css (286813 => 286814)


--- trunk/Source/WebCore/css/html.css	2021-12-09 23:56:36 UTC (rev 286813)
+++ trunk/Source/WebCore/css/html.css	2021-12-10 00:21:17 UTC (rev 286814)
@@ -774,9 +774,6 @@
 
 input:-webkit-autofill-and-obscured {
     -webkit-text-security: disc !important;
-    -webkit-user-select: none !important;
-    pointer-events: none !important;
-    cursor: default !important;
 }
 
 input:-webkit-autofill-strong-password {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to