Changes between Version 80 and Version 84 of Ticket #9998


Ignore:
Timestamp:
May 19, 2014, 1:44:16 PM (10 years ago)
Author:
Olek Nowodziński
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9998 – Description

    v80 v84  
    35352. Backspace.
    36363. `<h1>foo<span style="font-size:13px; line-height:1.6">bar</span></h1>`
     37
     38=== <span> created while joining two adjacent elements (non-collapsed selection) ===
     39
     40Related issues: #9998
     41
     42'''Target ticket''': #11980
     43
     44==== Example 1 ====
     45
     461. Set data
     47 {{{
     48<div>
     49  <p>fo[o</p>
     50</div>
     51
     52<div>
     53  <p>b]ar</p>
     54</div>
     55}}}
     562. BACKSPACE
     573. Result:
     58 {{{
     59<div>
     60  <p>fo<span style="line-height:1.6">^ar</span></p>
     61</div>
     62}}}
     634. '''Expected'''
     64 {{{
     65<div>
     66  <p>fo^ar</p>
     67</div>
     68}}}
    3769
    3870=== Attempt to preserve the visual style of the contents -> i.e. <strong> becomes <b> ===
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy