Skip to content
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

JS Error: Object doesn't support property or method 'updateError' under IE11 #1383

Closed
snebel29 opened this issue Aug 6, 2015 · 3 comments
Closed
Labels
Milestone

Comments

@snebel29
Copy link

snebel29 commented Aug 6, 2015

Hi,
When trying to load the execution status for the node within "monitor"/"report" sheet "Follow execution", the browser stay on "loading..." status, "INspecting the element" you see the Javascript Error: Object doesn't support property or method 'updateError' is shown in the JS Console, this error just happens under Windows 8.1 Enterprise and IE11 (11.0.9600.17842), Under Linux - Chrome is working fine

Find here some printScreens:
https://drive.google.com/open?id=0B-0JFS1f1_jTfjFCU1BqaG92TTU2TnVxNzdpMWZ0U0tjc1ZBUjMtSnFDY2pPTEVjOXhYRmc

Steps to reproduce:
Under IE11 create a job, execute it with the option "Follow Execution" then go to the Monitor/Report section and click on the left arrow of the node => to roll out de step details. The error is raised

I could provide further details if need,
Regards

@gschueler
Copy link
Member

thanks, this looks like a JS bug when a certain Ajax call results in an error. Is there any log in your browser console about what URL was being requested, or what kind of error response there was from the server?

@gschueler gschueler added the bug label Aug 6, 2015
@gschueler gschueler added this to the 2.6.0 milestone Aug 6, 2015
@snebel29
Copy link
Author

snebel29 commented Aug 6, 2015

Hi @gschueler ,
I attached to the previous link an additional screen shot with the last HTTP request just before the error.

https://drive.google.com/open?id=0B-0JFS1f1_jTfjFCU1BqaG92TTU2TnVxNzdpMWZ0U0tjc1ZBUjMtSnFDY2pPTEVjOXhYRmc

Let me know,
Thanks

@gschueler
Copy link
Member

hmm, doesn't look like an HTTP error was the cause. Maybe IE 11 is just very strict about JS? In either case it is a JS bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants