sleemanj / xinha

WYSIWYG HTML Editor Component (turns <textarea> into HTML editors)
http://trac.xinha.org/
Other
13 stars 2 forks source link

Editor flashes and goes grey (Trac #1574) #1574

Closed sleemanj closed 4 years ago

sleemanj commented 13 years ago

I have a blog that installed and after using the editor once or twice it greys out and will not work I have tried stopping the virus protection and firewall

Release History Xinha 0.95

the best thing would be to try it @ www.tatteredwindow.net/admin admin user admin password

Reported by guest, migrated from http://trac.xinha.org/ticket/1574

sleemanj commented 13 years ago

Admin editor Attachment: http___www.tatteredwindow.net_admin_index.pdf

sleemanj commented 13 years ago

Do not use Xinha in cross domain situations, you will get permission issues. Your code specifies


<script type="text/javascript">
    _editor_url  = "http://tatteredwindow.net/admin/xinha/"  // (preferably absolute) URL (including trailing slash) where Xinha is installed
    _editor_lang = "en";      // And the language we need to use in the editor.
    _editor_skin = "silva";   // If you want use a skin, add the name (of the folder) here
  </script>
  <script type="text/javascript" src="http://tatteredwindow.net/admin/xinha/XinhaCore.js"></script>

But you are using www.tatteredwindow.net to access your system.