You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a form with schema.ASCIILine and settings the widgets['...'].mode = interfaces.DISPLAY_MODE you always get a type validation error.
Switching to a schema.TextLine or keeping ASCIILine but using interfaces.HIDDEN_MODE is ok. It's like that the default used with DISPLAY_MODE is always an Unicode, or something similar.
The text was updated successfully, but these errors were encountered:
keul
added a commit
to RedTurtle/pas.plugins.proxy
that referenced
this issue
May 14, 2015
Zope schema.ASCIILine is not working prorly with DISPLAY_MODE. We came back to schema.TextLine. See zopefoundation/z3c.form#27
Cross delegation validation has been fixed
When using a form with schema.ASCIILine and settings the
widgets['...'].mode = interfaces.DISPLAY_MODE
you always get a type validation error.Switching to a schema.TextLine or keeping ASCIILine but using interfaces.HIDDEN_MODE is ok. It's like that the default used with DISPLAY_MODE is always an Unicode, or something similar.
The text was updated successfully, but these errors were encountered: