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

[Regression] Several issues in the Symbian FEP integration

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 4.7.0, 4.7.1
    • 4.6.3, 4.7.0
    • None
    • None
    • Armv5 on N97
    • c5901037f0d3ccd45b0c79b38ef5b04552dad0aa, 52cf47565e402dc682038ccaf8d725401802b603, 5ca6264933af60b3cd376b7f08bea008fa69b515

    Description

      Originally taken from QTBUG-12949:

      ----------------------------------------------

      While testing this I actually found several issues with this test app:

      #include <QtGui>
      
      int main(int argc, char **argv)
      {
          QApplication app(argc, argv);
          QWidget w;
          QLayout *l = new QVBoxLayout;
          w.setLayout(l);
          QLineEdit *le = new QLineEdit("Test");
          l->addWidget(le);
          le->setEchoMode(QLineEdit::Password);
          le->setMaxLength(8);
          w.show();
      
          return app.exec();
      }
      

      First of all, use N97 for testing.

      a)
      1. Type a character using the qwerty keyboard.
      2. The character replaces the last character.
      b)
      1. Do a) once more.
      2. Then erase everything using backspace.
      3. Type a character.
      4. Crash!
      c)
      1. Use qwerty keyboard to type all 8 characters.
      2. A ninth character can now be typed for a brief moment, despite 8 being the max length.
      3. The type of character is not correct either (try H, for example).
      d)
      1. Do c) using the virtual keyboard.
      2. Again, one more character can be entered, and the display goes out of sync with the actual widget (9 vs 8 characters)

      Attachments

        Issue Links

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

          Activity

            People

              axisnokia axisnokia (Inactive)
              axisnokia axisnokia (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