#3285: IE generates fixed urls for smileys
---------------------+------------------------------------------------------
 Reporter:  damo     |       Owner:              
     Type:  Bug      |      Status:  new         
 Priority:  Normal   |   Milestone:  CKEditor 3.0
Component:  General  |     Version:              
 Keywords:  IBM      |  
---------------------+------------------------------------------------------
 When config.smiley_path is set with a relative path IE generates full
 fixed urls to images.
 [[BR]]
 e.g.
 [[BR]]

 {{{
 config.smiley_path='/application/ckeditor/plugins/smiley/images/'
 }}}

 [[BR]][[BR]]
 Link generated:
 {{{
 <img
 
src='http://localhost:9080/application/ckeditor/plugins/smiley/images/SomeImage.gif'
 />
 }}}
 [[BR]]
 [[BR]]
 Firefox handles relative urls as expected, e.g. generating:
 [[BR]]
 {{{
 <img src='/application/ckeditor/plugins/smiley/images/SomeImage.gif' />
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3285>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to