Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-685

Copying, pasting and undo has inconsistant behaviour in QTextEdit

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: P3: Somewhat important P3: Somewhat important
    • Some future release
    • 4.3.1, 4.3.2, 4.3.3, 4.3.4, 4.3.5, 4.4.0, 4.4.1, 4.4.2, 4.4.3, 4.5.0, 4.5.1, 4.5.2, 4.5.3
    • GUI: Text handling
    • None

      Copying, pasting and undo paragraphs has inconsistant behaviour in QTextEdit when the actions are repeated more than once in the same document.

      Can be reproduced like this:
      1. Run demos/textedit and create new document.
      2. Type two paragraphs like:
      aaa
      bbb
      3. Copy these paragraphs.
      4. Paste them at the end of second paragraph and press Enter.
      5. Now we have four paragraphs like:
      aaa
      bbbaaa
      bbb
      (empty paragraph)
      6. Press undo (1), undo (2).
      7. Remove everything and repeat the actions in the same document.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            shausman Simon Hausmann
            sanonymous Nokia Qt Support (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes