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!

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

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

  • 3 respostas
  • 1 tem este problema
  • 13 visualizações
  • Última resposta de 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.

Todas as respostas (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.