Opened 13 years ago
Closed 11 years ago
#8350 closed Bug (fixed)
Undo adds NBSP to empty paragraph
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Undo & Redo | Version: | 3.0 |
Keywords: | Cc: |
Description
- Load any of the sample page;
- Press enter twice at the end of first paragraph (to create two new paragraphs)
- Undo once
- Actual: Checked the last paragraph, it contains a NBSP text node now.
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
For those who dont have the background, we've eliminated the NBSP usage (as filler node) in modern IE back in #6248.
comment:3 Changed 13 years ago by
Keywords: | IE removed |
---|---|
Status: | new → confirmed |
I not sure why have you added IE keyword since the issue is reproducible in all browsers
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
I could not reproduce it on IE8 or Chrome on 4.3.3.
The bad thing of NBSP in wysiwyg is that the check start/end of block logic cannot handle it well, so enter key behavior inside a block which affects by it will probably break.