<![CDATA[ Unable to toggle Rich Text in settings - My Forums]]> https://forums.modx.com/thread/?thread=103559 <![CDATA[Unable to toggle Rich Text in settings]]> https://forums.modx.com/thread/103559/unable-to-toggle-rich-text-in-settings#dis-post-557115
Is this a known bug or something specific to my setup?

The install is fresh. I have tried the following:
- clear browser cache
- delete cache within the core folder
- able to replicate the issue within multiple browsers on mac and pc

Many thanks in advance,
Glyn]]>
glynszasz Mar 02, 2018, 06:43 AM https://forums.modx.com/thread/103559/unable-to-toggle-rich-text-in-settings#dis-post-557115
<![CDATA[Re: Unable to toggle Rich Text in settings]]> https://forums.modx.com/thread/103559/unable-to-toggle-rich-text-in-settings#dis-post-557138 glynszasz Mar 03, 2018, 03:49 AM https://forums.modx.com/thread/103559/unable-to-toggle-rich-text-in-settings#dis-post-557138 <![CDATA[Re: Unable to toggle Rich Text in settings (Best Answer)]]> https://forums.modx.com/thread/103559/unable-to-toggle-rich-text-in-settings#dis-post-557126
The ajax request returning html (404 page) instead of the expected json is bubbling up an error that may stop other javascript from executing, causing the mask to not be found/not being hidden.]]>
markh Mar 02, 2018, 01:01 PM https://forums.modx.com/thread/103559/unable-to-toggle-rich-text-in-settings#dis-post-557126
<![CDATA[Re: Unable to toggle Rich Text in settings]]> https://forums.modx.com/thread/103559/unable-to-toggle-rich-text-in-settings#dis-post-557125
@ferx77 Yes you have described the exact method I use for updating resources. In this case it does not seem to be working.

---------------------------------------

Interestingly, if I half the height of my browser window I can access the check boxes without any problem. It seems that there maybe an issue when changing tabs. I have noticed this on a screen that is 1920x1200 with the browser at full screen height. Any body else notice this behaviour.

Within the javascript console (this is within Safari 11.03 on Mac OS X 10.11.6) there seems to be the following errors

[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (/manager/assets/modext/modx.jsgrps-min.js.map, line 0)
[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (/assets/components/versionx/connector.php, line 0)

[Error] TypeError: this.mask.addClass is not a function. (In 'this.mask.addClass("fade-in")', 'this.mask.addClass' is undefined)
onShow (modx.jsgrps-min.js:4:17887)
afterShow (ext-all.js:21:375934)
show (ext-all.js:21:375358)
show (ext-all.js:21:387130)
onAjaxException (modx.js:122)
fire (ext-all.js:21:3705)
fireEvent (ext-all.js:21:693)
handleFailure (ext-all.js:21:51291)
f (ext-base.js:21:18146)
m (ext-base.js:21:18304)
(anonymous function) (ext-base.js:21:8610)


Fixed the problem by disabling VersionX which seems to be having problems.

I have sent a email to the author of VersionX to see if he can shed any light on the issue.

]]>
glynszasz Mar 02, 2018, 12:46 PM https://forums.modx.com/thread/103559/unable-to-toggle-rich-text-in-settings#dis-post-557125
<![CDATA[Re: Unable to toggle Rich Text in settings]]> https://forums.modx.com/thread/103559/unable-to-toggle-rich-text-in-settings#dis-post-557124
remove or put the check
save the resource
reload the page (F5)


it is essential to reload the page because the save does not update the content
]]>
ferx77 Mar 02, 2018, 10:46 AM https://forums.modx.com/thread/103559/unable-to-toggle-rich-text-in-settings#dis-post-557124
<![CDATA[Re: Unable to toggle Rich Text in settings]]> https://forums.modx.com/thread/103559/unable-to-toggle-rich-text-in-settings#dis-post-557120 lkfranklin Mar 02, 2018, 08:57 AM https://forums.modx.com/thread/103559/unable-to-toggle-rich-text-in-settings#dis-post-557120