Skip to content

Textbox not showing PasswordChar if a text is setted on code #1

Closed
@agausachs

Description

@agausachs

Hi! Thanks for your work! I think I found a bug on RJTextBox.cs

Steps to reproduce the issue:

  • Put a RJTextbox on a form (rjtextbox1)
  • Set PasswordChar property to True
  • Set PlaceholderText to any string (like 'insert your password here')
  • In your form constructor or in your form_Load event method, set a value to rjtextbox1, like rjtextbox.Texts = "My debug password".
  • Compile and execute the app
  • The textbox appears with the text "My debug password" totally readable (no char password). Be careful to set another control and set the focus to it before running the app, because if the rjtextbox1 has the focus just after runnig the app, it won't show any text.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions