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

TextArea cannot delete multi-symbol emoji using backspace at once, such as ๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง

    XMLWordPrintable

Details

    Description

      For TextArea, if you use backspace once, you cannot completely delete the multi-symbol unicode emoji, such as ๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง.
      I noticed that the implementation of `QTextCursor::deletePreviousChar()` is the same as
      Unlike `QTextCursor::deleteChar()`, `deletePreviousChar()` only considers a single proxy pair, and does not involve the scenario of using 0x200D to connect multiple proxy pairs.

      Attachments

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

        Activity

          People

            srutledg Shawn Rutledge
            hellcat lin yang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes