Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4124697

java TextField : cannot change setEchoChar twice on Motif

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.1.7
    • 1.1.6
    • client-libs
    • None
    • b01
    • sparc
    • solaris_2.6
    • Verified

        java.awt.TextField provides the ability to set an echo character.
        This echo character is typically used in password entry fields to hide
        the actual text typed in.

        The method setEchoChar(char) is called to define the echo character.
        The API does not prevent a programmer from calling setEchoChar multiple
        times.
        On win32 you can change the echo character as often as you like since
        the win32 textfield native peer supports this.

        On Solaris the Motif textfield provides no direct support for this, and an
        Xt callback is installed to intercept and modify the text.

        This callback is installed when the echo character is set.

        On Solaris this has a bad effect since the previous callback is not
        removed. We then have two callbacks each noting the characters being
        typed and competing to enter their echo character.

              ehawkessunw Eric Hawkes (Inactive)
              prr Philip Race
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: