Pasting multi-line text into feedback fields no longer leaves stray line breaks.
What's wrong with this entry?
Pasting or typing multi-line text into the feedback review form no longer produces stray line breaks in single-line fields.
- The shared text input gained two props,
inputFilteranddisableBackslashReturn. - The feedback review form passes a filter that runs over both typed and inserted text: it normalizes CRLF, sanitizes each line, and joins lines with a space in single-line fields.
- Multiline fields in the same form set
disableBackslashReturn, turning off backslash-newline continuation.
disableBackslashReturn
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
Survey follow-ups carry their context into /feedback for 30 seconds
Both mention feedback
-
v2.1.235
Bug reports are trimmed to fit an 8 MiB upload limit
Both mention feedback
-
v2.1.235
Bug reports that are too large drop the transcript automatically
Both mention feedback