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

TAB behaviour is odd in RTL mode

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 5.0.0
    • 4.7.4
    • GUI: Text handling
    • None
    • Distributor ID: Ubuntu
      Description: Ubuntu 11.10
      Release: 11.10
      Codename: oneiric
      Qt: 4.7.4

      After typing any Arabic text, I need to press TAB twice to have it jump on screen, and with multiple tabs the text disappears altogether! Actually it's there somewhere but it seems it goes out of the window margin to the right behind the curtain . Maximizing the window size would show the hidden text.

      A simple snippet that generates the problem goes like this:

      {
      QApplication app (argc, argv);
      QTextEdit *text = new QTextEdit;
      text->setPlainText(QObject::trUtf8("ض\t\t\t\tظ"));
      text->show();
      return app.exec();
      }

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

            Unassigned Unassigned
            munzirtaha Munzir Taha (منذر طه)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes