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

Qt::mightBeRichText ( const QString & text ) doesn't recognize the break line tag without a space before the / char.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.7.0
    • 4.4.0
    • GUI: Text handling
    • None
    • 1fb24d6852e34bd58f35172dea4bfd4c41236689

    Description

      Qt::mightBeRichText ( const QString & text ) doesn't recognize the break line tag without a space before the / char.

      Example:

      This will be recognized:
      QString str = QString("Hello <br /> Nerd!");
      This will not:
      QString str = QString("Hello <br/> Nerd!");

      Attachments

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

        Activity

          People

            andysh Andy Shaw
            engvolds Morten Engvoldsen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes