textarea with wrap=hard broken
Categories
(Firefox :: Untriaged, defect)
Tracking
()
People
(Reporter: petr.hroudny, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:146.0) Gecko/20100101 Firefox/146.0
Steps to reproduce:
In latest Firefox 146.0 for MAC, textarea with wrap="hard" inserts random linefeeds into input, splitting lines at completely unexpected places. HTML source:
<textarea name="body" rows="24" cols="80" id="body" wrap="hard"></textarea>
Actual results:
Inputted text is randomly splitted even if significantly shorter than 80 columns e.g.
This is a test input
results in:
This is
a test input
Expected results:
Spliiting shouldn't happen for short input lines.
Comment 1•8 months ago
|
||
Could not reproduce issue on Mac15 and Win11x64 using FF build 146.0.
Petr Hroudný, can you please add a recording of the issue? Also does this also happen with a new and empty profile? See https://support.mozilla.org/en-US/kb/troubleshoot-and-diagnose-firefox-problems#w_6-create-a-new-firefox-profile
Thank you.
| Reporter | ||
Comment 2•8 months ago
|
||
I've found another bug about the same problem - Bug 2003109
Let's move the discussion there.
Description
•