Opened 14 years ago
Closed 14 years ago
#7301 closed Bug (fixed)
IE: Flash video not displaying when the editor is removed.
Reported by: | James Cunningham | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.3 |
Component: | General | Version: | 3.5.3 |
Keywords: | IBM IE | Cc: | Damian, Teresa Monahan, Satya Minnekanti |
Description
Steps to reproduce the defect:
- Open the Ajax sample in IE.
- Open the Flash dialog.
- Insert http://bytescout.com/files/demo/swfscout_VideoSample.swf into the URL field & click ok.
- Remove the editor. See that the flash movie displays as expected.
- Create the editor.
- Remove the editor.
Expected: The flash movie is displayed.
Actual: The Flash movie is not displayed.
Attachments (1)
Change History (8)
comment:1 Changed 14 years ago by
Milestone: | → CKEditor 3.5.3 |
---|---|
Status: | new → confirmed |
comment:2 Changed 14 years ago by
This's actually an IE bug which ignores <param>s on inner/outerHTML. Affected are:
- The ajax sample.
- The CKEDITOR.replace() method.
comment:4 Changed 14 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | confirmed → assigned |
Changed 14 years ago by
Attachment: | 7301.patch added |
---|
comment:5 Changed 14 years ago by
Status: | assigned → review |
---|
This is something to be fixed in the sample level and not the software level.
comment:6 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6601].
Regression of [6455].