Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mmm-client-ui-widget: view mode of some fields not suitable (for GWT) #87

Closed
hohwille opened this issue Feb 3, 2014 · 1 comment
Closed

Comments

@hohwille
Copy link
Member

hohwille commented Feb 3, 2014

Currently, the default implementation of UiWidgetField is to use a label in view mode that displays the value as plain text. This is not suitable:

  • for password fields the password will be displayed in plain text when switching to view mode. This is an unacceptable security bug.
  • for rich text fields the rich text is displayed as HTML source code what is also inappropriate.
@ghost ghost assigned hohwille Feb 3, 2014
hohwille added a commit that referenced this issue Feb 15, 2014
#87 added convertValueToString(VALUE) for widgets and implemented
properly for password fields, etc.
#85 removed setViewOnly method and use convertValueToString for data
tables, discussion still open...
@hohwille
Copy link
Member Author

hohwille commented May 4, 2015

hohwille/client#3

@hohwille hohwille closed this as completed May 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant