We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

enter key causes space and not a new line - text consequently appears on one line

  • 3 个回答
  • 1 人有此问题
  • 13 次查看
  • 最后回复者为 cor-el

more options

Upon update from 35 -> 36 I have the enter key behaving like a space key. Prior text that appeared over several lines is now appearing on the one line.

This happens on Windows 7 & Windows 8.

No problem with Chrome or IE and FF35 was fine before the update.

Upon update from 35 -> 36 I have the enter key behaving like a space key. Prior text that appeared over several lines is now appearing on the one line. This happens on Windows 7 & Windows 8. No problem with Chrome or IE and FF35 was fine before the update.

所有回复 (3)

more options

I don't suppose that Shift+Enter makes any difference?

Does this occur on all sites/editors, or in particular ones?

Not sure if it's relevant, but another user posted about the space bar not working in EFI E-Pace in Firefox 36 (https://support.mozilla.org/questions/1048987).

more options

That appears to be a similar issue to mine. Shift+Enter causes a space to occur also - but only one space then nothing upon further impressions. The spacebar, again inserts one space only. The thing is something is being recorded because if I press the spacebar 3 times, one space opens the other two are ignored, but to close that space, I need to press the 'Back' key 3 times.

This is in an app in the WordPress admin. I reported it to the developer who is also experiencing the same issue upon updating to FF36.

more options

Sounds that you are using an editor that uses HTML conventions for white-space and collapses multiple spaces and new lines to one space character. This forum works in the same way.

Did you try to use Shift+Enter like suggested above?

You may have to use a <br> code if it is possible to enter HTML code or use a <pre> tag if you need multiple spaces for formatting text.