plone / plone.formwidget.autocomplete

z3c.form widget for Plone using jQuery Autocomplete
https://pypi.org/project/plone.formwidget.autocomplete
2 stars 12 forks source link

Using prop() doesn't work in Plone 4.2 #16

Closed djowett closed 2 years ago

djowett commented 8 years ago

This commit in 1.2.5 onwards uses JQuery.prop(), which is only introduced in JQuery 1.6.

Obviously this won't work in Plone 4.2 as it ships with JQuery 1.4 (pins plone.app.jquery 1.4.4).

This product should have (IMO) been bumped up a major version when this major incompatibility was introduced. But maybe we should revert back to using attr()?

This was discovered whilst working out why plone.app.multilingual tests weren't passing in 4.2

ale-rt commented 2 years ago

I am closing this because no activity happened in the last years. Please, feel free to reopen it if the issue is still relevant for Plone 5.2 or Plone 6.