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

on the MacOS platform QML TextField with Password echo mode allows non-ascii(korea lanaguage) IME input

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.12.6
    • None
    • macOS

    Description

      Hi. I recently ran into a strange problem while coding.( I am Korean)
      QML TextField echoMode: TextInput.Password.

      Windows platform not allows non-ascii(korea lanaguage) IME input.
      but MacOS platform allows non-ascii(korea lanaguage) IME input.

      why? this bug?
      echoMode: TextInput.Password, is Properties Windows platform specific? Or am I missing a setting?

      I hope from MacOS platform not allows non-ascii IME input.

      help me please...! Thanks you.

       

      ====code====

      Window {
      visible: true
      width: 640
      height: 480
      title: "window"

      Column {
      width: parent.width
      height: parent.height
      spacing: 10

      TextField

      { id: test echoMode: TextInput.Password width: 200 }

      Text

      { id: test2 width: 200 text: test.text }

      }
      }

      Attachments

        1. image-2022-09-07-12-55-19-193.png
          image-2022-09-07-12-55-19-193.png
          34 kB
        2. screenhost2.png
          screenhost2.png
          293 kB
        3. screenshot1.png
          screenshot1.png
          233 kB
        For Gerrit Dashboard: QTBUG-106250
        # Subject Branch Project Status CR V

        Activity

          People

            vestbo Tor Arne Vestbø
            funfunqt 김 준형
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes