webshim icon indicating copy to clipboard operation
webshim copied to clipboard

Validation Message Does Not Display Properly When Using TinyMCE

Open shefik opened this issue 10 years ago • 1 comments
trafficstars

When using TinyMCE to transform textareas, the form field is modified to hidden. When the same field is set as "required", which will result in a validation message to be displayed, the validation message is not displayed next to the transformed TinyMCE. Instead, it is placed where the "hidden" textarea is positioned (which is outside of the form layout.

There needs to be a way to have the validation message appear next to the transformed TinyMCE area.

shefik avatar May 10 '15 21:05 shefik

This is a very specific feature request. That does not follow the spec, however you can built it your own. Here is how: https://github.com/aFarkas/webshim/issues/148

aFarkas avatar May 13 '15 16:05 aFarkas