google-code-export / django-grappelli

Automatically exported from code.google.com/p/django-grappelli
0 stars 0 forks source link

Safari support #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add the class Media: js code

What is the expected output? What do you see instead?
I expect to see the TinyMCE in my text fields - instead I just get a normal 
textfield. The TInyMCE 
textfield is rendered fin in Firefox

In the error console I get the following JS error:

TypeError: Result of expression 'currentContext[h]' [null] is not an object.

(getElementsBySelector.js:149)

What revision of the FileBrowser are you using?
Trunk

What version/revision of Django are you using?
Trunk

Please provide any additional information below.
Safari 4.0.4
I have installed the Safari plugin in my TinyMCE setup.js

Original issue reported on code.google.com by joshuaka...@gmail.com on 16 Nov 2009 at 1:27

GoogleCodeExporter commented 9 years ago
did you change/remove browsers: "gecko" from your tinymce-setup?

Original comment by sehmaschine on 16 Nov 2009 at 1:30

GoogleCodeExporter commented 9 years ago
Now I did - but no change.

The same js error is showing up in Firefox - but TinyMCE is working fine

Original comment by joshuaka...@gmail.com on 16 Nov 2009 at 1:38

GoogleCodeExporter commented 9 years ago
that error shows up from time to time - it´s some django js-bug, but it 
shouldn´t
avoid tinymce to load. I just tested with safari and it works fine for me ... 
any
additional (debug)-information?

Original comment by sehmaschine on 16 Nov 2009 at 1:50

GoogleCodeExporter commented 9 years ago
ok instead of removing the browers: 'gecko' from my setup - I added Safari to 
the line - so

browsers: "gecko,safari",

works fine..

Original comment by joshuaka...@gmail.com on 16 Nov 2009 at 8:33

GoogleCodeExporter commented 9 years ago
glad it works ... since tinymce posted on their website that "the support for 
safari
is very limited", we won´t change that line in our release.

Original comment by sehmaschine on 17 Nov 2009 at 7:39