Changeset 286814 in webkit
- Timestamp:
- Dec 9, 2021 4:21:17 PM (7 months ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
css/html.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r286813 r286814 1 2021-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 1 14 2021-12-09 Robert Jenner <Jenner@apple.com> 2 15 -
trunk/Source/WebCore/css/html.css
r286803 r286814 775 775 input:-webkit-autofill-and-obscured { 776 776 -webkit-text-security: disc !important; 777 -webkit-user-select: none !important;778 pointer-events: none !important;779 cursor: default !important;780 777 } 781 778
Note: See TracChangeset
for help on using the changeset viewer.