Community
Participate
Working Groups
Text#setEchoChar is missing. Could be interesting for cases when the users wants to switch between normal behavior and masked characters. This is not possible on the fly with SWT.PASSWORD.
Created attachment 158687 [details] fix This replaces Qooxdoos "TextField" and "PasswordField" with "Text" (inherits from TextField). Adds support for setEchoChar. Includes client & server tests. Needs to rebuild qx.js to get rid of PasswordField. Imitates SWT behaviour in that Text-widgets with SWT.MULTI do not allow to set EchoChar to anything other than 0, and using SWT.PASSWORD it is initially set to "?", but can still be reset to 0.
Applied patch to CVS HEAD