Bago

Results 71 comments of Bago

Can you describe what is "not fully compatible"? An use case, a test case, error messages... a jsbin/jsfiddle to reproduce the issue...

The jqueryui 1.12 upgrade guides says that the old options are "DEPRECATED" BUT they should works in a backward compatible way unless specifically disabled: https://jqueryui.com/upgrade-guide/1.12/#deprecated-support-for-checkbox-and-radio-types-in-favor-of-checkboxradio-widget So, this sounds a bug...

I opened 2 issues against jQuery UI 1.12 https://bugs.jqueryui.com/ticket/15108 https://bugs.jqueryui.com/ticket/15109 Now, docs says that jQuery UI 1.12 should be backward compatible with 1.11, but it clearly is not so we...

I updated the bower declaration, the readme and the index page for the website so to include explicit reference to the jquery ui 1.8.x to 1.11.x as compatible.

Same issue here, but not "minor": my buttonset+button bindings are inside an "if" binding so they are added/disposed frequently and this bug break it. Applying the classes manually doesn't work...

@revelt how does H tags relate to this topic? Also, before we talk about benefits of H tags, what are the problems with H tags?

In italy we have a webmail that strips any STYLE, either inline or not. So in this case if you use h tags the recipient see big titles, otherwise everthing...

At this time mosaico doesn't provide a "save" backend, so there is no configuration for "saving" (not an url nor a callback). Image upload instead needs an URL because it...

I thought about this, but I didn't implement it because I didn't want people to think this was needed in a generic backend in order to use mosaico. Mosaico library...

If this is only about development then this could be done in grunt task during build time: you could write a grunt task that scan the template folder and create...