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.
Change History (1)
comment:1 Changed 11 years ago by
Keywords: | Chrome added; wrap space line newline removed |
---|---|
Status: | new → confirmed |
Version: | 4.0.1 → 4.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.