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

QTextEdit crashes when using "" or "" characters in QTextEdit::setHtml

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P1: Critical
    • 4.7.0
    • 4.4.0
    • GUI: Text handling
    • None

    Description

      QTextEdit crashes when using "﷐" or "﷑" characters in QTextEdit::setHtml.

      Test case main.cpp to reproduce
      ===============
      #include <QtGui>

      int main(int argc, char* argv[])
      {
      QApplication app(argc, argv);
      QTextEdit edit;
      edit.setHtml("﷐"); // or ﷑
      return 0;
      }

      Attachments

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

        Activity

          People

            tmacieir Thiago Macieira (closed Nokia identity) (Inactive)
            admin Administrator
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes