We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 18654
    • 191 Posts
    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.
      • 3749
      • 24,544 Posts
      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?
        Did I help you? Buy me a beer
        Get my Book: MODX:The Official Guide
        MODX info for everyone: http://bobsguides.com/modx.html
        My MODX Extras
        Bob's Guides is now hosted at A2 MODX Hosting
        • 18654
        • 191 Posts
        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.
          • 18654
          • 191 Posts
          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.
            • 22303 MODX Staff
            • 10,725 Posts
            The rich-text editor integrations are not ready for primetime yet. You can report bugs in JIRA for these MODx Extras:

            for CKEditor use: http://svn.modxcms.com/jira/browse/ADDON (there is a CKEditor ticket there already)
            for TinyMCE use: http://svn.modxcms.com/jira/browse/TINYMCE
              • 18654
              • 191 Posts
              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.