Opened 14 years ago
Closed 14 years ago
#6288 closed Bug (duplicate)
use ‘insertHtml’ failed in Firefox 3.6.9
Reported by: | rocing | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.4 |
Keywords: | Firefox | Cc: |
Description
I am trying to insert a "<img>" into CKEditor with the function insertHtml() . It is working fine in I.E. but some problems encountered in firefox >=3.6.9
first:my domain is www.rocing.cn
I want to insert the code into ckeditor with the function insertHtml()
<img src="http://www.rocing.cn/uploadfile/2010/0914/20100914115423934.jpg" />
but it returns
<img src="uploadfile/2010/0914/20100914115423934.jpg" />
If the code inserted in other domains begins, it's fine in any browsers
Change History (4)
comment:1 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:3 Changed 14 years ago by
Keywords: | Firefox added |
---|---|
Resolution: | duplicate |
Status: | closed → reopened |
It seems that the adjustments in Firefox 3.6.9 messed with the behavior of all editors: https://bugzilla.mozilla.org/show_bug.cgi?id=596300
DUP of #5218.