Alexander Farkas
Alexander Farkas
Try to use: `webshim.polyfill()`with one "l". Here is the code: https://github.com/aFarkas/webshim/blob/gh-pages/src/polyfiller.js#L80 But your are right about `$.webshim` I forgot this one.
The current official way is `webshims.polyfill` but I will change this in the future to `webshim.polyfill`. So if you prefer `webshim.polyfill` you can start using it. I will keep all...
soon ;-)
I think this bug/restriction in Magnolia was already fixed. Are you using an older version? I would suggest to patch this version instead of trying to change, how webshims works....
@dmromanov You are aware, that you can control them already? The coumentation for the [custom validation](http://afarkas.github.io/webshim/demos/demos/forms.html#Custom-validity) has a section "Controlling the errormessages of custom errors".
Thx, will look into this. But implementation will take 1-2month
Hi, Unfortunatley, I can't reproduce this. See here a demo: http://jsfiddle.net/trixta/h249hhyx/. Normally this happens, if an invalid field is hidden and the invalid event isn't handeld. (i.e. `event.preventDefault()`). Webshim normally...
It is hard to know what is happening there. Would you like to configured it with: ``` js webshim.setOptions("forms-ext", { "widgets": { "calculateWidth": false } }); ``` This means, that...
To answer this, I really need to see your site. You can also mail me if you want ;-).
Thx, I can look into this on saturday.