Changes between Initial Version and Version 8 of Ticket #11110
- Timestamp:
- Nov 5, 2017, 10:30:07 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11110
-
Property
Status
changed from
new
toclosed
- Property Owner set to Piotrek Koszuliński
-
Property
Resolution
changed from
to
fixed
-
Property
Milestone
changed from
to
CKEditor 4.3
-
Property
Status
changed from
-
Ticket #11110 – Description
initial v8 19 19 '''Expected result:'''[[BR]] 20 20 Pasted content should contain iframe. 21 Produced source code: {{{ 21 Produced source code: 22 {{{ 22 23 <p>n t<iframe frameborder="0" scrolling="no" src="www.wikipedia.org"></iframe>e dn t<iframe frameborder="0" scrolling="no" src="www.wikipedia.org"></iframe>e d</p> 23 24 }}} 24 25 25 26 '''Current result:'''[[BR]] 26 Pasted content contain image2 instad iframe. 27 Code with image: {{{ 27 Pasted content contain image2 instead of an iframe. 28 Code with image: 29 {{{ 28 30 <p>n t<iframe frameborder="0" scrolling="no" src="www.wikipedia.org"></iframe>e dn t<img alt="IFrame" src="http://presets.ckeditor.dev/4.3/full-all/ckeditor/plugins/fakeobjects/images/spacer.gif?t=DA89" title="IFrame" />e d</p> 29 31 }}}