Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

On Windows 8.1 and Firefox 36.0.1 the textarea in forms has no carriage returns. Earlier versions the forms work. Is there a fix for this?

  • 2 trả lời
  • 4 gặp vấn đề này
  • 7 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

Prior to this version of Firefox 36.0.1, the <textarea> in my HTML forms was working; displaying carriage returns. In version 36.0.1 they no longer function properly. Instead when I enter a carriage return, it displays a space instead of a newline. I went to the most basic textarea testing <textarea> name="comments" cols=20 rows=10 </textarea> to make sure I wasn't introducing anything with other languages. I am using Windows 8.1 Pro. I rolled back to Firefox 35.0 and everything works fine. I install 36.0.1 and it stops working. I have access to another Laptop also running the same version of windows and Firefox and it appears to be doing strange things as well. I am suspicious in that I started noticing this immediately after a windows upgrade last night. The laptop also experienced the issues it is having immediately after a windows update yesterday evening. I have yet another PC running a different version of windows and Firefox and it too works fine. It looks like the issue is where there is windows 8.1 Pro and Firefox 36.0.1. Do you guys have any idea what is going on here? Thanks JMRAUPE57

Prior to this version of Firefox 36.0.1, the <textarea> in my HTML forms was working; displaying carriage returns. In version 36.0.1 they no longer function properly. Instead when I enter a carriage return, it displays a space instead of a newline. I went to the most basic textarea testing &lt;textarea&gt; name="comments" cols=20 rows=10 &lt;/textarea&gt; to make sure I wasn't introducing anything with other languages. I am using Windows 8.1 Pro. I rolled back to Firefox 35.0 and everything works fine. I install 36.0.1 and it stops working. I have access to another Laptop also running the same version of windows and Firefox and it appears to be doing strange things as well. I am suspicious in that I started noticing this immediately after a windows upgrade last night. The laptop also experienced the issues it is having immediately after a windows update yesterday evening. I have yet another PC running a different version of windows and Firefox and it too works fine. It looks like the issue is where there is windows 8.1 Pro and Firefox 36.0.1. Do you guys have any idea what is going on here? Thanks JMRAUPE57

Được chỉnh sửa bởi JR vào

Giải pháp được chọn

The current release supports the white-space property for a text area and it is possible that the website uses white-space: pre instead of white-space: pre-wrap. The former will prevent Firefox from wrapping the text.

You can check that in the Inspector via the right-click context menu.

See:

The white-space property is now working on <textarea> HTML elements (bug 82711).

See also:

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (2)

more options

I update the above question fro clarification only

Được chỉnh sửa bởi JR vào

more options

Giải pháp được chọn

The current release supports the white-space property for a text area and it is possible that the website uses white-space: pre instead of white-space: pre-wrap. The former will prevent Firefox from wrapping the text.

You can check that in the Inspector via the right-click context menu.

See:

The white-space property is now working on <textarea> HTML elements (bug 82711).

See also: