-
Notifications
You must be signed in to change notification settings - Fork 265
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
v1.4.1 does not support chrome 49 #366
Comments
@bingcoder Please provide the error. Chrome 49 is old, I'm not sure how I would test back that far. |
We have the same problem, but in IE11 (Outlook unfortunately still uses IE to render add-ins in many configurations). The error is just |
Since this is potentially an easy fix I'll take a look at it... It might be possible to rewrite this so it uses surrogate pairs. @bingcoder @ayonix If you change it so it reads:
Does that work for you? |
That regex alone seems to work, in 1.4.1 are more issues for IE though. |
v1.4.1 add regexp /^("(?:[!#-[]-\u{10FFFF}]|\[\t -\u{10FFFF}])...$/u not support chrome 49
Whether to abandon support for Chrome 49?
Thanks
The text was updated successfully, but these errors were encountered: