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

wrong rendering when selecting text in Qml TextArea

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.5.1
    • 5.4.1
    • None
    • Kubuntu 14.04 LTS, Windows7 64bit
    • d296ebfe6585010a38db0e3043ef5ceaa6a30883

    Description

      When selecting text inside a TextArea, sometimes part of the selected text is rendered as a blue rectangle only.
      This seems to be only the case if you select text across table cell boundaries.
      This bug occurs on Linux and Windows
      To reproduce, load the following html code into a textarea and press ctrl+a

      <?xml version="1.0" encoding="UTF-8" ?>
      <html xmlns="http://www.w3.org/1999/xhtml">
      <body >
      <table >
      <tr >
      <td >
      123
      </td>
      </tr>
      <tr >
      <td >
      <p >123456</p>
      </td>
      </tr>
      <tr >
      <td >
      12345
      </td>
      </tr>
      </table>
      </body>
      </html>
      

      Attachments

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

        Activity

          People

            esabraha Eskil Abrahamsen Blomfeldt
            lkdem Ludger Krämer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes