You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
Hey,
this TextAreaExpander plugins seems old, it doesn't have a site besides this and requires
jQuery.browser
which was deprecated inv1.3
and removed inv1.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.
The text was updated successfully, but these errors were encountered: