> The other part of the problem is that when the text appears and you focus on > the component, the key blinking cursor appears at the position where the end > of the text would be if it where hidden using "*". In fact, when you select > the text, the blue selection appears to select from the beggining of the > text up to its in-hidden-mode end, even though it is /displayAsPassword/ is > /false/.
That is indeed a nasty bug and the only fix I know of is to use a "fixed width" (monospace) font, which makes the text in both cases just as wide thus "hiding" the actual bug.
regards, Peter On 10/06/2014 18:25, storo84 wrote:
Hi Swen, Binding the /displayAsPassword/ to the /selected/ property of the /CheckBox/ does solve half of the issue: the text inside the /TextInput /does appear when the /CheckBox/ is selected and hides when it's not. The other part of the problem is that when the text appears and you focus on the component, the key blinking cursor appears at the position where the end of the text would be if it where hidden using "*". In fact, when you select the text, the blue selection appears to select from the beggining of the text up to its in-hidden-mode end, even though it is /displayAsPassword/ is /false/. When was this bug introduced? -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flex-4-12-0-Can-t-toggle-displayAsPassword-in-TextInput-as-in-previous-versions-tp6790p6797.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
