-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Dashboard with many widgets fails to display in IE11 #4919
Comments
Does this occur in other browsers? Can you export the dashboard and upload it somewhere? |
@rashidkpc, we met this issue only in IE. |
@rashidkpc, are there any updates on this? Do I have to somehow remove "needs details |
I also see this in IE 11 and Edge 13 using Kibana 4.4.1 |
+1 |
It looks like this is caused by very long URLs in Kibana. Those experiencing this issue, if you have a lot of panels on your dashboard, this is likely the cause. You can confirm by checking the length of URL in the address bar - the issue we've seen is that when the content after the hash is longer than 2047 characters, IE exhibits this issue. |
👍 we have users seeing this issue now |
+1 |
This is making things very unusable for people that have no choice but to use IE11 because of corporate policy. |
The current workaround is to remove some visualizations from the dashboard, so that the state in the URL (and thus the URL length) is reduced. #3947 is the issue to track for a better fix. |
BTW, the same issue is reproduced in Kibana 4.5.1 even with the smaller amount of visualizations. |
This is a big problem that we must address, but I'm going to close this particular issue in favor of #3947, as they are both the same underlying problem. |
Hello,
I'm using Kibana 4.1.2 and some of the dashboards contain lots of widgets,
which in most cases works well.
However, opening the dashboard with 36 widgets on it is failing on IE11 with the following exception:
[$rootScope:infdig] 10 $digest() iterations reached. Aborting! Watchers fired in the last 5 iterations: ... (see the image)
I tried to reproduce this with a sample dashboard, putting the sample widget (area chart displaying no data) on it 36 times, however the issue didn't reproduce.
BTW, on my dashboard the exception is reproduced in both cases: with and without data in the widgets.
Some hints: when I try to replace the widgets from the original dashboard and reproduce the issue, I have to put 1-2 sample widgets instead of one.
Note: the issue is 100% reproduced using the original dashboard OR replacing the widgets on the original dashboard with 1-2 sample widgets.
Please, feel free to ask additional questions.
Thanks
The text was updated successfully, but these errors were encountered: