Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

new issue with <textarea> wrap="hard", firefox keeps adding extra linefeeds

  • பதில்கள் இல்லை
  • 0 இந்த பிரச்னைகள் உள்ளது
  • 1 view

I have a <textarea> in a form that upon each read from firefox it keeps adding extra line feeds.

<TEXTAREA

  wrap="hard" 
  name="PJ3NTE" 
  id="PJ3NTE" 
  rows="4" 
  cols="65"
>hello how are you doing ? i am fine this is going to go n and one and on again</TEXTAREA>

becomes: >hello how are you doing ? i am fine this is going to go n and

one and on again</TEXTAREA>

then: >hello how are you doing ? i am fine this is going to go n and


one and on again</TEXTAREA>


Chrome works line. It doesn't keep adding new line feeds. I just noticed this this other week. I'm on windows 145.0

I have a <textarea> in a form that upon each read from firefox it keeps adding extra line feeds. <TEXTAREA wrap="hard" name="PJ3NTE" id="PJ3NTE" rows="4" cols="65" >hello how are you doing ? i am fine this is going to go n and one and on again</TEXTAREA> becomes: >hello how are you doing ? i am fine this is going to go n and one and on again</TEXTAREA> then: >hello how are you doing ? i am fine this is going to go n and one and on again</TEXTAREA> Chrome works line. It doesn't keep adding new line feeds. I just noticed this this other week. I'm on windows 145.0

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.