Opened 9 years ago

Last modified 9 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 Piotrek Koszuliński)

http://tests.ckeditor.dev:10450/tests/core/selection/editor#tests%2Fcore%2Fselection%2Feditor%20-%20test%20initial%20selection%20after%20set%20data%20in%20autoparagraphing%20inline%20editor

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 9 years ago by Piotrek Koszuliński

Description: modified (diff)
Milestone: CKEditor 4.4.8
Status: newconfirmed
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.

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