Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Textarea Expander needs jQuery <1.9 #59

Open
Emnalyeriar opened this issue Jan 22, 2016 · 2 comments
Open

Textarea Expander needs jQuery <1.9 #59

Emnalyeriar opened this issue Jan 22, 2016 · 2 comments

Comments

@Emnalyeriar
Copy link

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.

@adamziel
Copy link
Owner

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?

@Emnalyeriar
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants