Opened 11 years ago

Last modified 11 years ago

#10639 confirmed Bug

Single Space Does Not Cause Lines to Re-Wrap Correctly

Reported by: Joel Howard Owned by:
Priority: Normal Milestone:
Component: General Version: 4.0 Beta
Keywords: Chrome Cc:

Description

Repro steps:

Open the demo page. Place the cursor at the beginning of any line of a paragraph other than the first. Press backspace (deleting the previous space, causing the last word on the previous line to wrap to this line) Press space.

Expected: The line to re-wrap and the first word to return to the previous line, like it was originally. Saw: The re-separated words both stay on the second line.

Entering a second space causes the lines to rewrap appropriately.

http://i.imgur.com/1mBJXtp.gif

Change History (1)

comment:1 Changed 11 years ago by Jakub Ś

Keywords: Chrome added; wrap space line newline removed
Status: newconfirmed
Version: 4.0.14.0 Beta

I was able to reproduce this problem in Chrome browser only from CKEditor 4.0 beta.

The problem is that backspace, space generate   - this is why word doesn't go back (The goal of a non-breaking space is to provide a space, while not counting as a place to break a line).

This might be related to #10031. Versions when problems started occurring are however different.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy