Back to ProBlog Support

c.kuhn24390
c.kuhn24390

Hi! I probably just stumbled across an error in your components JS. The tag input field in the post edit view was not working and Chrome gave me some errors in the Console. It boils down to line 684 (modules/radiantweb/problog/formwidgets/livetag/assets/js/jquery.autocomplete.js) in your JS: delegateElement = this.widget()->all(); The pointer operator is incorrect and even calling all() with dot notation does not work (not exist). As a quick workaround I just commented out the pointer operator with the all() method call.

Maybe you want to check this out.

Best regards, Christian

Jaap
Jaap

I can confirm this is a problem. Just fixed it the same way myself.

Jaap
Jaap

Also there is a bug if you enter tags with a [ ' ] in their name, the javascript will give an error, maybe escape this character while fixing the js anyway?

ChadStrat
ChadStrat

thanks guys. looking into these.

1-4 of 4