Geta / EpiCategories

An alternative to Episerver's default category functionality, where categories are instead stored as localizable IContent.
Apache License 2.0
14 stars 13 forks source link

IE11 script error #12

Closed Sonesson closed 6 years ago

Sonesson commented 6 years ago

CategorySelector.js fails at line 80: postMixInProperties (), saying it expects a ":" when switching to properties view in episerver 11 CMS edit mode.

I tried patching the file to postMixInProperties: function () but that led to other DOM errors.

MattisOlsson commented 6 years ago

Thanks for reporting this mistake by me. I fixed it now and tested successfully in IE11. I just uploaded version 1.2.6 to Episerver NuGet feed and it will probably be available in the beginning of next week. If you have other DOM errors it's probably something else since I didn't see any errors when I tested.