We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 21054
    • 78 Posts
    When you click on the Edit Resource button (QM), clicking outside this window closes it without saving text. I’ve just experienced this where I typed in most of my content and accidentally clicked outside this area, only to find the editor closed and lost all of my work. Very bad!

    It would also be nice to have the "Apply" button back to allow a user to save their work as they go without needing to close the editor and click on the Edit Resource button again... although that’s going into the realm of nice to haves smiley

    Is this something I be reporting in JIRA?
      • 15871
      • 105 Posts
      To fix this, edit assets/js/jquery.colorbox-min.js

      It’s minimized code, so there aren’t any linebreaks. Look towards the end (or search on "overlayClose:true") and change it to "overlayClose:false"

      Then upload the file.

      :) Cheers
        • 21054
        • 78 Posts
        Quote from: killorbytes at Sep 07, 2009, 02:54 PM

        To fix this, edit assets/js/jquery.colorbox-min.js

        It’s minimized code, so there aren’t any linebreaks. Look towards the end (or search on "overlayClose:true") and change it to "overlayClose:false"

        Then upload the file.

        :) Cheers

        Awesome stuff. Thanks.
          • 15871
          • 105 Posts
          Anytime.