Flash objects are output incorrectly
Reproducing Procedures
- Open 'replacebyclass' sample page and load the document with the following source:
<p>
<object>
<param name="quality" value="high" />
<param name="movie" value="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" />
<embed quality="high" src="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" type="application/x-shockwave-flash">
</embed>
</object></p>
- Switch to 'Source' mode.
- Actual Result:
<p>
<object> <param name="quality" value="high" /> <param name="movie" value="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" /> <embed quality="high" src="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" type="application/x-shockwave-flash"></embed> </object></p>
- Expected Result: Spaces between those elements are trimmed:
<p>
<object> <param name="quality" value="high" /><param name="movie" value="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" /><embed quality="high" src="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" type="application/x-shockwave-flash"></embed></object></p>
Change History (5)
Description: |
modified (diff)
|
Milestone: |
CKEditor 3.1 →
CKEditor 3.3
|
Description: |
modified (diff)
|
Milestone: |
CKEditor 3.3 →
CKEditor 3.x
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Adding expected result.