This is a migrated thread and some comments may be shown as answers.

Password Get error

4 Answers 158 Views
PasswordBox
This is a migrated thread and some comments may be shown as answers.
zou
Top achievements
Rank 1
zou asked on 20 Feb 2019, 03:27 AM

I already set PasswordBox properties:

<telerik:RadPasswordBox Password="111111" WatermarkContent="password"
   ShowPasswordButtonVisibility="Auto"
   WatermarkBehavior="HideOnTextEntered"
   HorizontalAlignment="Center"  Background="Transparent"  Height="30" Width="280" Grid.Column="1" Grid.Row="4" Name="txtPassword" >
    <telerik:RadPasswordBox.Effect>
         <DropShadowEffect Color="Gray"  Opacity=".50"  ShadowDepth="4" />
     </telerik:RadPasswordBox.Effect>
</telerik:RadPasswordBox>
when it runs,first I delete the password, it shows WatermarkContent, but then ,I input the password,it shows as plaintext ,not security, and overlap with the WatermarkContent,see the file "input show.png",  get txtPassword value(use "txtPassword.Password") is "",   how can I solve this?

4 Answers, 1 is accepted

Sort by
0
zou
Top achievements
Rank 1
answered on 20 Feb 2019, 03:34 AM

supplement:

after I insert the password, it cannot be deleted, unless select all and re-input,it also shows as above

0
Dinko | Tech Support Engineer
Telerik team
answered on 22 Feb 2019, 12:49 PM
Hello zou,

Thank you for the provided details.

Indeed this is strange behavior. I have double check this on my side but wasn't able to reproduce it. I think I am missing additional code from your implementation. The project which I used for the testing purpose is attached to this reply. Can you take a look and let me know if you reproduce it on your side using this project? Also, which version of our controls are you using? Do you use NoXAML binaries and if yes which theme is applied? Is there custom style which targets the RadPasswordBox? If yes, can you remove it and check again if this behavior appears.

Regards,
Dinko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
zou
Top achievements
Rank 1
answered on 25 Feb 2019, 02:09 AM

I found it: it's the input method problem.

If you switch to Chinese input method, then enter the number, it will show like menthioned above;

if you switch to English input method,it shows right.

 

0
Dinko | Tech Support Engineer
Telerik team
answered on 27 Feb 2019, 01:55 PM
Hi zou,

Thank you for the provided details.

Currently, the RadPasswordBox control does not offer support for Chinese IME input. There's logged feature request in our Feedback Portal where you can track its progress and vote for its implementation.

Regards,
Dinko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
PasswordBox
Asked by
zou
Top achievements
Rank 1
Answers by
zou
Top achievements
Rank 1
Dinko | Tech Support Engineer
Telerik team
Share this question
or