-
Notifications
You must be signed in to change notification settings - Fork 11k
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
Livechat widget broken in legacy browsers #12864
Comments
I could not find from where this code came from, might be a dependence or something is hard to find with the minifications and transformations that it suffers. |
I think this might be related to this other issue in meteor: meteor/meteor#10274 |
I found the root of the problem, but I don't know how to fix it. |
I also have this error on Safari 5.1 |
Related issue: meteor/meteor#9818 |
Looks like this was due to this PR #12468 they actually updated livechat meteor to 1.9.2 |
Same issue here |
IMHO, I don't think is really a solution to use legacy always, I think it should chose one or the other depending on the browser, isn't it? Maybe I'm wrong. |
@edurenye we are developing a new livechat frontend and we hope it will be ready next month (January 2019). It will use webpack as build system and React as UI framework, and will fully replace the current one, that's why I don't think you need to worry about this workaround. |
There is a PR for that React version? |
@edurenye It is at another repo at the moment: https://github.com/RocketChat/Rocket.Chat.Livechat |
Description:
When I enter a page with the livechat widget active in ie11, I get the following error:
SCRIPT1002: Syntax error
File: livechat.js, Line: 27, Column: 289
I went to that line and expanded it, it contains the following (I put a mark in the error placement):
Expected behavior:
It works in other browsers so it should work here also.
Actual behavior:
The widget is not rendered due to the error.
Server Setup Information:
The text was updated successfully, but these errors were encountered: