Announcement

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

#1 2008-09-28 12:22:20

Garik
New member
Registered: 2008-09-28
Posts: 3

Don't work IE with russian language

WinXPSP2 IE6SP2 Xinha_0.95 with ru lang very good working with Opera 9.52 - IE output only textarea and plain text (Xinha don't loading). If change lang=en, IE working, but don't closed splashscreen "Xihna Loading in progress. Please wait! Finishing". Why? Help me, please. Thank you!

****************************************
<script type="text/javascript">
    _editor_url  = "xinha/"
    _editor_lang = "en";      // if change "ru" - IE don't work.
    _editor_skin = "xp-blue";   
</script>
<script type="text/javascript" src="xinha/XinhaLoader.js"></script>
<script type="text/javascript">
    xinha_editors = null;
    xinha_init    = null;
    xinha_config  = null;
    xinha_plugins = null;
   
    xinha_init = xinha_init ? xinha_init : function(){   
        xinha_editors = xinha_editors ? xinha_editors :
      [
        'myTextArea'
      ];   
        xinha_plugins = xinha_plugins ? xinha_plugins :
      [
       'CharacterMap',
       'ContextMenu',
       'SmartReplace',
       'Stylist',
       'Linker',
       'SuperClean',
       'TableOperations'
      ];   
        if(!Xinha.loadPlugins(xinha_plugins, xinha_init)) return;
        xinha_config = xinha_config ? xinha_config() : new Xinha.Config();
        xinha_config.pageStyleSheets = [ _editor_url + "examples/full_example.css" ];
        xinha_editors   = Xinha.makeEditors(xinha_editors, xinha_config, xinha_plugins);
        Xinha.startEditors(xinha_editors);
    }
  window.onload = xinha_init;
</script>
</head>
<body>
.................
print '<form action="about.php?page='.$_GET['page'].'" method="post">';
print '<textarea id="myTextArea" name="myTextArea" rows="40" cols="50" style="width: 100%">La-La-La</textarea>';
print '<input type="submit" value="  Изменить  " />';
print '<input name="page" type="hidden" value="'.$_GET['page'].'" />';
print '</form>';

*****************************

Offline

#2 2008-09-28 15:39:42

$SMax$
Xinha Community Member
From: Russia
Registered: 2005-03-11
Posts: 21

Re: Don't work IE with russian language

скрипт удалённый или локальный?

Offline

#3 2008-09-28 15:47:36

Garik
New member
Registered: 2008-09-28
Posts: 3

Re: Don't work IE with russian language

Локальный

Offline

#4 2008-09-28 15:58:11

Garik
New member
Registered: 2008-09-28
Posts: 3

Re: Don't work IE with russian language

Примеры на xihna.org загружаются нормально, а у меня зависает на сплэшскрине, но при этом работает. Выставляю русский язык - и вообще ничего не грузится в IE, а в Опере все работает прекрасно

Offline

#5 2008-09-30 01:55:13

$SMax$
Xinha Community Member
From: Russia
Registered: 2005-03-11
Posts: 21

Re: Don't work IE with russian language

http://www.xinha.org/punbb/viewtopic.php?id=1554
попробуй вот так код инициализации спустить вниз


какой ИЕ?

Last edited by $SMax$ (2008-09-30 01:57:17)

Offline

Board footer

Powered by FluxBB