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

Rendering artefacts when drawing a RTL cursor

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P2: Important
    • None
    • 5.1.1, 5.2.0
    • GUI: Window management
    • None
    • Windows 7, Ubuntu 12.04, Mac OSX

    Description

      1. compile and run:

      main.cpp
      #include <QApplication>
      
      int main(int argc, char *argv[])
      {
          QApplication a(argc, argv);
          QLineEdit w;
          w.show();
          return a.exec();
      }
      

      2. Enter test in Hebrew

      Works fine with Qt 4.8.2

      Attachments

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

        Activity

          People

            laknoll Lars Knoll
            alekseyok Ok
            Votes:
            5 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes