You are not logged in.

#1 2006-09-28 00:30:03

mikebridge
Member
Registered: 2006-09-05
Posts: 37

Safari?

Hi-

The Compatibility Chart at http://tinymce.moxiecode.com/tinymce/do … chart.html lists Safari as "partially working"; however, I can't seem to get tinymce to do anything at all on 2.0.4, even on the example pages at http://tinymce.moxiecode.com/example.php?example=true.  The editor appears, but none of the buttons do anything.

Posts to the forum indicate that tinymce worked until version 2.0.3, and as far as I can tell it hasn't had any attention since February.

There used to be a roadmap on the wiki apparently, but Safari doesn't show up in the search any more.

Can someone clarify the status of Tinymce on Safari?

Thanks,

-Mike

Offline

 

#2 2006-10-02 06:04:12

mikebridge
Member
Registered: 2006-09-05
Posts: 37

Re: Safari?

Should I assume from the lack of interest in this thread that Safari support is no longer on the road map?

-Mike

Offline

 

#3 2006-10-02 08:56:03

Afraithe
Administrator
From: Skellefteċ, Sweden
Registered: 2005-01-03
Posts: 1976
Website

Re: Safari?

Safari keeps changing each day, the latest SVN version should work a lot better with Safari.


Afraithe
TinyMCE Developer
Moxiecode Systems

Offline

 

#4 2006-10-02 18:15:11

mikebridge
Member
Registered: 2006-09-05
Posts: 37

Re: Safari?

Thanks, I'll have a look!

-Mike

Offline

 

#5 2006-10-02 19:14:55

mikebridge
Member
Registered: 2006-09-05
Posts: 37

Re: Safari?

Revision 92 does indeed work better, though not perfectly.  Glad to hear that safari is still on the map.

Thanks!

-Mike

Offline

 

#6 2006-10-02 21:41:31

Afraithe
Administrator
From: Skellefteċ, Sweden
Registered: 2005-01-03
Posts: 1976
Website

Re: Safari?

Using latest nightly build of Safari to?


Afraithe
TinyMCE Developer
Moxiecode Systems

Offline

 

#7 2006-10-02 22:19:59

mikebridge
Member
Registered: 2006-09-05
Posts: 37

Re: Safari?

I would, but doing an "unofficial" update is outside the comfort zone of our Macintosh people.

...and perhaps rightly so. smile

Offline

 

#8 2006-10-02 23:45:51

mikebridge
Member
Registered: 2006-09-05
Posts: 37

Re: Safari?

I don't understand exactly what's going on, but in the handleEvent callback for safari, "e" is not defined when it gets called from setEventHandlers.

I hacked around this for the moment by adding this in handleEvent:

    handleEvent : function(e) {
        if (!e) {
                
            var e = window.event;
            }

It seems to me that this is a safari issue, but I'm not certain.

Offline

 

#9 2006-10-03 00:39:57

spocke
Administrator
From: Sweden, Skellefteċ
Registered: 2004-11-25
Posts: 11253
Website

Re: Safari?

Hmm, if you realy need to use TinyMCE on a Mac why not use Firefox or Opera until the Safari team gets their WYSIWYG support sorted out. We will continue to make an effort to make it runnable on Safari. But we will not start adding losts of workarounds for Safari specific problems because that the code base is too large as it is and adding lots of logic just to maintain 2% of the browser market isn't fair to the other 98%.

But the latest nightly looks very promising, but it isn't stable enough to be used as you default browser.


Best regards,
Spocke - Main developer of TinyMCE

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2008 PunBB