Opened 15 years ago
Closed 15 years ago
#4609 closed Bug (fixed)
[FF2 FF3] Flash object is missing
Reported by: | Joe Kavanagh | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | Core : Output Data | Version: | SVN (CKEditor) - OLD |
Keywords: | IBM Confirmed Review+ | Cc: | damian.chojna@…, matti.jarvinen@… |
Description (last modified by )
Using the ajax sample in either Firefox 2 or 3.
- Click the Create Editor button.
- Click the Flash button to open the Flash dialog.
- Enter the URL for the flash object and click OK
- Enter some text after the flash object.
- Click the Remove Editor button.
- Click the Create Editor button.
- Right click on the flash object and select Flash Properties from the context menu.
- Update a property in the General or Properties tab and click OK.
- Click the Remove Editor button.
The flash object is missing. Click the Create Editor button and observe the flash object within the editor.
Attachments (2)
Change History (12)
comment:1 Changed 15 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 15 years ago by
Keywords: | Confirmed added |
---|
comment:3 follow-up: 5 Changed 15 years ago by
Is #4552 related? Symptoms are similar and both use floatpanel.
comment:4 Changed 15 years ago by
Cc: | matti.jarvinen@… added |
---|
comment:5 Changed 15 years ago by
Changed 15 years ago by
Attachment: | 4609.patch added |
---|
comment:6 Changed 15 years ago by
Component: | General → Core : Output Data |
---|---|
Keywords: | Review? added |
Owner: | set to Garry Yao |
Status: | new → assigned |
Version: | 3.0 → SVN (CKEditor) |
Browser just don't agree on the output of <param> and <embed> elements, some says self-close, others insist on self-open, just normalize them.
the context menu doesn't open for the flash object after point 9, when creating the editor instance again.
Seems to be another issue, worthy for a new ticket.
comment:7 Changed 15 years ago by
Adding fixes to the parser to treat flash related tags as block-like.
Changed 15 years ago by
Attachment: | 4609_2.patch added |
---|
comment:9 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
Confirmed. Additionally, the context menu doesn't open for the flash object after point 9, when creating the editor instance again.