Redmine-Todo-lists
Redmine-Todo-lists copied to clipboard
Textarea Expander needs jQuery <1.9
Hey,
this TextAreaExpander plugins seems old, it doesn't have a site besides this and requires jQuery.browser which was deprecated in v1.3 and removed in v1.9.
After adding this Redmine plugin I get this error in console:
TypeError: Cannot read property 'msie' of undefined
in line:
var hCheck = !($.browser.msie || $.browser.opera);
Any possibilities on fixing this without lowering the jQuery version? The whole todos tab is working very slowly because of this.
Hey,
Thanks for the feedback! Would you be willing to submit a quick Pull Request with a fix? Could be another textarea expander or some patch for the current one; maybe even a hackish shim for $.browser?
I may find a bit of free time between project this week and try to find a solution for this.