Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

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

  • 3 odpovede
  • 1 má tento problém
  • 13 zobrazení
  • Posledná odpoveď od 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.

Všetky odpovede (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.