Opened 10 years ago

Last modified 10 years ago

#11861 closed Bug

[Webkit] Span elements created while joining adjacent elements — at Version 1

Reported by: Olek Nowodziński Owned by:
Priority: Normal Milestone: CKEditor 4.4.1
Component: General Version: 3.0
Keywords: Webkit Blink Cc: joel.peltonen@…

Description (last modified by Olek Nowodziński)

It's a follow-up of #9998, which covers a single case.


Example 1

  1. Set data
    <p>foo</p>
    <p>^bar</p>
    
  2. Backspace.
  3. <p>foo<span style="line-height:1.6">bar</span></p>
  4. Expected:
    <p>foo^bar</p>
    

Example 2

  1. Set data
    <h1>foo</h1>
    <p>^bar</p>
    
  2. Backspace.
  3. <h1>foo<span style="font-size:13px; line-height:1.6">bar</span></h1>
  4. Expected:
    <h1>foo^bar</h1>
    

Change History (1)

comment:1 Changed 10 years ago by Olek Nowodziński

Description: modified (diff)
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