xamarin/Xamarin.Forms
[Android] Entry IsPassword property changing spacing between mask characters when toggled
开放
#3,322 创建于 2018年7月17日
a/layoute/7 :clock7:help wantedinactivep/Androidt/bug :bug:up-for-grabs
仓库指标
- 星标
- (5,644 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Description
When entry field IsPassword is True by default and toggled to False and back to True again, the spacing between the mask characters is bigger than what it was initially.
Steps to Reproduce
- In the example app, type text into the Entry.
- Observe the spacing between the mark characters.
- Tap the Toggle button to unmask the text..
- Tap the Toggle button again to mask the text.
- Observe the spacing between the mask characters.
Expected Behavior
The spacing is wither initially more between the mask characters or it stays the same after toggle.
Actual Behavior
The spacing between the mask characters is increased after the first IsPassword toggle.
Basic Information
- IDE: Visual Studio (Windows)
- Platform Target Frameworks:
- Android: 6.0
Screenshots
Initial spacing:

Spacing after IsPassword toggled False -> True with Toggle button.

- Code Example
-
Page:

-
Code Behind:

-