Opened 14 years ago

Closed 11 years ago

#7112 closed Bug (worksforme)

insertText should not split styles

Reported by: Sa'ar Zac Elias Owned by:
Priority: Normal Milestone:
Component: Core : Styles Version: 3.5
Keywords: Firefox Cc:

Description

  • Open the API sample.
  • Place the caret inside the bolden text.
  • Type some text inside the second textarea and click "Insert Text".

Result:

<strong>sam</strong><strong>Test</strong><strong>ple text</strong>

Expected:

<strong>samTestple text</strong>

Change History (3)

comment:1 Changed 14 years ago by Krzysztof Studnik

Status: newpending

@Saar I am unsure about Your result. Which browser were You using?
For me:

  • Result under FF4 and 3.6.15
    <strong>samp</strong>test<strong>le</strong>
    
  • Result under IE8 and Chrome8
    <strong>samptestle text</strong>
    

comment:2 in reply to:  1 Changed 14 years ago by Krzysztof Studnik

Keywords: Firefox added
Status: pendingconfirmed
Version: 3.5

Correction: Result under FF4 and 3.6.15 after Insert text is indeed

<strong>sam</strong><strong>test</strong><strong>ple text</strong>

comment:3 Changed 11 years ago by Frederico Caldeira Knabben

Resolution: worksforme
Status: confirmedclosed

WFM now with CKEditor 4.

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