new issue with <textarea> wrap="hard", firefox keeps adding extra linefeeds
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