- 🇮🇳India virajrajankar Pune
This issue can be fixed using this patch for 7.x-1.0 version.
This is compatible for jQuery version > 1.10
Has something to do with select2/js/Drupal.select2.js
When editing a node in admin I get the following js error:
TypeError: $element.prop is not a function (line 476) in Drupal.select2.js
elementTagName = $element.prop("tagName"),
Seems to me like this Drupal.select2.js is not compatible with 1.4 which is what drupal 7 core is using. If I set it to 1.9 for core (via jquery update) the error goes away and the admin node edit page renders perfectly.
I know it's counter intuitive, but because drupal core uses 1.4 can you fix it so that 1.4 also works. I need 1.4, so that views (and any unforeseen admin related modules) works properly.
Thanks.
Using Select2 - 7.x-1.0+6-dev
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This issue can be fixed using this patch for 7.x-1.0 version.
This is compatible for jQuery version > 1.10