[Webkit-unassigned] [Bug 216321] New: Wrapping placeholder does not render completely in textarea, after backspacing all characters
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 9 12:09:17 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=216321
Bug ID: 216321
Summary: Wrapping placeholder does not render completely in
textarea, after backspacing all characters
Product: WebKit
Version: Safari 13
Hardware: Macintosh
OS: macOS 10.15
Status: NEW
Severity: Normal
Priority: P2
Component: Forms
Assignee: webkit-unassigned at lists.webkit.org
Reporter: asefkow at yahoo.com
CC: cdumez at apple.com, wenson_hsieh at apple.com
Created attachment 408357
--> https://bugs.webkit.org/attachment.cgi?id=408357&action=review
test case
See attached. Type a character into the text area, then delete that character using backspace. The placeholder text does not render completely.
<html>
<head>
<title>Test</title>
<style>
textarea {
font-size: 14px;
font-family: -apple-system, 'Helvetica Neue', sans-serif;
width: 300px;
height: 60px;
margin-top: 16px;
}
</style>
</head>
<body>
<div>
Type "a" into the textarea, then press backspace. Note the placeholder text
</div>
<textarea placeholder="This is a multi line placeholder that should wrap and take up around two lines."></textarea>
</body>
</html>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200909/316e0284/attachment.htm>
More information about the webkit-unassigned
mailing list