Changes between Initial Version and Version 1 of Ticket #13841


Ignore:
Timestamp:
Oct 21, 2015, 11:02:11 AM (9 years ago)
Author:
Jakub Ś
Comment:

From What I have checked problem can be reproduced from CKEditor 3.0 in Blink and Webkit browsers.


Additionally in Firefox the result is also not as expected. When checking it with Firebug it looks like:

<div style="background:red;">some red text</div>
<br>
<div style="background:blue;">some blue text</div>

After switching to source:

<div style="background:red;">some red text</div>
<p>&nbsp;
<div style="background:blue;">some blue text</div>
</p>
}}}}
Which after switching to wysiwyg looks like:
{{{
<div style="background:red;">some red text</div>
<p>&nbsp;</p>
<div style="background:blue;">some blue text</div>
<p>&nbsp;</p>
}}}

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13841

    • Property Keywords Blink firefox added
    • Property Status changed from new to confirmed
    • Property Version changed from 4.5.4 to 3.0
  • Ticket #13841 – Description

    initial v1  
    3737
    3838I feel like this was working differently (and used to just remove the div) in previous releases.
     39
     40----
     41**Please see comment:1 for Firefox result**
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy