Pasting formatted text into Visual Description removes formatting

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Low
    • None
    • Affects Version/s: 7.12.1, 7.12.3
    • Component/s: Issue - Fields
    • None
    • 7.12
    • 4
    • Severity 3 - Minor
    • 0

      When pasting formatted text from a text editor such as Notepad++ and/or Sublime text editors into the description using the Visual Editor the following may happen:

      Anything starting with a Tab will be duplicated and line end/return will be ignored
      Pre paste:

           hello
      world.
      isn't this
      a beautiful day?

      Post paste:

      hello helloworld.isn't this a beautiful day?

      Anything starting with a special character will be duplicated and line end/return will be ignored
      Pre Paste:

      <random>
          <more>
              <text>

      Post paste:

      <random><random> <more> <text>

      Using the Text editor does not cause this issue, only the visual editor.

       

      Work around:

      Right click near the cursor, paste your formatted text.

      OR

      Use the Text editor to paste formatted text will also semi-respect and maintain the format.

            Assignee:
            Unassigned
            Reporter:
            Stephen Sifers
            Votes:
            15 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated: