Closed Bug 2006051 Opened 9 months ago Closed 8 months ago

textarea with wrap=hard broken

Categories

(Firefox :: Untriaged, defect)

Firefox 146
defect

Tracking

()

RESOLVED DUPLICATE of bug 2003109

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.

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.

Flags: needinfo?(petr.hroudny)

I've found another bug about the same problem - Bug 2003109
Let's move the discussion there.

Status: UNCONFIRMED → RESOLVED
Closed: 8 months ago
Duplicate of bug: 2003109
Flags: needinfo?(petr.hroudny)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.