Opened 14 years ago

Last modified 14 years ago

#5567 closed Bug

Remove inline style not joining siblings — at Initial Version

Reported by: Garry Yao Owned by:
Priority: Normal Milestone: CKEditor 3.3
Component: Core : Styles Version: 3.0
Keywords: Confirmed IE Review+ Cc:

Description

Reproducing Procedures

  1. Open any of the sample page;
  2. Load the following content in editor;
    <p>
    	Some sample text</p>
    
  3. Select 'Some sample' and apply the 'Bold' style;
  4. Select 'sample text' and apply the 'Italic' style;
  5. Select 'sample' and remove the 'Bold' style;
  6. Swtich to Source mode and check the output.
    • Actual Result:
      <p><strong>This </strong><em>is</em><em> some</em></p>
      
    • Expected Result:
      <p><strong>This </strong><em>is some</em></p>
      

Change History (0)

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