Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upPrometheus 2.2.1 /graph page doesn't work with Internet Explorer 11 #4098
Comments
This comment has been minimized.
This comment has been minimized.
|
Hi, Hope my pull request will be helpful. |
brian-brazil
closed this
May 7, 2018
brian-brazil
added
kind/bug
component/ui
labels
May 7, 2018
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 22, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 22, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
adamc99 commentedApr 18, 2018
What did you do?
Load the main /graph page with Internet Explorer 11.
What did you expect to see?
I expected it to load successfully and allow normal functionality, like with Chrome.
What did you see instead? Under which circumstances?
The page partially loads but doesn't include elements like the query text box, execute button and data tables/graphs.
With the IE developer tools open, the error
"SCRIPT1003: Expected ':'
File: index.js, Line: 265, Column:11"
appears in the console tab.
This seems to refer to the line
in the context of:
This occurs every time, tested from many machines and against multiple server instances (2.2.1 and built from master as of 18th Apr 2018).
As an attempt to investigate the issue, I manually compiled a version (based off of master as of 18th Apr 2018) with the line
changed to
and this seems to correct the issue: the page loads and basic functionality like querying for data and drawing graphs appear to work in both IE 11 and Chrome.
Prometheus version:
prometheus, version 2.2.1 (branch: HEAD, revision: bc6058c)
build user: root@149e5b3f0829
build date: 20180314-14:15:45
go version: go1.10