clicking on SVG elements in IE11 sometimes breaks in TestCafe 1.4.2+ #4709
Labels
BROWSER: IE11
FREQUENCY: level 1
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
TYPE: bug
The described behavior is considered as wrong (bug).
Milestone
This might be related to #4416
The core of the issue is this line, introduced in TestCafe 1.4.2:
https://github.com/DevExpress/testcafe/pull/3902/files#diff-74fd963d00e947790f5a2095dbef5ac5R79
IE11 does not support
.contains
on<svg>
elements.What is your Test Scenario?
I click a non-SVG element, then click an SVG element in IE 11.
I have isolated this to a minimal example below.
What is the Current behavior?
On TestCafe 1.4.2, an error is thrown. On 1.4.1 and below, the click succeeds.
On TestCafe 1.8.1 the test just hangs.
What is the Expected behavior?
The click should succeed, as with TestCafe 1.4.1.
What is your web application and your TestCafe test code?
Your website URL (or attach your complete example):
http://www.tinyepic.com/svg.htmlYour complete test code (or attach your test files):
Your complete test report:
Steps to Reproduce:
Run the TestCafe test. No setup required. It works on 1.4.1. It fails (see error above) on 1.4.2 and fails on the latest 1.8.1 as well
Your Environment details:
The text was updated successfully, but these errors were encountered: