Content Sensitive help in Layout Editor hangs #17504
Replies: 5 comments 1 reply
-
Actually the same situation in in GitStable, so seems to be bug. Can developer hang eye on it? |
Beta Was this translation helpful? Give feedback.
-
Fixed in YF 7.0.2 |
Beta Was this translation helpful? Give feedback.
-
How about 6.5? In my situation I have done MASSIVE customizations, so moving now is not really possible. Asked 2 developer, but they skipped me saying they have no clue how to bite it |
Beta Was this translation helpful? Give feedback.
-
try to simple remove app.showModalWindow(data, (modalContainer) => {
progressInstance.progressIndicator({ mode: 'hide' });
app.showPopoverElementView(modalContainer.find('.js-help-info'));
App.Fields.Text.Editor.register(modalContainer.find('.js-context-area:visible'), customConfig); // remove this line
modalContainer.find('.js-lang').on('change', function (e) {
let previous = modalContainer.find('.js-editor:not([disabled])');
App.Fields.Text.destroyEditor(previous); |
Beta Was this translation helpful? Give feedback.
-
Thanks Radoslaw, however this doesnt seems to work, shall LayoutEditor.js be compiled? |
Beta Was this translation helpful? Give feedback.
-
After adding second language, I want to add in new language content sensitive help. Unfortunately popup hanging givien some CK errors. Does anyone hit a such?
Uncaught TypeError: Cannot read properties of undefined (reading 'once')
at HTMLTextAreaElement. (jquery.js?s=1664888892:6:357)
at Function.each (jquery.js?s=1664888893:385:19)
at jQuery.fn.init.each (jquery.js?s=1664888893:207:17)
at jQuery.fn.init.ckeditor (jquery.js?s=1664888892:6:166)
at Editor.loadEditor (Fields.js?s=1673916488:863:13)
at HTMLDivElement.onBlock (Fields.js?s=1673916488:655:14)
at opt.complete (jquery.js?s=1664888893:7736:12)
at fire (jquery.js?s=1664888893:3500:31)
at Object.fireWith [as resolveWith] (jquery.js?s=1664888893:3630:7)
at tick (jquery.js?s=1664888893:7579:13)
.....
Beta Was this translation helpful? Give feedback.
All reactions