ColorPicker widget broke in 6.9 - TypeError: $ is not a function

1
After converting my project from 6.8.1 to 6.9 the color picker widget broke giving the following error in the browser console: mendix.sys.Data.get: error in handler for 8725724278032039: ColorPickerwidgetColorPicker0.applyContext: Error: ColorPickerwidgetColorPicker0.applyContext: TypeError: $ is not a function Is this something that can be fixed easily?
asked
2 answers
2

Hi Niels,

I just updated the widget to correctly work in Mendix 6.9.0 and submitted it for approval with Mendix. In some way the new Mendix version seems to handle the loading of external jQuery files differently as opposed to i.e. Mendix 6.5.1. That is why I included a local

The widget update is not yet approved; you will see the update in the AppStore soon.

Regards, Ivo Sturm

answered
2

Did you raise an issue on Github? (https://github.com/ivosturm/ColorPicker) It will be picked up there sooner then here.

Regards,

Ronald

answered