Show/Hide Editor Not Responding
I have tried to look for previous solution and couldn't find any relevant topics. So I guess I should post a new question here. We are trying to toggle the WYSIWYG editor (Which is turned by default) and it is not responding. I inspected the element and it shows these errors:
Uncaught TypeError: tinyMceWysiwygSetup is not a constructor
I tried to compare the tiny_mce folder under the js directory with another working magento website. Their respective sum is the same so I think the problem doesn't occur at this place.
Any clue or idea to resolve this issue?
Thank you very much in advance!
xml wysiwyg edit-order tinymce
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have tried to look for previous solution and couldn't find any relevant topics. So I guess I should post a new question here. We are trying to toggle the WYSIWYG editor (Which is turned by default) and it is not responding. I inspected the element and it shows these errors:
Uncaught TypeError: tinyMceWysiwygSetup is not a constructor
I tried to compare the tiny_mce folder under the js directory with another working magento website. Their respective sum is the same so I think the problem doesn't occur at this place.
Any clue or idea to resolve this issue?
Thank you very much in advance!
xml wysiwyg edit-order tinymce
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
UPDATE: We have tried to troubleshoot the problem and it seems that the error lies in one of the js files. The problem is solved when we turned off the "Merge Javascript" setting. Currently, we are trying to fix that by looking into the separate js files and hopefully something will turn out in the end.
– darknumbers
Apr 15 '16 at 17:38
Have you tried different web browsers?
– SR_Magento
Feb 12 '17 at 17:27
add a comment |
I have tried to look for previous solution and couldn't find any relevant topics. So I guess I should post a new question here. We are trying to toggle the WYSIWYG editor (Which is turned by default) and it is not responding. I inspected the element and it shows these errors:
Uncaught TypeError: tinyMceWysiwygSetup is not a constructor
I tried to compare the tiny_mce folder under the js directory with another working magento website. Their respective sum is the same so I think the problem doesn't occur at this place.
Any clue or idea to resolve this issue?
Thank you very much in advance!
xml wysiwyg edit-order tinymce
I have tried to look for previous solution and couldn't find any relevant topics. So I guess I should post a new question here. We are trying to toggle the WYSIWYG editor (Which is turned by default) and it is not responding. I inspected the element and it shows these errors:
Uncaught TypeError: tinyMceWysiwygSetup is not a constructor
I tried to compare the tiny_mce folder under the js directory with another working magento website. Their respective sum is the same so I think the problem doesn't occur at this place.
Any clue or idea to resolve this issue?
Thank you very much in advance!
xml wysiwyg edit-order tinymce
xml wysiwyg edit-order tinymce
edited Mar 10 '17 at 9:42
Community♦
1
1
asked Apr 10 '16 at 10:48
darknumbersdarknumbers
12
12
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
UPDATE: We have tried to troubleshoot the problem and it seems that the error lies in one of the js files. The problem is solved when we turned off the "Merge Javascript" setting. Currently, we are trying to fix that by looking into the separate js files and hopefully something will turn out in the end.
– darknumbers
Apr 15 '16 at 17:38
Have you tried different web browsers?
– SR_Magento
Feb 12 '17 at 17:27
add a comment |
UPDATE: We have tried to troubleshoot the problem and it seems that the error lies in one of the js files. The problem is solved when we turned off the "Merge Javascript" setting. Currently, we are trying to fix that by looking into the separate js files and hopefully something will turn out in the end.
– darknumbers
Apr 15 '16 at 17:38
Have you tried different web browsers?
– SR_Magento
Feb 12 '17 at 17:27
UPDATE: We have tried to troubleshoot the problem and it seems that the error lies in one of the js files. The problem is solved when we turned off the "Merge Javascript" setting. Currently, we are trying to fix that by looking into the separate js files and hopefully something will turn out in the end.
– darknumbers
Apr 15 '16 at 17:38
UPDATE: We have tried to troubleshoot the problem and it seems that the error lies in one of the js files. The problem is solved when we turned off the "Merge Javascript" setting. Currently, we are trying to fix that by looking into the separate js files and hopefully something will turn out in the end.
– darknumbers
Apr 15 '16 at 17:38
Have you tried different web browsers?
– SR_Magento
Feb 12 '17 at 17:27
Have you tried different web browsers?
– SR_Magento
Feb 12 '17 at 17:27
add a comment |
3 Answers
3
active
oldest
votes
I had the same problem. I enabled and disabled wysiwyg by default is System -> Configuration -> Content Management, then cleared cache and it was solved. Nothing special
Thanks for the reply. But I am afraid our problem is serious than this. We have tried to toggle the WYSIWYG editor through Configurations but the problem still exists.
– darknumbers
Apr 15 '16 at 15:07
add a comment |
Your should check request js files in browser. It should have tinymce_setup
or tinymce_src
i don't remember correct name.
add a comment |
I faced same issue. So this issue was solved after i reindexed all indexer and i also flushed the cache
So try after reindexing and flushing cache.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f110247%2fshow-hide-editor-not-responding%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had the same problem. I enabled and disabled wysiwyg by default is System -> Configuration -> Content Management, then cleared cache and it was solved. Nothing special
Thanks for the reply. But I am afraid our problem is serious than this. We have tried to toggle the WYSIWYG editor through Configurations but the problem still exists.
– darknumbers
Apr 15 '16 at 15:07
add a comment |
I had the same problem. I enabled and disabled wysiwyg by default is System -> Configuration -> Content Management, then cleared cache and it was solved. Nothing special
Thanks for the reply. But I am afraid our problem is serious than this. We have tried to toggle the WYSIWYG editor through Configurations but the problem still exists.
– darknumbers
Apr 15 '16 at 15:07
add a comment |
I had the same problem. I enabled and disabled wysiwyg by default is System -> Configuration -> Content Management, then cleared cache and it was solved. Nothing special
I had the same problem. I enabled and disabled wysiwyg by default is System -> Configuration -> Content Management, then cleared cache and it was solved. Nothing special
answered Apr 10 '16 at 18:00
ilibilib
311
311
Thanks for the reply. But I am afraid our problem is serious than this. We have tried to toggle the WYSIWYG editor through Configurations but the problem still exists.
– darknumbers
Apr 15 '16 at 15:07
add a comment |
Thanks for the reply. But I am afraid our problem is serious than this. We have tried to toggle the WYSIWYG editor through Configurations but the problem still exists.
– darknumbers
Apr 15 '16 at 15:07
Thanks for the reply. But I am afraid our problem is serious than this. We have tried to toggle the WYSIWYG editor through Configurations but the problem still exists.
– darknumbers
Apr 15 '16 at 15:07
Thanks for the reply. But I am afraid our problem is serious than this. We have tried to toggle the WYSIWYG editor through Configurations but the problem still exists.
– darknumbers
Apr 15 '16 at 15:07
add a comment |
Your should check request js files in browser. It should have tinymce_setup
or tinymce_src
i don't remember correct name.
add a comment |
Your should check request js files in browser. It should have tinymce_setup
or tinymce_src
i don't remember correct name.
add a comment |
Your should check request js files in browser. It should have tinymce_setup
or tinymce_src
i don't remember correct name.
Your should check request js files in browser. It should have tinymce_setup
or tinymce_src
i don't remember correct name.
edited Feb 12 '17 at 17:25
SR_Magento
3,324114795
3,324114795
answered Feb 12 '17 at 16:54
mrtuvnmrtuvn
1,7101528
1,7101528
add a comment |
add a comment |
I faced same issue. So this issue was solved after i reindexed all indexer and i also flushed the cache
So try after reindexing and flushing cache.
add a comment |
I faced same issue. So this issue was solved after i reindexed all indexer and i also flushed the cache
So try after reindexing and flushing cache.
add a comment |
I faced same issue. So this issue was solved after i reindexed all indexer and i also flushed the cache
So try after reindexing and flushing cache.
I faced same issue. So this issue was solved after i reindexed all indexer and i also flushed the cache
So try after reindexing and flushing cache.
answered Aug 10 '18 at 5:04
Chintan KaneriyaChintan Kaneriya
301114
301114
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f110247%2fshow-hide-editor-not-responding%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
UPDATE: We have tried to troubleshoot the problem and it seems that the error lies in one of the js files. The problem is solved when we turned off the "Merge Javascript" setting. Currently, we are trying to fix that by looking into the separate js files and hopefully something will turn out in the end.
– darknumbers
Apr 15 '16 at 17:38
Have you tried different web browsers?
– SR_Magento
Feb 12 '17 at 17:27