RESOLVED CONFIGURATION CHANGED 213336
Deleting line with backspace in textarea does not reflect in UI
https://bugs.webkit.org/show_bug.cgi?id=213336
Summary Deleting line with backspace in textarea does not reflect in UI
Maksim Ryzhikov
Reported 2020-06-18 01:21:47 PDT
Created attachment 402192 [details] Image of actual result after pressing Backspace. No empty line in JS but still rendered by Browser Steps to reproduce: - Open `data:text/html,<textarea>foo%0A%0Abar%0Azoo</textarea>` - Set cursor under foo ``` foo <cursor> bar zoo ``` - Remove empty line by pressing [backspace] Expected Result: The line should be deleted and rendered as deleted Actual Result: Textarea still show empty but the value has changed Safari Version 13.1.1 (15609.2.9.1.2)
Attachments
Image of actual result after pressing Backspace. No empty line in JS but still rendered by Browser (103.73 KB, image/png)
2020-06-18 01:21 PDT, Maksim Ryzhikov
no flags
Radar WebKit Bug Importer
Comment 1 2020-06-18 10:59:52 PDT
Note You need to log in before you can comment on or make changes to this bug.