Uploaded image for project: 'Confluence Source Editor Plugin'
  1. Confluence Source Editor Plugin
  2. SOURCE-733

ScriptRunner conflicts with Confluence Source Editor

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • None
    • None
    • None
    • true

    Description

      Problem Definition

      There is a conflict between ScriptRunner and Confluence Source Editor which is preventing the editor from displaying more than 21 rows. Both applications are using different versions of the CodeMirror JavaScript library which is causing the conflict.

      More details can be found here:

      Suggested Solution

      Although this is being tracked by the Scriptrunner vendor, we could update the Source Editor CodeMirror JavaScript library to avoid this issue. Also, the problem is due to Source Editor using an old version of the library, so an update would be beneficial.

      Why this is important

      Customers using Scriptrunner are not able to properly use Source Editor at the same time.

      Workaround

      Add the following to the Confluence Global Stylesheet:

      .CodeMirror {
          height: auto;
      }
      .CodeMirror-scroll{
          margin-bottom: 0px;
          margin-right: 0px;
          padding-bottom: 0px;
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            bandreeti Bernardo Andreeti
            Archiver:
            mkhairuliana Monique Khairuliana (Inactive)

            Dates

              Created:
              Updated:
              Archived:
              4 years, 37 weeks, 1 day ago