Skip to content

A JavaScript error is thrown on running tests for ExtNet components in IE 11 #6439

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

Closed
Dmitry-Ostashev opened this issue Aug 4, 2021 · 0 comments · Fixed by DevExpress/testcafe-hammerhead#2688
Assignees
Labels
BROWSER: IE11 FREQUENCY: level 1 Support Center An issue created/received from the Support Center ticket. TYPE: bug The described behavior is considered as wrong (bug).
Milestone

Comments

@Dmitry-Ostashev
Copy link
Contributor

Run the following test in IE 11 to reproduce the issue:

fixture `ExtNet`
    .page `https://examples3.ext.net/#/Form/Login/Auto_Complete`;

test('New Test', async t => {
    await t.debug();
});

You will see the following error:

  JavaScript error details:
  TypeError: Unable to get property 'cssText' of undefined or null reference
     at registerCssClass (https://speed.ext.net/ext.net/3.3.0/extnet/extnet-all.js:281:140)
     at Anonymous function (https://speed.ext.net/ext.net/3.3.0/extnet/extnet-all.js:2009:1)
     at Global code (https://speed.ext.net/ext.net/3.3.0/extnet/extnet-all.js:2006:2)

There is also an empty page in the browser.

This ExtNet example works properly in IE without TestCafe.

https://supportcenter.devexpress.com/internal/ticket/details/T1018570
https://github.com/DevExpress/testcafe-studio/issues/3926

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BROWSER: IE11 FREQUENCY: level 1 Support Center An issue created/received from the Support Center ticket. TYPE: bug The described behavior is considered as wrong (bug).
Projects
None yet
2 participants