You are not logged in.

#1 2008-09-04 20:20:30

astericks
Member
Registered: 2008-09-04
Posts: 2

Editor not working in IE7, but all other browsers

Hey guys,

I'm using the latest tinymce, 3.1.1 and the following configuration

Code:

tinyMCE.init({
    mode : "textareas",
    theme : "advanced",
    plugins : "insertdatetime, preview, safari",
    theme_advanced_toolbar_location : "top",
    theme_advanced_toolbar_align : "left",
    theme_advanced_statusbar_location : "bottom",
    theme_advanced_buttons1_add : "fontselect,fontsizeselect",
    theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,separator,forecolor,backcolor",
    theme_advanced_buttons3 : "",
    content_css : "/source_inner/editor.css",
    theme_advanced_resize_horizontal : false,
    theme_advanced_resizing : true,
    apply_source_formatting : true,
    convert_urls : false,
});

It works in opera, firefox, safari BUT not in Internet Explorer (edit: both 6 and 7)...any ideas guys?  I tried searching throughout the forum and couldnt really find anything.

Any help would be appreciated.

thanks
asT.

Last edited by astericks (2008-09-04 21:18:45)

Offline

 

#2 2008-09-04 22:44:47

astericks
Member
Registered: 2008-09-04
Posts: 2

Re: Editor not working in IE7, but all other browsers

I actually got it working.

the extra comma after "convert_urls : false," was messing it up in IE.

Offline

 

#3 2009-01-15 18:51:28

jdiligence
Member
Registered: 2009-01-14
Posts: 25

Re: Editor not working in IE7, but all other browsers

Wow! Thanks..

I have been having this problem in IE and was driving me crazy. Just a comma.. sad

Last edited by jdiligence (2009-01-15 18:51:52)

Offline

 

#4 2009-02-06 14:24:31

ron
Member
Registered: 2009-02-05
Posts: 4

Re: Editor not working in IE7, but all other browsers

thanks you just saved me a great deal of time trying to debug this.

Offline

 

#5 2010-06-01 13:12:12

logicopinion
Member
Registered: 2010-05-27
Posts: 8

Re: Editor not working in IE7, but all other browsers

i have the same Problem With IE7 IE6

the code i use is:

Code:

tinyMCE.init({
                // General options
                mode : "exact",
                elements : "textarea_1,textarea_2,textarea_3, textarea_4",
                theme : "advanced",
                file_browser_callback : "tinyBrowser",
                relative_urls : false,
                document_base_url : "/useruploads/",
                plugins : "safari,pagebreak,style,layer,table,save,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template",
                // Theme options
                theme_advanced_buttons1 : "code,bold,italic,underline,strikethrough,sub,sup,pastetext,pasteword,|,justifyleft,justifycenter,justifyright,justifyfull,outdent,indent,formatselect,fontselect,fontsizeselect",
                theme_advanced_buttons2 : "link,unlink,image,media,forecolor,backcolor,tablecontrols,charmap",
                theme_advanced_buttons3 : "",
                theme_advanced_buttons4 : "",
                theme_advanced_toolbar_location : "top",
                theme_advanced_toolbar_align : "left",
                theme_advanced_resizing : false,

        });

Any Ideas?

Last edited by logicopinion (2010-06-01 13:13:27)

Offline

 

#6 2010-06-02 11:18:53

Felix Riesterer
Administrator
From: Germany
Registered: 2005-12-30
Posts: 4687
Website

Re: Editor not working in IE7, but all other browsers


Greetings from Germany,

Felix Riesterer.
(-> about me and this forum <-)

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2008 PunBB