Opened 10 years ago
Last modified 10 years ago
#13154 confirmed Bug
[IE8-10] Space is inserted by editor.insertHtml( 'foo' ) in specific case
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description (last modified by )
I found out that this test is red when the previous editor has the elementspath plugin enabled. Precisely - when the bottom space is created. This sounds like a nonsense, but should have a manual test if we plan to ignore this test.
Check the manual test in branch:t/13154.
Change History (1)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Milestone: | CKEditor 4.4.8 |
Status: | new → confirmed |
Summary: | [IE8-10] Weird failure in selection/editor test in build mode → [IE8-10] Space is inserted by editor.insertHtml( 'foo' ) in specific case |
I pushed a branch:t/13154 with a manual test that proves that the issue really happen. What's more - I debugged editor.insertHtml() and it really adds the nbsp there, so there must be some bug. However, this is not a recent regression.
I ignored the failing automated test with git:7c83988.