You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open devtools on an input field and start typing text with consecutive whitespace in the middle.
What is expected?
Consecutive whitespace should appear in the devtools data for that field.
What is actually happening?
It gets collapsed to a single whitespace. It's behaving the way text with consecutive whitespace would appear in <div> but it should appear the way it would in <pre>.
The text was updated successfully, but these errors were encountered:
Version
5.0.7
Browser and OS info
Latest firefox, latest ubuntu
Steps to reproduce
Open devtools on an input field and start typing text with consecutive whitespace in the middle.
What is expected?
Consecutive whitespace should appear in the devtools data for that field.
What is actually happening?
It gets collapsed to a single whitespace. It's behaving the way text with consecutive whitespace would appear in
<div>
but it should appear the way it would in<pre>
.The text was updated successfully, but these errors were encountered: