Hi Sebastian,
I have checked host > HTML Editor Management and it's using CKEditor.
I have done some changes in web.config file and after that now i am able to edit in HTML editor module.
One bug still we encountered that on a page, while in edit mode (Control Panel:Control Bar) the Publish bar at the bottom disappearing only showing black ribbon bar.
This bug was discovered by putting a page in edit mode and then add/edit in HTML module to the page. HTML text content saved but not able to publish that or cancel.
In Browser console it's showing below error
~/DesktopModules/DnnCorp/EvoqContentLibrary/ContentEditor/Resources/EditBar/Js/EditBar.js?cdv=201:258 Uncaught TypeError: Cannot read property 'toLowerCase' of undefined
EditBar.Js file where error showing :
var isPageEditor = dnn.getVar('cem_isPageEditor').toLowerCase();
// if page editor, the user already has access to this functionalities.
if (isPageEditor != "true") {
$('#editBarContainer').addClass('personaBarShown');
initAddModuleButton();
initPageSettingsButton();
When i search for "cem_isPageEditor" on page i didn't find any occurrence for that word. but in one working condition side it's showing value same as below:
Error site string : (Not showing "cem_isPageEditor")
*******************************************************************************************************************************************
value="`{`dnn_current_userid`:`1`,`cem_editBar_resx_culture`:`en-US`,
`cem_editBar_resx_timestamp`:`636010740579541169`,
`cem_resourceroot`:`/DesktopModules/DnnCorp/EvoqContentLibrary/ContentEditor/Resources`,
`moduleSharing`:`false`,
`__scdoff`:`1`,`sf_siteRoot`:`/`,`sf_tabId`:`122`,`evoq_TabId`:`122`,`evoq_PageLanguage`:`en-US`,`evoq_ContentItemId`:`-1`,`evoq_UrlReferrer`:`//Home//test2`,`evoq_UrlPath`:`http%3a%2f%2fxyz.com%2fHome%2ftest2.aspx`,`evoq_UrlQuery`:`%3fTabId%3d122%26language%3den-US`,`evoq_ContentItemReferrer`:`-1`,`evoq_PersonalizedUrlReferrer`:`-1`,`evoq_DisableAnalytics`:`False`,`cem_loginurl`:`
http://xyz.com/Login.aspx?returnurl=/...}"
Working Site View Source: (showing "cem_isPageEditor" element)
********************************************************************************************************************************************
value="`{`dnn_current_userid`:`16`,`cem_editBar_resx_culture`:`en-US`,
`cem_editBar_resx_timestamp`:`636003686144069501`,
`cem_resourceroot`:`/DesktopModules/DnnCorp/EvoqContentLibrary/ContentEditor/Resources`,
`cem_pagetype`:`normal`,
`cem_isPageEditor`:`True`,
`cem_isModuleEditor`:`False`,
`dnn_history_hasPendingChanges`:`false`,
`dnn_urlWhenDiscardActionDeletesTab`:`
http://abc.com/`,
`moduleSharing`:`false`,
`__scdoff`:`1`,`sf_siteRoot`:`/`,`sf_tabId`:`56`,`evoq_TabId`:`56`,`evoq_PageLanguage`:`en-US`,`evoq_ContentItemId`:`-1`,`evoq_UrlReferrer`:`//Home`,`evoq_UrlPath`:`http%3a%2f%2fabc.com%2f`,`evoq_UrlQuery`:`%3fTabId%3d56%26language%3den-US`,`evoq_ContentItemReferrer`:`-1`,`evoq_PersonalizedUrlReferrer`:`-1`,`evoq_DisableAnalytics`:`False`,`cem_loginurl`:`
http://abc.com/login?returnurl=/`}" />