There is a box with code in it that appears in the bottom left side of the screen every time I save a resource - is this a bug or is this supposed to be there?
God does not save those who are only imaginary sinners. Be a sinner, and let your sins be strong, but let your trust in Christ be stronger, and rejoice in Christ who is the victor over sin, death, and the world.
I’m using that version and I don’t see it. Try clearing the cache and your browser cache/cookies.
Do you see the success message in the upper right-hand corner when you save?
What browser are you using?
I cleared the cache (in Modx and browser) and logged-in again with latest versions of Chrome and Firefox I’m still having the same problem. I’ll try a clean install later today when I get back from work. When I initially installed there was a major bug with Chrome due to a Chrome extension that I had installed. Perhaps that messed things up somehow.
God does not save those who are only imaginary sinners. Be a sinner, and let your sins be strong, but let your trust in Christ be stronger, and rejoice in Christ who is the victor over sin, death, and the world.
I did a clean install (latest 2.0 SVN - rev6446) using Firefox. It now appears as though the problem has nothing to do with Chrome but rather with CKEditor. As soon as I install CKEditor the problem shows up, regardless of the browser. Once uninstalled, the problem goes away (in all browsers).
I’m using WAMP 2.0 on Windows 7.
The problem appears in the latest version of all browsers.
God does not save those who are only imaginary sinners. Be a sinner, and let your sins be strong, but let your trust in Christ be stronger, and rejoice in Christ who is the victor over sin, death, and the world.
I filed this in JIRA, but in the meantime here’s a simple fix for anyone else having this issue:
Simply add the following line to index.css (located in site_root/manager/templates/default/css):
iframe[classname="x-hidden"] {visibility:hidden;}
I put this on the last line of the css file to make sure it didn’t get overridden but it could probably go just about anywhere.
Some browsers might not support the E[attr="value"] selector, but all modern browsers (not sure about IE) will.
God does not save those who are only imaginary sinners. Be a sinner, and let your sins be strong, but let your trust in Christ be stronger, and rejoice in Christ who is the victor over sin, death, and the world.