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

WinCE keyboard input on Samsung Omnia devices.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.7.1
    • 4.5.0
    • Core: I/O
    • None
    • cc95666378ee0aef1cc6b02b544fdf52645f6d9b

    Description

      Using a Samsung Omnia Device.

      Any input box that accepts keyboard input results in this problem.

      When non-numerical characters are entered as input, Qt assert in:

      c:\qt\4.5.0-rc1\src\gui\kernel\qkeymapper_win.cpp

      Line # - 460

      static inline int toKeyOrUnicode(int vk, int scancode, unsigned char
      *kbdBuffer, bool *isDeadkey = 0)
      {
      Q_ASSERT(vk > 0 && vk < 256);
      int code = 0;
      QChar unicodeBuffer[5];

      The vk variable is zero.

      It works fine with numeric keystrokes, but fails with all the others.

      Attachments

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

        Activity

          People

            jbornema Joerg Bornemann
            xcm Martin Petersson (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