View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Support us on Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - [SOLVED] CK Editor - Page 2 - ProjeQtOr
 
 

[SOLVED] CK Editor

More
12 Jan 2016 09:13 #7 by babynus
Replied by babynus on topic CK Editor
Fixed !
For information, issue does not occur if you save using [CTRL]+S.

Fix is to replace saveObject() function in /view/js/projeqtor.js from
function saveObject() {
  if (waitingForReply)  {
    showInfo(i18n("alertOngoingQuery"));
    return true;
  }
  if (editorInFullScreen()) return;
  dojo.byId("saveButton").blur();
  submitForm("../tool/saveObject.php","resultDiv", "objectForm", true);
}
to
function saveObject() {
  if (waitingForReply)  {
    showInfo(i18n("alertOngoingQuery"));
    return true;
  }
  if (editorInFullScreen()) return;
  for(name in CKEDITOR.instances) { // Necessary to update CKEditor field whith focus, otherwise changes are not detected
    CKEDITOR.instances[name].updateElement();
  }
  dojo.byId("saveButton").blur();
  submitForm("../tool/saveObject.php","resultDiv", "objectForm", true);
}

Babynus
Administrator of ProjeQtOr web site
The following user(s) said Thank You: pipobru

Please Log in or Create an account to join the conversation.

More
12 Jan 2016 09:26 #8 by pipobru
Replied by pipobru on topic CK Editor
For me it work fine ! Big thanks !

Please Log in or Create an account to join the conversation.

More
12 Jan 2016 10:35 #9 by swyngy
Replied by swyngy on topic CK Editor
me too
no more pb

thks

Please Log in or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.028 seconds

Cookies settings

×

Functional Cookies

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Please login to see yours activities!

Other cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.