-
Notifications
You must be signed in to change notification settings - Fork 174
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
Invalid calling object in IE 11 #1846
Comments
Hi @sophalch! Unfortunately I can't reproduce the issue without an example. Could you dump HTML sources of your web site and share them? If it's a regression, you can try to install previous TestCafe versions: TestCafe Release Tags |
Hi @AndreyBelym, this is the test script:
|
Hi @miherlosev, I'm surprised you didn't get to the login screen at all. There shouldn't be anything else that need to be done. Could you try this site instead with the credentials above?
It should redirect to the login page at:
Thanks |
I've reproduce the problem. "http://intelliconnect.wkasiapacific.com/scion/secure/6CF134EFF8788553F5A82C19A750B4DC.cache.html":
TypeError: Invalid calling object
at find (http://localhost:1337/hammerhead.js:15431:11)
at Anonymous function
(http://localhost:1337/hammerhead.js:16453:16)
at processHtmlInternal
(http://localhost:1337/hammerhead.js:16437:11)
at cleanUpHtml (http://localhost:1337/hammerhead.js:16450:11)
at getter (http://localhost:1337/hammerhead.js:11815:24)
at VF
(http://intelliconnect.wkasiapacific.com/scion/secure/6CF134EFF8788553F5A82C19A750B4DC.cache.html:17428:106)
at btc
(http://intelliconnect.wkasiapacific.com/scion/secure/6CF134EFF8788553F5A82C19A750B4DC.cache.html:13924:50)
at bvl
(http://intelliconnect.wkasiapacific.com/scion/secure/6CF134EFF8788553F5A82C19A750B4DC.cache.html:20422:9942)
at Pvl
(http://intelliconnect.wkasiapacific.com/scion/secure/6CF134EFF8788553F5A82C19A750B4DC.cache.html:20422:15237)
at nNe
(http://intelliconnect.wkasiapacific.com/scion/secure/6CF134EFF8788553F5A82C19A750B4DC.cache.html:20292:22053) |
…ress#1856) * fix `Invalid calling object in IE 11` (close DevExpress#1846) * add test
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
Are you requesting a feature or reporting a bug?
Bug
What is the current behavior?
Test failed with "Invalid calling object" in IE 11 only. Chrome, Edge, and Firefox are fine.
Invalid calling object
Browser: IE 11.0.0 / Windows 10.0.0
What is the expected behavior?
Expect test to pass
Specify your
Since this is an internal site with login credential required, I'm not sure how you could replicate it.
This site is using multiple iframes, and when the search button is pressed, the issue appears as above.
Please let me know how I could debug it.
The text was updated successfully, but these errors were encountered: