Bart Claeys

Results 11 comments of Bart Claeys

Typeahead generates `input` fields dynamically and garlic.js is probably initiated before typeahead.js is. Have you tried loading typeahead.js before garlic.js?

Seems like nobody follows this up?

Wow, thanks for extensive reply. I understand the app much better now and agree with most of your comments. Let me process the things and see how I can help...

Same problem here in v1.13.1, when adding subtext that is really long, the dropdown menu becomes too wide and the text does not wrap when exceeding the selector's width. I've...

Fixed (but it's a hack): ``` .bootstrap-select .dropdown-menu { width: 100%; } .bootstrap-select .dropdown-menu li small { white-space: normal; }

This problem is also in Firefox 40

Which Tinymce version does this commit support?

This commit https://github.com/simsalabim/sisyphus/pull/111 makes sisyphys.js work with Tinymce4.

When validating a field with AJAX the following things happen: 1. validationEngine makes an AJAX call and a JSON object is returned with a status. 2. validationEngine captures a return...

The above is half the solution, I'll update when I successfully complete the other part. The other part involves passing through the AJAX return status from the `_validateField` method to...