Changeset 286814 in webkit


Ignore:
Timestamp:
Dec 9, 2021 4:21:17 PM (7 months ago)
Author:
Devin Rousso
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):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r286813 r286814  
     12021-12-09  Devin Rousso  <drousso@apple.com>
     2
     3        An `<input>` that's been autofilled with obscured content should still be editable
     4        https://bugs.webkit.org/show_bug.cgi?id=234046
     5        <rdar://problem/86226960>
     6
     7        Reviewed by Wenson Hsieh.
     8
     9        It should be possible to delete the value in the `<input>` even if it's been obscured.
     10
     11        * css/html.css:
     12        (input:-webkit-autofill-and-obscured):
     13
    1142021-12-09  Robert Jenner  <Jenner@apple.com>
    215
  • trunk/Source/WebCore/css/html.css

    r286803 r286814  
    775775input:-webkit-autofill-and-obscured {
    776776    -webkit-text-security: disc !important;
    777     -webkit-user-select: none !important;
    778     pointer-events: none !important;
    779     cursor: default !important;
    780777}
    781778
Note: See TracChangeset for help on using the changeset viewer.