Redmine-Todo-lists icon indicating copy to clipboard operation
Redmine-Todo-lists copied to clipboard

Textarea Expander needs jQuery <1.9

Open Emnalyeriar opened this issue 9 years ago • 2 comments

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.

Emnalyeriar avatar Jan 22 '16 08:01 Emnalyeriar

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?

adamziel avatar Jan 22 '16 11:01 adamziel

I may find a bit of free time between project this week and try to find a solution for this.

Emnalyeriar avatar Jan 25 '16 15:01 Emnalyeriar