Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2005-08-25 18:27:15

camille
Xinha Community Member
Registered: 2005-05-06
Posts: 12

Editor works in I.E. but not in Firefox !

Yes, Editor works in I.E. but not in Firefox !
I had an older version that worked fine untill I updated everything, the script I mean.
I even downloaded the latest version of Firefox but this didn't helped me a bit.
So, does anyone knows why it don't work in Firefox ? It run on XP Pro.

Offline

#2 2005-08-25 22:23:29

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: Editor works in I.E. but not in Firefox !

Does the example work?  If so, then you should follow the newbie guide and make sure everything is correct


James Sleeman

Offline

#3 2005-08-26 15:15:34

camille
Xinha Community Member
Registered: 2005-05-06
Posts: 12

Re: Editor works in I.E. but not in Firefox !

Now I have to work on my old win98 for the next 10 days ! But  I can try this out in win98 now.

But I managed to show the editor in my WEBMANAGER (not the downloaded excample)  but WITHOUT the CSS layout !  Crazy isn't !

How I work is like this : first I try to let it work with the standard configuration, only then I'll do my choice in plugins etc...

This is between the <head> tags on my page :

  <link type="text/css" rel="alternate stylesheet" title="xp-blue" href="txtedit/skins/xp-green/skin.css" />
  <script type="text/javascript">
//win98 IE gave an error : _editor_skin  is not defined ! So I wrote  var _editor_skin;
  var _editor_skin;
    _editor_url = "/webjungle/notimeforschool/student/976431/txtedit/";
    _editor_lang = "en";      // And the language we need to use in the editor.
  </script>
  <!-- Load up the actual editor core -->
  <script type="text/javascript" src="txtedit/htmlarea.js"></script>
  <script type="text/javascript" src="txtedit/my_config.js"></script>

The only thing I changed in my config is this :

     [
        'myTextArea'
       ];

For 1 textarea.

The url from http up is : 
http://localhost/webjungle/notimeforschool/student/976431/txtedit/
The map xinha has become  txtedit  in my case.

The page that contains the editor can be found in the map
http://localhost/webjungle/notimeforschool/student/976431/

So what do I do wrong ?

Offline

#4 2005-08-26 16:21:53

camille
Xinha Community Member
Registered: 2005-05-06
Posts: 12

Re: Editor works in I.E. but not in Firefox !

I inserted following line instaed of " var _editor_skin;"
_editor_skin = "xp-green";
but not all images is showing...

Offline

#5 2005-08-26 16:44:32

camille
Xinha Community Member
Registered: 2005-05-06
Posts: 12

Re: Editor works in I.E. but not in Firefox !

ok I stop now, it's getting late... the xp-green.css is wrong !
I copied the xp-blue.css and changed only the color #c3daf9(from xp-blue)  into #f2f0e4 and the xp-green works finally.
Thanks anyway.
...

Offline

Board footer

Powered by FluxBB