Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-24083

The code macro remove the line break characters while parsing text via IE

    XMLWordPrintable

Details

    Description

      On Internet explorer, if we copy the following text, then parse in the code macro:

      • Original test:
        CALL_METHOD "Example": MoonStarter.RunMethod(8888);
            DEFPRE Doc := "Example string";
            DEFPRE HotKey := "CTRL-U";
            DEFPRE USGActive := ("AA", "BB");
        END CALL_METHOD;
        
      • Output in the code macro:
        CALL_METHOD "Example": MoonStarter.RunMethod(8888);
        DEFPRE Doc := "Example string";
        DEFPRE HotKey := "CTRL-U";
        DEFPRE USGActive := ("AA", "BB");
        END CALL_METHOD;
        

        The break line character (either space or tab) had been removed in the text.

      Attachments

        Issue Links

          Activity

            People

              shaffenden Steve Haffenden (Inactive)
              yilinmo Yilin (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: