Opened 15 years ago
Last modified 14 years ago
#6196 confirmed Bug
flash edit dialog show url(源文件) uncorrectly
| Reported by: | yiminghe | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | UI : Dialogs | Version: | 3.0.2 |
| Keywords: | IE8 | Cc: |
Description
only in ie : user types code to generate flash:
<object class="holiday-logo"
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
height="68" width="300">
<param name="movie"
value="http://img01.taobaocdn.com/tps/i1/T12MVIXfVNXXXXXXXX.swf"/>
<param name="wmode" value="transparent"/>
<object class="holiday-logo"
data="http://img01.taobaocdn.com/tps/i1/T12MVIXfVNXXXXXXXX.swf"
height="68" name="holiday-logo"
type="application/x-shockwave-flash"
width="300">
<param name="wmode"
value="transparent"/>
<a href="http://www.taobao.com/"
style="height: 43px; margin-left: 56px;" target="_top">
淘宝网
<img alt="淘宝网" height="110" src="http://www.taobao.com/"
title="Taobao.com - 阿里巴巴旗下网站" width="167"/>
</a>
</object>
</object>
ckeditor transforms it to a img in wysiwyg mode ,but when you click fake img,the pop up dialog's url(源文件) field is empty ,ckeditor should read inner object element's data attribute .
Change History (6)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
| Status: | new → confirmed |
|---|
Confirmed on IE (IE7 mode, IE8, IE8 with Compatibility mode ON), on CKEditor 3.4.1 Trunk
On Opera 10.61, URL is lodaded, but no preview is shown.
comment:3 Changed 15 years ago by
| Status: | confirmed → pending |
|---|
When You insert link to Flash, some info is automatically added.
<embed pluginspage="http://www.macromedia.com/go/getflashplayer" quality="high" src="http://img01.taobaocdn.com/tps/i1/T12MVIXfVNXXXXXXXX.swf" type="application/x-shockwave-flash"></embed>
Have You removed this part?
comment:4 Changed 15 years ago by
| Keywords: | flash editor dialog removed |
|---|
comment:5 Changed 15 years ago by
i type above html in sourcearea mode ,then change to wysiwyg mode ,then double click the fake img ,then in ie error happens.
i do not insert link to Flash
comment:6 Changed 14 years ago by
| Keywords: | IE8 added |
|---|---|
| Status: | pending → confirmed |
| Version: | 3.4 → 3.0.2 |
This issue has been reproducible in IE8 only from CKEditor 3.0.2
Just copy/paste the attached code into editor and double click on placeholder (or right-click in older versions). Only IE8 can't has empty URL. All other browsers work fine.

precisely,action should be "double click" the fake img element